• Hello, I love this theme but I can’t figure out how to modify the effects/fades of the slider. I just want images to slide from left to right.

    Also I attempted to change the caption on the images that slide by, went under screen options, chose custom fields and entered slidecaption with and without quotes – neither way did it change the caption. Is there something I missed?

    Thank you in advance for any information.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Viva Themes

    (@vivathemes)

    Hi,

    To change the sliding effect you need to edit the ‘camera.js’ file located in the ‘js’ folder of the theme. Near the top you have this part
    fx : 'random', //'random','simpleFade', 'curtainTopLeft', 'curtainTopRight', 'curtainBottomLeft', 'curtainBottomRight', 'curtainSliceLeft', 'curtainSliceRight', 'blindCurtainTopLeft', 'blindCurtainTopRight', 'blindCurtainBottomLeft', 'blindCurtainBottomRight', 'blindCurtainSliceBottom', 'blindCurtainSliceTop', 'stampede', 'mosaic', 'mosaicReverse', 'mosaicRandom', 'mosaicSpiral', 'mosaicSpiralReverse', 'topLeftBottomRight', 'bottomRightTopLeft', 'bottomLeftTopRight', 'bottomLeftTopRight'
    You can replace random with one of the available effects.
    You can also change the amount of columns for certain effects here
    cols : 6,

    The custom field to change the caption is ‘slidetitle’, if in the readme file it says ‘slidecaption’ then it is a mistake, sorry.

    Edy

    If I want to have only one effect (ie stampede) in the slider, what would that section of the camera.js file look like?

    would it just be
    fx : ‘stampede’ ?

    Also, to change the slide caption as mentioned above, where do I create the custom field?

    Thanks

    Theme Author Viva Themes

    (@vivathemes)

    Yes, that’s how you change the effect.

    To change the slide caption you create a custom field in each page or post that you have featured in the slider. You can enable custom fields in the ‘Screen Options’, top right corner when you edit a page or post.

    Edy

    OK that did it. Thanks for the help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Modifying the Slider Bar Fades’ is closed to new replies.