Vertiforo

Vertiforo [Paid] 2.3.6a

No permission to buy ($20.00)
I'm not really sure if this is generated somewhere but it definitely wasn't in the installation folder.

Here's my stacktrace,

Code:
ErrorException: Template error: Template public:customcategories.less is unknown
src/XF/Template/Templater.php:583

#0 [internal function]: XF\Template\Templater->handleTemplateError(512, 'Template public...', '/{path}...', 583, Array)
#1 src/XF/Template/Templater.php(583): trigger_error('Template public...', 512)
#2 src/XF/Template/Templater.php(538): XF\Template\Templater->getTemplateData('public', 'customcategorie...')
#3 src/XF/Template/Templater.php(1248): XF\Template\Templater->getTemplateCode('public', 'customcategorie...')
#4 src/XF/CssRenderer.php(647): XF\Template\Templater->renderTemplate('customcategorie...', Array)
#5 src/vendor/oyejorge/less.php/lib/Less/Tree/Import.php(152): XF\CssRenderer->handleLessImport(Object(Less_Tree_Import))
#6 src/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php(248): Less_Tree_Import->compile(Object(Less_Environment))
#7 src/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php(235): Less_Tree_Ruleset->evalImports(Object(Less_Environment))
#8 src/vendor/oyejorge/less.php/lib/Less/Tree/Ruleset.php(70): Less_Tree_Ruleset->PrepareRuleset(Object(Less_Environment))
#9 src/vendor/oyejorge/less.php/lib/Less/Parser.php(199): Less_Tree_Ruleset->compile(Object(Less_Environment))
#10 src/XF/CssRenderer.php(363): Less_Parser->getCss()
#11 src/XF/CssRenderer.php(311): XF\CssRenderer->renderToCss('public:extra.le...', '// Note that th...')
#12 src/XF/CssRenderer.php(235): XF\CssRenderer->renderTemplate('public:extra.le...', NULL)
#13 src/XF/CssRenderer.php(101): XF\CssRenderer->renderTemplates(Array, Array, Array)
#14 src/XF/CssWriter.php(53): XF\CssRenderer->render(Array)
#15 css.php(30): XF\CssWriter->run(Array, 23, 1, 'cb514938c694835...')
#16 {main}

Just noticed there's a similar one for,

ErrorException: Template error: Template public:vertiheader is unknown
 
Do you have the latest update of theme and xenforo?

I just upgraded from 2.0.6a to 2.0.7. I'm not entirely sure how to trigger those errors again however, they seemed extremely rare.

The add-on is the correct version and after performing the installation I still don't have any .less files inside my Xenforo installation.

Quick question, I originally wanted to login on your site to check my license and I quickly realized I must've checked out as guest or something because the email my paypal receipt was mailed to is not associated with an account.

In fact I've tried to password reset on all of my known emails and haven't received anything. Is there a way to recover access to this?

Also, two issues cropped up when performing the upgrade, both identical but one for VertiforoHeader and the other request was for VertiforoSlider.




Code:
Error: Class 'XF\AddOn\AddOn' not found src/XF/AddOn/Manager.php:273
Generated by: Potato Jul 7, 2018 at 2:34 PM
Stack trace
#0 src/XF/AddOn/Manager.php(88): XF\AddOn\Manager->loadAddOnClass(Object(XF\Entity\AddOn), Array)
#1 src/XF/Admin/Controller/AddOn.php(694): XF\AddOn\Manager->getById('Vertiforo/Verti...')
#2 src/XF/Admin/Controller/AddOn.php(67): XF\Admin\Controller\AddOn->assertAddOnAvailable('Vertiforo/Verti...')
#3 src/XF/Mvc/Dispatcher.php(249): XF\Admin\Controller\AddOn->actionIcon(Object(XF\Mvc\ParameterBag))
#4 src/XF/Mvc/Dispatcher.php(88): XF\Mvc\Dispatcher->dispatchClass('XF:AddOn', 'Icon', 'html', Object(XF\Mvc\ParameterBag), 'listAddOns', Object(XF\Admin\Controller\AddOn), NULL)
#5 src/XF/Mvc/Dispatcher.php(41): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#6 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#7 src/XF.php(328): XF\App->run()
#8 admin.php(13): XF::runApp('XF\\Admin\\App')
#9 {main}
Request state
array(4) {
  ["url"] => string(49) "/admin.php?add-ons/Vertiforo-VertiforoSlider/icon"
  ["referrer"] => string(33) "https://{url}.com/admin.php"
  ["_GET"] => array(1) {
    ["add-ons/Vertiforo-VertiforoSlider/icon"] => string(0) ""
  }
  ["_POST"] => array(0) {
  }
}


TL: DR;

  1. Just performed the Xenforo upgrade from 2.0.6a to 2.0.7. I'm not sure how to manually trigger the error, so I'll need to observe the logs
  2. Vertiforo is the correct version
  3. I don't see any .less files, but this doesn't apply if it's generated dynamically.
  4. I can't seem to find my Vertiforo account with the theme license (purchased May 20th)
  5. Two new issues popped up during the installation.
 
I made some test and I found nothing. All plugins and template works fine.

Send me pm with email so I can give you access
 
Thanks, I'll send the PM now.
I'll wait and see if the issues re-appear with the update. However, is the .less file supposed to exist in the directory somewhere? If it's generated on the fly my concern is maybe the permissions are incorrect in a directory somewhere.
 
Hello, I am trying to change the header background color from black to something else in the dark version of this theme. I cannot find a setting or figure out how to add css to accomplish this?

Thanks

background.webp
 
I tried adding each of these in the bottom of matt.less but was not able to change the color of the background behind the header images.

Code:
header {background-color:#d5deed;}
.header {background-color:#d5deed;}
@header {background-color:#d5deed;}

This is what the bottom of that file currently looks like.

Code:
@media (max-width: 1180px) {
    .p-body-main {width: auto;}
    .node {min-width:100% !important;}
    .vertinode {min-width:90%; min-height:45px;}
    .vertinvisible {display:block;}
    .vertinvisiblemore {display:none;}
    .vertiside {padding-right:0px;}
    .topics-new {display:none;}
    .messages-new {display:none;}
    .pagines {padding-left:10px;}
}
header {background-color:#d5deed;}

Is there an alternate I can try?
 
I am still working on 1.6.0 version where all premium plugins for Vertiforo will be downloadable in main package.
There will be some big changes in options.

If you have any ideas for new functionality please PM me :) Release date ~1st november.
 
MattiGB updated Vertiforo with a new update entry:

MEGA UPDATE

- fixed subforum link bug
- fixed not showing small logo in mobile view
- REWORKED nodes to support single, double and TRIPPLE columns!
- INCLUDED Custom Header plugin
- INCLUDED Custom Slider
- added better menu in admin panel
- many fixes in responsive design
- changed default colors
- changed main font
- changed menu tabs animation

  • Price will rise after...

Read the rest of this update entry...
 
Back
Top Bottom