Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #634040

    In backend I only see navs of the slideshow. No plugins, WP 4.5.2, Theme 3.5.4.
    In backend everything looks correct. No browser cache problem.
    Added 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’);

    Without success. Any ideas?

    • This topic was modified 8 years, 6 months ago by Yigit. Reason: added html tags
    #634043

    Hi enoetzel!

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Your website should be publicly accessible for us to check

    Regards,
    Yigit

    #634053

    sorry, browser cache flushed, several times on different browsers and computers.

    #634159

    Hi,

    We need to be able to inspect the site to exactly tell you what is going on is there any way you can quickly setup a staging site using a plugin like wordpress.org/plugins/duplicator/ so we can have a closer look at it and help.

    Best regards,
    Vinay

    #634318

    I am not able to duplicate.

    #634551

    Hi!

    Please check private content.

    Regards,
    Vinay

    #634663

    Thank you. I use a slider plugin.

    #635277

    Hi,

    glad you found a solution. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Slider shows no pictures’ is closed to new replies.