Vertiforo

Vertiforo [Paid] 2.2.15b

No permission to buy ($5.00)
Hi!
Where can I find the sliders?
As far as I understood they are included in the base Style but I am unable to find this config option.
Can anyone guide me?
 
You have to install all plugins. Plugin for sliders is called Custom Sliders. After installation you will find all options in admin panel.
 
Derp!
I only installed the ones called Vertiforo and thought that was it.
MVP!
Thanks for a great Style and for the swift support.
 
i have a problem after install. The Logo's will only shown on Start Page, but when i switch to p.e Gallery i only get placeholder
 
Last edited:
Ok, an other Problem:


Code:
ErrorException: Fatal Error: Access level to NF\Discord\XF\Admin\Controller\Forum::nodeAddEdit() must be public (as in class StylesFactory\XPNodes\Forum) src/addons/NF/Discord/XF/Admin/Controller/Forum.php:0
Generiert von: gOOvER 14 Mai 2019 um 06:24
Stack-Trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Status der Anfrage
array(4) {
  ["url"] => string(38) "/admin.php?forums/add&parent_node_id=0"
  ["referrer"] => string(43) "https://www.noobsunited.de/admin.php?nodes/"
  ["_GET"] => array(2) {
    ["forums/add"] => string(0) ""
    ["parent_node_id"] => string(1) "0"
  }
  ["_POST"] => array(0) {
  }
}

can you fix this pls.
 
Ok, an other Problem:


Code:
ErrorException: Fatal Error: Access level to NF\Discord\XF\Admin\Controller\Forum::nodeAddEdit() must be public (as in class StylesFactory\XPNodes\Forum) src/addons/NF/Discord/XF/Admin/Controller/Forum.php:0
Generiert von: gOOvER 14 Mai 2019 um 06:24
Stack-Trace
#0 [internal function]: XF::handleFatalError()
#1 {main}
Status der Anfrage
array(4) {
  ["url"] => string(38) "/admin.php?forums/add&parent_node_id=0"
  ["referrer"] => string(43) "https://www.noobsunited.de/admin.php?nodes/"
  ["_GET"] => array(2) {
    ["forums/add"] => string(0) ""
    ["parent_node_id"] => string(1) "0"
  }
  ["_POST"] => array(0) {
  }
}

can you fix this pls.


It's not bug related to my theme.
 
Looks like your addon chnge a scope.

That is the fault of the other addon changing the scope of an pre-existing XF function.

Addons should not change scopes of pre-existing functions, lest you get errors exactly like you've gotten.
 
Top Bottom