• Resolved radujit

    (@radujit)


    I installed on my website a plugin called social media flying icons which looks great. My problem is that the slider won’t load but after the social icons.
    What needs to be changed
    https://www.cancerofcancer.com
    Also I would like to disable slider in the mobile version. How can I do that?
    Thank you

    • This topic was modified 8 years, 1 month ago by radujit.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    this is normal, 3-5 sec delay on slider so it load all the image. if you want no delay, open lib/scripts/custom.js, edit

    jQuery(‘#featuredbox’).delay(5000).fadeIn(400);
    to
    jQuery(‘#featuredbox’).delay(10).show();

    @mobile
    add this to functions.php

    if( wp_is_mobile() ) {
    remove_action('bp_before_blog_entry','meso_add_featured_slider');     
    }

    I don’t use Social icons on my site at https://societies.learnquebec.ca but indeed I would like to find a way to get no delay at all for the slider. Or at least to have the space there waiting and then get filled. When the site suddenly shifts downward as the slider arrives it is very annoying. (also I don’t think i can edit the javascripts). Any way I can speed it up? (resize images, load less, etc??)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load slider first’ is closed to new replies.