I’m checking https://github.com/Codeinwp/neve/blob/master/inc/views/pluggable/pagination.php to see if I see any clues, and found the references to infinite Scroll, but I really don’t know what else to do.
Hi @lafargue,
I tried on my side and everything was ok, no duplicated posts. Can you maybe share a screenshot?
Regards,
Rodica
Hello Rodica! Somehow I missed you’r reply, thanks for answering so soon, here’s a Screenshot of the issue the site it’s experimenting, hope it helps.
-
This reply was modified 5 years, 11 months ago by
lafargue.
Hi @lafargue,
Thank you so much for the screenshot. I managed to replicate this on my side. You are right, for some specific conditions, it looks like the posts are duplicated. I just reported this and we’ll work on a fix in the next update.
Regards,
Rodica
Thanks a lot @rodicaelena, sounds awesome, keep making an awesome job!
Hope that update comes before we launch our site lol
Cheers.
-
This reply was modified 5 years, 11 months ago by
lafargue.
Hi @lafargue,
Let me know if everything is ok with the latest update.
Regards,
Rodica
Hi @rodicaelena I checked and the issue it’s now fixed, thanks a lot to you and the @themeisle team for creating such a great theme and the support given.
Cheers.
Hi @lafargue,
Awesome, I’m glad to know everything is ok now. Let me know if there’s something else I can help with.
Regards,
Rodica
P.S. If you are happy with our theme and support you can always leave us a review here https://wordpress.org/support/theme/neve/reviews/. It helps us a lot.
Already did! here’s my review, that you kindly answered by the way.
I got another issue, but it’s a development thing, we’r trying to incorporate Co-Authors Plus in our child theme of neve, but haven’t been able to add the function that replaces the query of the authors name’s in functions.php, so we have to change it in Neve every time we update the theme.
Neve/inc/views/partials/post-meta.php
Line 48
case 'author':
$author_email = get_the_coauthor_meta( 'user_email' );
//$avatar_url = get_avatar_url( $author_email );
//$avatar_markup = '<img class="photo" alt="' . get_the_author() . '" src="' . esc_url( $avatar_url ) . '" /> ';
$display_avatar = apply_filters( 'neve_display_author_avatar', true );
$markup .= '<li class="meta author vcard">';
//if ( $display_avatar ) {$markup .= $avatar_markup;}
$markup .= '<span class="author-name fn">' . wp_kses_post( coauthors_posts_links( $between = null, $betweenLast = null, $before = null, $after = null, $echo = false ) ) . '</span>';
$markup .= '</li>';
break;
I didn’t made a topic because I wasn’t sure if that’s an issue that can be asked in this forum, it is? should I made another topic for it?
Thanks a lot for your time!
-
This reply was modified 5 years, 11 months ago by
lafargue.
Hi @lafargue,
Yes, kindly create a new topic for this question.
Done! Here, Thanks a lot for the guidance 😉