Carousel script freezing

I have a carousel script running on my site http://www.jqueryscript.net/animation/Carousel-Style-Content-Ticker-Plugin-with-jQuery-Carousel-Ticker.html in one of the blocks I made (an HTML block). The script sometimes works and sometimes doesn’t work. Mostly it doesn’t work on first visit to page. If you refresh the browser, it does seem to work most of the time. On a normal page, without beaver plugin, it works fine all the time. Can you tell me how to fix? I can send you url and login if you need. Thanks!

Hey Mike,

Sorry to hear about this issue. Yes, we’ll need the site URL and temp admin access to check further. You can do that via private reply.

Ben

[Content Hidden]

Hey Mike,

I just noticed the carousel works when the browser is resized. I also checked the code from the markup and it seem you are using another version from the one I downloaded from the site you gave above? For instance, the code I have here on the documentation is wrapped in a document ready function while yours is not.

<script>
    $(document).ready(function() {
        $('.carouselTicker').carouselTicker();
    });
</script>

Also, the login above doesn’t work. You can also try the plugin deactivation route, deactivating all plugins and see if the problem is still happening. If not, reactivate the plugins one by one until the issue happens again and we’ll have our culprit plugin causing the issue.

Hope this helps!

Ben

[Content Hidden]

Hey Mike,

I tried the script from my end and it works just fine. Could you try loading the script on the bottom of the page? I’d love to try it but the details you gave above isn’t working.

Ben

[Content Hidden]

Hey Mike,

I tried playing around with the script and it seems it still doesn’t work even when used on a page without BB. I tried creating a test page BB Test Page, placed the script there using the native WP Text Editor and it still doesn’t work. I even tried deactivating the BB plugin but still no go. I’d suggest getting in touch with the script developer to see what’s wrong.

On the other hand, we already have our Post Carousel available. You could try playing around with it and see if it works for you. :slight_smile:

Ben

Strange. It worked on a different site that didn’t have the plugin. Okay so I tried the post carousel as you can see if you go to the home page now. That one has potential… IF you can add these settings?

  1. No pause between moving to next image? Just constant scrolling like the one I had there originally?
  2. Hovering over an image doesn’t white it out. I just want it to do nothing when I hover
  3. Can you make it so when I do hover over them, I can drag right or left? Like the one I have in there? And is it touch enabled? I didn’t try on my mobile device yet.

Thanks!

Hey Mike,

Maybe it’s with your hosting or the theme you’re using? If you haven’t yet, you can check out the BB Test Page I did and you’ll see it does the same thing even though that page doesn’t use BB at all.

  1. We can't make it continuously scrolling like you had before. You can play around with the delay and transition settings though and see if that works for you.
  2. You can use this CSS snippet to make it so. You can place a class name on the module itself under the Advanced tab to make it work only on that module. If you do so, you need to change the selector below to .class-name .fl-post-carousel-link .fl-photo {.
  3. ``` /* Don't show title when hovered - Post Carousel Gallery */ .fl-post-carousel-link .fl-photo { z-index: 3; } ```
    <li>We don't have that feature. But it is touch swipe capable.</li>
    

Hope this helps!

Ben