Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #613844

    Hi there,

    I have done a fresh install of Enfold and WP and tried to import the photography demo, but there are no images. I thought they were all included and I would see a website just like the demo?
    Can you help?

    I have entered all the details below for you to log in and take a look.

    Many thanks,
    H

    #613881

    Hey Heathcliffe!

    We have added the below code in functions.php please review the site now

    function modify_jquery() {
    if (!is_admin()) {
    	wp_deregister_script('jquery');
    	wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
    	wp_enqueue_script('jquery');
    }
    }
    add_action('init', 'modify_jquery');

    You are using a slightly old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5 Please backup any custom changes you may have added to the theme if you are not using a child theme and update enfold to latest version 3.5.2 make sure you have the correct API key from themeforest.
    If you are not able to view the update option in wordpress dashboard. Please update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/

    Once you update the theme to 3.5.2 you can remove the above code from child theme functions.php

    Regards,
    Vinay

    #614066

    Thanks for the quick reply and solution @Vinay,

    I did install the Child Theme. I also have a valid API Key (or so I thought) and did a manual check for the latest Theme version but nothing was found. I will check the Key again.

    Thanks again for your support.

    #614081

    Hey!

    You are most welcome! we will keep the ticket open in case you need any help in future related to same issue please feel free to get in touch with us.

    Best regards,
    Vinay

    #614358

    @Vinnie

    Fantastic support thank you Vinay! I had the right API key but forgot it was registered with the customer name and not mine doh! – User Error, sorry. But much appreciate the fast response. (you can close the ticket)
    H

    #615274

    Hey!

    Glad we could help you with this. we really appreciate if you rate our theme on themeforest :)

    Thank you for using Enfold :)

    Regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Demo import does not look like your demo’ is closed to new replies.