-
AuthorPosts
-
April 21, 2017 at 4:21 pm #781293
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!
-
This topic was modified 8 years, 6 months ago by
McFly.
April 22, 2017 at 6:50 am #781552Hey McFly,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
RikardApril 22, 2017 at 8:29 am #781595For Sure ;)
-
This reply was modified 8 years, 6 months ago by
McFly.
April 27, 2017 at 6:50 am #783814Hi,
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,
IsmaelApril 27, 2017 at 9:03 am #783877Thank 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!
-
This reply was modified 8 years, 6 months ago by
McFly.
April 28, 2017 at 9:43 am #784371Hey!
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!
IsmaelApril 28, 2017 at 2:36 pm #784575Wow! 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
McFlyApril 30, 2017 at 3:34 pm #785270Hi McFly,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaMay 1, 2017 at 2:06 pm #785727I surely will! Thank You!
May 1, 2017 at 4:11 pm #785826Hi,
You’re welcome and thanks for using Enfold :)
Best regards,
Nikko -
This topic was modified 8 years, 6 months ago by
-
AuthorPosts
- The topic ‘Portfolio Pagination link to ID works wrong’ is closed to new replies.
