Update Alyeska from 2.1.5 to 3.0.0 when using a child theme
-
Topic
-
Hi Jason
I am having difficulty with the 3.0.0 update, and was hoping someone could shed light on what I have done wrong.
I have a child theme which I have customised the Alyeksa theme,
I notice in the release notes and videos, that the new version 3.0.0 required child plugins.Here is how I got the upgrade to work for my child theme.
a) update the base Alyeska folder with new version 3.0.0 using FTP client.
b) Now in your admin plugins install page (wp-admin/plugin-install.php) , search for install AND activate following plugins.
-> Theme Blvd Layout Builder
-> Theme Blvd Sliders
-> Theme Blvd Widget Areas
-> Theme Blvd Widget Pack
-> Theme Blvd Shortcodes
c) Not listed in the Updating page (http://support.themeblvd.com/updating-to-framework-v2-3/) you will also need to install AND activate
-> TweepleBUT now when I run the theme I get an error in the php-errors.log file.
[06-Aug-2013 12:18:40 UTC] PHP Fatal error: Cannot redeclare themeblvd_nav_menu_select() (previously declared in /var/www/html/wp-content/themes/alyeska-bamboo/functions.php:45) in /var/www/html/wp-content/themes/alyeska/framework/includes/parts.php on line 472
In my child theme I was overloading the function, which is causing the issue.
/*———————————————————————————–*/
/* replace themeblvd_nav_menu_select responsive Nav menu
/*———————————————————————————–*/
function themeblvd_nav_menu_select( $location ) {
}Can you please advise how I should correctly replace the themeblvd_nav_menu_select() function in my child theme.
Many thanks
Mark
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.