This topic has 4 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
We’re upgrading from Legenda v2.6.3 to v3.2 (the latest), and have come
across a change in how Legenda displays its menus. In 2.6.3, the code
in question is in Et_Navigation::start_el, on line 3317 in
framework/theme-functions.php:
if(strpos($class_names,’image-item’) !== false){$description = ‘description).'” alt=” “/>’;}
In 3.2, Et_Navigation::start_el has been moved to framework/walkers.php,
and the line in question is line number 115:
if($item->description != ”) {
$description = ‘<span class=”menu-item-descr”>’. do_shortcode($item->description) . ‘</span>’;
}
Basically, I’m wondering what the correct way is to override the 3.2
behavior and revert to how 2.6.3 does it. I assume I’d need to override
Et_Navigation::start_el somehow and just replace the one line with the
older version, but I’m not sure how to do that within the context of a
child theme.
Hello,
Unfortunately, this changes can’t be realized via the child theme, so you need to edit walkers.php file.
Regards,
Rose Tyler.
Urgent issue with Live Site. Checkout with Paypal and Authorize both doesnt work at all.
getting Internal Server error.
Hello, @davenh,
Please, install and enable default WC theme Storefront and check if this issue persists. We’ll be able to help you in case problem appears with our theme only.
Please update theme to the latest version 3.2 https://www.8theme.com/demo/docs/legenda/#!/installation_upgrade (Theme Upgrade) https://www.youtube.com/watch?v=KdWESIIPU1k&feature=youtu.be
Theme version 3.2 is available on ThemeForest (log in with your Envato account credentials and free download the latest version in Downloads section).
Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files.
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code to activate our new theme version and skip Setup Wizard.
Also, update all required plugins https://www.8theme.com/download-plugins/.
Regards,
Rose Tyler.
Tagged: features missing, legenda upgrade, persuasive, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up