i cant see no magic wand.
turned to normal editor, but where to look?
left, right? is it still a part of enfold?
i might need it to make some changes to a .js file.
got it, its IN the defauilt editor, the magic stick.
still…cant spot a shortcode file….where is it?
Hi,
Glad you found the tool, not sure what you mean by shortcode file though?
Best regards,
Rikard
well, as i wanted to change the transition speed of the easy slider, i thought i had to do this through:
Magic Wand –> Medai Elements –> Easy Slider.
and than, somehow, i would find a .js file to adapt..but there aint none…
so, how to change this speed of the easy slider?
Hi,
You can simply edit the element and change transition time – http://i.imgur.com/HCU8aZZ.png
If you would like to see shortcodes below Advanced Layout Builder or in default editor, please turn on debugging mode – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
Yigit
hi yigit, thanks.
this is about the amount of seconds a images stays on place/is showing itself.
the speed of the transtions ive changed in shortcodes.js.
the line: //transition speed when switching slide
transitionSpeed:900
ive changed to:
//transition speed when switching slide
transitionSpeed:1900,
this seems to do the trick….