• CT

    (@carolyntband)


    I have never been able to get my slider to work. i got customizr last year and the slider only worked for a short time. Every time i went in to fix it and checked the forum, the solution was always a little bit over my head (a little too technical) …please help ??

    you can see it constantly buffering here https://www.carolyntband.com/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Have you created a slider and added the images for the slider from the Media area?

    Thread Starter CT

    (@carolyntband)

    yes i have

    Hi, you have a conflicting plugin.
    It’s not just the slider, no Customizr js features are working at the moment.
    You should disable the plugins and re-enable them one by one to find the culprit.

    Thread Starter CT

    (@carolyntband)

    are there any particular plugins that are known to conflict with this?

    Some plugin which is loading another jquery.
    For example I see this in your page:

    <script type='text/javascript' src='https://www.carolyntband.com/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
    <script type='text/javascript' src='https://www.carolyntband.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
    <script type='text/javascript' src='https://www.carolyntband.com/wp-content/plugins/daskal/js/common.js?ver=0.4'></script>
    <script type='text/javascript' src='https://www.carolyntband.com/wp-content/plugins/daskal/js/star-rating.js?ver=0.4'></script>
    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js?ver=4.1.1'></script>
    <script type='text/javascript' src='https://www.carolyntband.com/wp-content/plugins/gallery-video/js/video_gallery-all.js?ver=4.1.1'></script>

    Looks like that video_gallery loads another jquery 1.10.2 while 1.11.1 is already included.
    Try disabling it.. but don’t know..

    Thread Starter CT

    (@carolyntband)

    omg you were right. It worked ….thank you!

    but now i’m stuck because I use that video gallery on almost every page…ugh – how do i still use the same vid gallery?

    Can you give me a link to this plugin, maybe I can see if I can find a solution, though … I don’t know if it will be possible ??

    Thread Starter CT

    (@carolyntband)

    Here you go: https://huge-it.com/video-allery/

    thanks!

    Hi Carolyn,
    well there’s a solution which hopefully will not break anything else.
    But if you don’t want to change that plugin code (and I suggest to not do that), you have to add this simply code to your child-theme functions.php:

    add_action( 'wp_print_scripts', 'dequeue_videogallery_jquery', 100 );
    function dequeue_videogallery_jquery() {
       wp_dequeue_script( 'videogallery_jquery' );
    }

    Making a child-theme is easy and will be useful for further stuff you want to add in your theme, also just for some css rules.
    https://doc.themesandco.com/customizr/creating-child-theme-customizr/

    Hope this helps.

    Thread Starter CT

    (@carolyntband)

    ok….I’ll try this and let you know how it goes….thanks!

    Thread Starter CT

    (@carolyntband)

    Hey I think i figured it out!…wow…child theme is pretty cool. Though switching to child theme changed some widgets around, I am thrilled that I can keep my video gallery and finally use my slider ??

    thanks for your help

    Thread Starter CT

    (@carolyntband)

    not sure if i should start a new thread but now I am noticing that as each slide goes by the photo kinda slides up and loses its framing. then the next slide goes by then after a sec it loses its framing as well. what can i do to fix this? https://www.carolyntband.com/

    Hi Carolyn,
    yes this is the same problem produced by another plugin of the same author. Basically they apply a javascript code which moves up Customizr slider ( or better, every slide which matches some condition), of course this is a plugin fault, but you can prevent it by disabling (at least for now) the Customizr centering slides feature (this means you’ll lose this Customizr feature).
    Go in Appearance -> Customize -> Global Settings -> Image settings, and uncheck the slides centering in any device feature.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘slider doesn't work’ is closed to new replies.