Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #613740

    Hi,
    I updated wordpress today then easy slider didn’t work.
    It’s show slider area but not show image in area.

    <ul class="avia-slideshow-inner"><li class=" av-single-slide slide-1 "><div data-rel="slideshow-1" class="avia-slide-wrap"><img src="http://www.enfoldmytheme.com/wp-content/uploads/2016/04/banner.jpg" width="1600" height="391" title="" alt="" itemprop="contentURL"></div></li></ul>

    thanks,

    #613745

    Merhabalar Koray!

    Please update Enfold to the latest version 3.5.2 – http://kriesi.at/documentation/enfold/updating-your-theme-files/ and flush browser cache.

    Regards,
    Yigit

    #613755

    Hi

    I also installed the the new update, and can not get the easy slider to work and I cant find any support, my web hosting company says this version is not compatible with, this word press version, I am bleeding money trying to get someone to fix this, please help what do I do.

    #613764

    Hey!


    @servepro
    I am not able to check which version of theme and WordPress you are using but slider works fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If that too does not help, please start a new thread and attach temporary admin logins in private content field. Since you are not the creator of this thread, your private content are visible to creator of the thread.

    Cheers!
    Yigit

    #613770

    Please help I did update and its not working.

    #613773

    Hi!

    Have you flushed browser cache and refreshed your page a few times? As i mentioned above, it does work fine on my end – http://i.imgur.com/9UgIKK1.jpg

    Best regards,
    Yigit

    #613776

    Hi

    Yes I did do a hard flush and still nothing, I tried a different pC and Mobile phone and all the same result.

    #613792

    Hi!

    Please try different browser and check if that helps. It is working just fine on my end so i am pretty sure it is a caching related issue that you are seeing at the moment.

    Cheers!
    Yigit

    #613809

    Yigit, but I made a lot of changes in theme files. Do you think it’s safe?

    “Theme Updates No Updates available. You are running the latest version! (3.1.5) Check Manually”

    #613816

    Hey!

    Which files have you modified?
    You can use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and move modified files to your child theme

    Regards,
    Yigit

    #613820

    Hey!


    @koraytastan
    If you are not using a child theme the changes made to the theme will be lost please backup any custom changes you may have added to the theme and update the theme via WP dashboard. If you cannot find the update options in dashboard please go ahead and download the enfold latest version 3.5.2 from themeforest and update the theme manually via FTP following the steps provided here http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/


    @servepro
    As @yigit mentioned the site looks good on my end too please see screenshot attached. Try to hard reload and empty browser cache and review the site again.
    To do a hard refresh… First press F12 to open the Chrome Dev Tools then hold down Ctrl and click on the Reload button.

    Cheers!
    Vinay

    #613832

    Ex. functions, helper social media…. ?

    Hmmm, i understand.

    #613852

    Hi

    Thank you Its working now, the problem was a cache issue my PC did not clear cache properly.

    #613860

    Hey!

    What kind of changes have you made helper-social-media.php file? You can apply the changes made in functions.php file of your parent theme in functions.php file of your child theme


    @servepro
    Great! Glad it is working fine now. Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #614151

    Hi – I have exactly the same problem except nothing shows I just have a large blank space

    #614182

    Hi!


    @georgecornelius
    Please add the below code in functions.php

    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 probably using an old version of the theme. We have released an enfold update to match the changes made in the latest version of wordpress 4.5
    If you are not using a child theme please backup any custom changes you may have added to the 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 have updated to the latest version you can remove the above code from functions.php

    Best regards,
    Vinay

    #624816

    I had slider problems on Enfold 3.5.4. Clearing page cache and using an another browser didn’t help. There was one more thing I need to mention:

    If you’re using Plugins like “W3 Total Cache” Login to you backend and click on “Flush all caches”! Maybe that’s helpful for somebody here….

    Regards,
    Sebastian

    #625484

    Hi Sebastian,

    Thanks for sharing, it’s always a good idea to clear the cache from plugins like that and keep them deactivated when trying to find errors.

    Regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.