• Brand new to WP. Chose zippy as my first theme to customize. I can’t find how to change the slideshow options. Ideally, just want a simple change of image, no fancy fade out settings.

Viewing 4 replies - 1 through 4 (of 4 total)
  • kmaxkmaxmultimediacom

    (@kmaxkmaxmultimediacom)

    inside your zippy theme folder there is a folder called “js” .
    Inside that folder is a file called “camera.min.js”
    open that file

    remove the following code:

    Array(“simpleFade”,”curtainTopLeft”,”curtainTopRight”,”curtainBottomLeft”,”curtainBottomRight”,”curtainSliceLeft”,”curtainSliceRight”,”blindCurtainTopLeft”,”blindCurtainTopRight”,”blindCurtainBottomLeft”,”blindCurtainBottomRight”,”blindCurtainSliceBottom”,”blindCurtainSliceTop”,”stampede”,”mosaic”,”mosaicReverse”,”mosaicRandom”,”mosaicSpiral”,”mosaicSpiralReverse”,”topLeftBottomRight”,”bottomRightTopLeft”,”bottomLeftTopRight”,”topRightBottomLeft”,”scrollLeft”,”scrollRight”,”scrollTop”,”scrollBottom”,”scrollHorz”);

    and replace with:

    Array(“simpleFade”);

    save your file as camera.min2.js

    upload that file to the same directory as camera.min.js using ftp .

    change the name of the existing camera.min.js to “camera.min-backup.js” or some similar.

    rename camera.min2.js to camera.min.js

    go back to your browser, clear the cache, and reload; you will see that your slide show now uses only the fade transistion.

    this is only ONE way to do this, not necessarily the best way but it works and also instructs you in how to choose from the myriad transitions available, only leaving the ones that you like.

    hope this helps ??

    Kmax, that is great help. I am trying to deal with a similar issue with the slider.

    Essentially I am finding the black transparent caption fade up bar distracting and annoying. The part of the slider at the bottom which prints the captions for the slidesIs there a way to remove this? I have tried to remove it from the style css with no luck… Can’t seem to find the right bit of code.

    Sherry

    (@svanderstinehotmailcom)

    I would also like to remove the captions for the slides. Please let us know how to do this.

    hello, i m using zippy theme…would like to know how to change the height and width of the slider…i liked the theme and i m working on it…plz help…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to adjust slider fade-outs?’ is closed to new replies.