Support ForumSmooth scroll effect on images and other elements – Support Forum https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/feed/ Tue, 07 May 2024 14:53:29 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4679 <![CDATA[Smooth scroll effect on images and other elements]]> https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4679 Wed, 17 Sep 2014 11:48:53 +0000 thr33k Icons have a nice, smooth scroll effect when they are clicked but an image with the same settings just jumps instantly down the page. Is it possible to add a similar scroll-effect to images?

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4687 <![CDATA[Reply To: Smooth scroll effect on images and other elements]]> https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4687 Thu, 18 Sep 2014 09:53:10 +0000 IshYoBoy Hey,

This should be easily be managed by adding a class to the image link and so “ish-smooth_scroll”.

You can edit the page builder element’s settings and then in the complete bottom of the pop-up window edit the “Advanced Global Attributes” and set the “Extra Class” name.

If this does not help you can update the following file
wp-content\themes\boldial\assets\frontend\js\main.js

And mainly this function:

You could update the jQuery selector and add another selector for example:
“, a[href^=”#”]”

So all links that link to an anchor (means starting with “#”) will also have smoot scroll enabled.

P.S. this change will be overwritten with the next theme update. To avoid this you could try registering your own JavaScript file through a child theme and re-defining the function there. Just make sure not to use the “function_exists” if statement around the function. Check the following topic:

Overriding default JS functions with child-theme (Skills animation duration and delay)

Hope this helps ;)

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4699 <![CDATA[Reply To: Smooth scroll effect on images and other elements]]> https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4699 Thu, 18 Sep 2014 14:26:38 +0000 thr33k Brilliant, works fine now thanks!

]]>
https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4706 <![CDATA[Reply To: Smooth scroll effect on images and other elements]]> https://support.ishyoboy.com/forums/topic/smooth-scroll-effect-on-images-and-other-elements/#post-4706 Thu, 18 Sep 2014 18:48:57 +0000 IshYoBoy Very happy to hear that! Have fun with your site!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>