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

    I have updated to Enfold 3.5.3 and also the new Wp update 4.5 and my Fullscreen Slider in Avia Page Builder is not showing. It’s there when I edit but still not showing on the page.

    I’ve installed and run the Transient Cleaner Plugin, have flushed browser cache and refreshed the page multiple times.

    I had the same issue with my other website and followed the above instructions and it worked fine, but not working for this website.

    #617381

    Hey ozziepossum!

    Please add following code to bottom of Functions.php file in Appearance > Editor

    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');

    Best regards,
    Yigit

    #618149

    When I go into Appearance there is no option called Editor…. Help please?

    #618506

    Hey!

    Thanks for getting back to us!

    I am being blocked from accessing your WordPress dashboard. Please ensure that you are using administrator privileges to access your dashboard. If you are not an admin, you won’t see the editor option.

    Cheers!
    Jordan

    #618809

    Ah yeah, I use Sucuri as a firewall and the site has to be whitelisted. Sorry about that but as it turns out, everything seems to be working fine now :) Thanks for your patience. Have a great day!

    #618819

    Hi!

    Yes we checked your site once again and everything is working great!

    Thank you for using enfold :) FYI we have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    Regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullscreen Slider Not Showing’ is closed to new replies.