Hi, here’s an example (click on the comment bubble) : http://demo.themesandco.com/page-with-comments/
I guess I have something wrong. My website has an example in the navbar menu and in the main content area that DON’T work. Maybe you could help me figure out why…I can’t figure it out. Other than that, I love this theme so far. Link is below. The “reach us” link in menu and the “Click to start” button half way down page. Both just jump to the bottom. Any thoughts would be GREATLY appreciated. Thanks.
http://cloudinspectorwd.com/
Also, those comment links go much faster than say, the “back to top” link. I want my anchors to function just like that. Slow and smooth.
Hi,
If you are familiar with javascript, I would recommend to look at the tc-script.js file in inc/assets/js where those effects are defined.
Hope this helps!
Thanks for the tip. I have looked in there already. It seems that only the scroll to top section is the only time this is applied. I read in an older post about changing the duration from 700 ms to something longer. This has no effect, not even on the back to top link…
Hi,
So how was this resolved 11 month ago I’m curious?
Because I still have the same problem today.
In “tc-scripts.js” I can see the following:
SmoothScroll: { Enabled : 1 , Options : {} },
anchorSmoothScroll: “linear”,
anchorSmoothScrollExclude : {
simple : [‘[class*=edd]’, ‘.tc-carousel-control’, ‘.carousel-control’, ‘[data-toggle=”modal”]’, ‘[data-toggle=”dropdown”]’, ‘[data-toggle=”tooltip”]’, ‘[data-toggle=”popover”]’, ‘[data-toggle=”collapse”]’, ‘[data-toggle=”tab”]’, ‘[class*=upme]’, ‘[class*=um-]’],
deep : { classes : [], ids : [] }
},
I have tried adding “linear” as a class to my anchor tag to no success… What am I doing wrong?
Best Regards
Hello,
not sure what you’re trying to achieve…
This is an example:
In a post write this in Text mode:
<a href="#this">This</a>
<div style="margin-top:500px;"></div>
<div id="this">this is This</div>
in Appearance -> Customoize -> Global Settings -> Links style and effects
check
Smooth scroll on click
save
go to see your post live.
Click on This
and you’ll see the link smooth scroll in action.
Did this help?
@phdsigns
I was never able to replicate his use on my site. I no longer use Customizr on my site either, so I can’t guarantee this will work…
https://ww.wp.xz.cn/plugins/jquery-smooth-scroll/
I use this plugin on other sites that I want to add that functionality to. It works every time. I’m sure in some instances it will cause conflicts though. If you test it on your theme, doing so locally would probably be wise to start with.