This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Jack Richardson
I
we bought the last version of your theme legenda
on ftp with the last version, we update the theme options the wordpress BO, we import the theme settings we saved from the last version, but we dont get all the settings back :
– homepage settings totally lost,
– slider lost,
– styles on menu lost
how we can get back all style and options settings without spend hours to reconfigure all ?
thanks for your support
Hello,
Have you exported theme options from your old site before theme update? If no, then you can restore your site files and database from a backup to its previous state. Ask your hosting provider support to hep you with backup restoration.
Regards,
Jack Richardson.
Hi Jack
I exported/imported the options but all options are not setup like in the previous version
For example : settings for ajax search with “Search by products” ON, after import settings, it keep OFF
I must to check option one by one to correct them
The upgrade is not easy. I seen also some changes in css
i needed 1 day to fix all changes
and another update : for the menu / walkers
i needed to update the lines too:
if($item->description != '') {
$description = '<span class="menu-item-descr">'. do_shortcode($item->description) . '</span>';
}
by:
if($item->description != '') {
$description = '<p>'.$item->description.'</p>';
if(strpos($class_names,'image-item') !== false){$description = '<img src="'.do_shortcode($item->description).'" alt=" "/>';}
}
to have the description displayed correctly + the image inside the menu
Hello,
We are sorry to hear you faced such difficulties during theme update. They might be caused due to huge gap between theme versions. Is your problem solved now?
Regards,
Jack Richardson.
Tagged: #legenda, templates, update, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up