• Resolved Kim_Scrapster

    (@kim_scrapster)


    First of all: thanks for this wonderful plugin!
    It works on my blog. the only thing I can’t seem to change is the slider speed or the animation duration. I can change the numbers, but no matter what I enter, I can’t see the difference and they keep changing at the same speed.
    You can see this in this post: http://www.scrapster.be/2012/09/wat-is-jouw-scrapbook-stijl/
    I will add that I’m using a theme which already had a slider integrated on the homepage (Yasmin theme). Could they be interfering with each other? This theme required me to install the following plugins: Ajax thumbnail rebuild, Meta Box, Options framework and WP-Pagenavi. From what I can see, this theme was built uding the jQuery FlexSlider v1.8 by Woothemes.
    Just trying to give as much information as possible here, hoping you can help me out.
    Thanks in advance.

    http://wordpress.org/extend/plugins/soliloquy-lite/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Thomas Griffin

    (@griffinjt)

    Yes, there is most likely a conflict with the theme’s bundled slider because Soliloquy also uses FlexSlider as its slider foundation. Try deactivating the theme’s slider functionality and that should clear up any issues.

    Thread Starter Kim_Scrapster

    (@kim_scrapster)

    The theme only allows me to show the featured slider or not.
    When I choose to not show it, the problem remains. My first slideshow in the particular blogpost is set at 100 milliseconds, yet it still changes at the same speed…
    Anything else I can do?

    Plugin Author Thomas Griffin

    (@griffinjt)

    Your theme is still outputting the old flexslider script, which would interfere with Soliloquy. Depending on the theme, you may have to comment that line out in the theme file. That’s most definitely the issue, though.

    Thread Starter Kim_Scrapster

    (@kim_scrapster)

    ok, what would that line look like?

    Plugin Author Thomas Griffin

    (@griffinjt)

    Your theme is either enqueuing it or directly outputting it in the header. Try looking in the header.php file and look for jquery.flexslider-min.js.

    If it isn’t in there, it is most most likely using wp_enqueue_script to load the script, so you can do a search for that function and try to comment it out from there.

    Thread Starter Kim_Scrapster

    (@kim_scrapster)

    It’s in my header.php file
    But how do I comment it out?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Soliloquy Lite Responsive Image Slider] Can't change the slider speed’ is closed to new replies.