maitseasi
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Scroll to slide IDAs I already told you in another topic, you are a Godsend! : )
Thank you!Forum: Plugins
In reply to: [Smart Slider 3] Scroll to slide IDI do have 4 slides.
The elementor ID is:<a id="hs4" class="elementor-button elementor-size-xs elementor-animation-shrink" role="button">https://shakey.ee/epifond/et/giab/ “Quality” Button, and it should refer to the slider under “main technologies”.
- This reply was modified 7 years, 9 months ago by maitseasi.
Forum: Plugins
In reply to: [Smart Slider 3] Scroll to slide IDThanks Ramona,
I changed the elementor button ID to ‘#hs4’ and added the following code to my JS file: `N2R(‘#n2-ss-8’, function($, slider){
jQuery(‘#hs4’).click(function(){
slider.slide(3);
});
});`
and could not get anywhere.I blame my complete incompetence and lack of knowledge for that, so I wont ask any more of your time. Ill ask a buddy of mine to help me out and will reply when I get the answer.. or more questions.
- This reply was modified 7 years, 9 months ago by maitseasi.
Forum: Plugins
In reply to: [Smart Slider 3] Scroll to slide IDThanks for the quick reply, and good to know its possible. If it’s not too much to ask, could you explain the ‘N2R’ part of the code.
Also, how should I access the Smart Slider Javascript API and should could I also trigger the action with a JS code?
Forum: Plugins
In reply to: [Smart Slider 3] Button click fancybox gallerySeems to be working. You are a godsend, thank you very much! : )