• I’m trying to modify the way which slides transition in Stefan Boonstra’s slideshow plugin. I’d like to do a simple fade. My knowledge of Javascript is very very small, however. Can anyone point me to the file I should be looking at?

    thanks!

    jason

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Jason,

    As of version 1.3.5 the javascript file that controls the slideshow on your pages can be found in the ‘/wp-content/plugins/slideshow-jquery-image-gallery/js/SlideshowPlugin/’ directory and is called ‘slideshow.js’.

    You could also wait for version 2.0.0, in which the script will be completely revised and new animations (including the fade effect) will be available to select from the admin screen. This release is coming soon.

    On a side note, your question has a better chance of getting an answer if you place it on the plugin forum of the corresponding plugin. (I will receive an e-mail) I found your question by coincidence while Googling myself. 🙂

    Best regards,
    Stefan

    http://wordpress.org/extend/plugins/slideshow-jquery-image-gallery/

    Hi!

    Im using your Slidshow on http://www.a-e-i.at/www.a-e-i.at/ but it stuck on first image. What have i done wrong?

    Best regards
    Wolfgang

    Hi Wolfgang,

    Nothing is wrong with your slideshow, it’s your stylesheet that interferes with that of the slideshow.

    In your theme’s stylesheet, from lines 285 through 290, you’ll find these lines of CSS:

    pre,
    .hfeed div,
    input,
    textarea{
    	max-width:100%;
    }

    This is keeping the slideshow from being wide enough to slide. To fix your problem, you should either delete these lines, or delete the line that says ‘.hfeed div,‘. As far as I’ve seen, it doesn’t change your website.

    Best regards,
    Stefan

    By the way, your question is not really relevant to the subject of this thread. Perhaps you should’ve created a new thread, or looked for a better thread to post the question to.

    Hi Stefan!

    Thanks a lot! It WORKS 🙂

    Sorry abaut my naive queston but i started last week the first time in my life to make a homepage on my own. I had no experiances with WordPress or HTML Codes befor… 30 Years ago i learnd programming in modula, pascal, apl, etc. long befor windows came. This helps a little to understand logically thees work…

    Thank you and best regards
    Wolfgang

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modification to Slideshow plugin by Stefan Boonstra’ is closed to new replies.