Update legenda 2.2 to 3.1 - by Philippe - on WordPress WooCommerce support

This topic has 5 replies, 2 voices, and was last updated 7 years ago ago by Jack Richardson

  • Avatar: Philippe
    Philippe
    Participant
    April 12, 2017 at 15:05

    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

    4 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 14, 2017 at 13:33

    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.

    Avatar: Philippe
    Philippe
    Participant
    April 18, 2017 at 11:13

    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

    Avatar: Philippe
    Philippe
    Participant
    April 18, 2017 at 13:18

    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

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 19, 2017 at 13:31

    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.

  • Viewing 5 results - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.