When scrolling down, sometimes the page doesn't allow me to fully scroll to the next portfolio item. Video here: https://dropover.cloud/869c82.
Question 1: any way to fix this?
Question 2: how can I convert the next portfolio item's title to a link so that, if someone can't scroll down fully, they can at least click on the title and move to that portfolio item?
When scrolling down, sometimes the page doesn't allow me to fully scroll to the next portfolio item. Video here: https://dropover.cloud/869c82.
Question 1: any way to fix this?
Question 2: how can I convert the next portfolio item's title to a link so that, if someone can't scroll down fully, they can at least click on the title and move to that portfolio item?
Actually, it'd be cool if any click on that "next portfolio item" section leads to the next item - am I explaining myself? Thanks!
Hey Alex,
Not sure if you noticed, however there is an autoscroll setting in admin -> customizer -> portfolio settings, you can disable that
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
I know, but I want to keep both - autoscrolling but also being able to click like when you disable it. Is it possible? Thanks!
Hello Alex,
by default the mouse events are disabled in autoscroll mode for the portfolio navigation section. try adding in customizer -> additional CSS
.next-ajax-link-project.auto-trigger {
pointer-events: auto !important;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Works like a charm. You rock, thanks!