A part of the Problem was solved by you in this Thread:
https://kriesi.at/support/topic/link-to-next-page-when-using-portfolio-grid-in-enfold-one-page-website/
If I “click” to the pages directly, the script loads the # ID. That’s great!
But, when I use the pagination at the Portfolio and “click” to “>” and “>>” or “<<”
the user gets to the Head of the site.
Can you add a script for <,>,<<,>> ?
Thx!
Hey McFly,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
For Sure ;)
Hi,
Thank you for the update. Please edit the previous script, look for this line:
$('.pagination .inactive').click(function(e) {
Replace it with:
$('.pagination .inactive, .pagination .inactive + a, .pagination .inactive + a + a').click(function(e) {
Best regards,
Ismael
Thank you at first! ;)
This works fine so far, but you forgot the “< and << “!
This jumps not one back or to page 1, it jumps to “home”/head” as it was.
Maybe you can correct this, then it will be great!
Thx!
Hey!
Please try this one:
$('.pagination .inactive, .pagination .inactive + a, .pagination .inactive + a + a, .pagination .pagination-meta + a:not(".current"), .pagination .pagination-meta + a:not(".current") + a').click(function(e) {
Cheers!
Ismael
Wow! You’re the greatest! Fantastic! Now it’s perfect!
It makes sense in a One Page Enfold Site, because u.a. of the loading time/SEO ranking!
Thank you very much for your Patience, your support is great!
Greets
McFly
Hi McFly,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
I surely will! Thank You!
Hi,
You’re welcome and thanks for using Enfold :)
Best regards,
Nikko