Hi
Ive entered all the selector element for example:
content
pagination
article
etc. However rim still seeing the page navigation numbers at bottom https://www.buyusedclothes.co.uk/category/latest-news/
Help!
John
]]>there is a problem in the code? when done scroll up the URL does not change, it only to post that load when done scroll down
]]>en la version movil solo carga 3 post y posteriormente se queda “cargando” ya no puede mostrar mas post
mi pagina es
https://dev.culturacolectiva.com/
Hey great plugin
Trying to get it to work in a Query loop
heres my code
<div class="content-container">
<?php
$paged = ( get_query_var('page') ) ? get_query_var('page') : 1;
$args = array(
'post_type' => array( 'post', 'review'),
'posts_per_page' => 8,
'paged' => $paged
);
$the_query = new WP_Query( $args );
?>
<?php $post_counter=0; ?>
<?php if ( $the_query->have_posts('paged') ) : ?>
<?php while ( $the_query->have_posts('paged') ) : $the_query->the_post('paged'); ?>
<div id="post-item"><div class="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<a href="<?php echo the_permalink(); ?>">
<div class="post-image">
<span class="wrapper-1">
<?php
echo get_the_post_thumbnail($post->ID, 'plant-thumb');
?>
<span>
<?php
// Get the Name of First Category
$category = get_the_category();
echo $category[0]->cat_name;
?>
</span>
</span>
<div class="item-overlay">
<div class="post-title"><h4 class="title"><?php the_title(); ?></h4></div>
<div class="post-author">
<h2>by</h2><?php echo get_the_author(); ?>
</div> <!-- post author -->
<div class="post-date">
<h2>on</h2><?php echo get_the_date(); ?>
</div> <!-- post-date -->
</div> <!-- item-overlay -->
</div> <!-- post-image -->
</a>
</div> <!-- post-ID -->
</div> <!-- post-item -->
<?php
$post_counter++;
if ($post_counter == 8) { ?>
<div class="ad-box-300x250">
<SCRIPT language="Javascript">
var cpmstar_rnd=Math.round(Math.random()*999999);
var cpmstar_pid=57604;
document.writeln("<SCR"+"IPT language='Javascript' src='//server.cpmstar.com/view.aspx?poolid="+cpmstar_pid+"&script=1&rnd="+cpmstar_rnd+"'></SCR"+"IPT>");
</SCRIPT>
</div>
<?php } ?>
<?php endwhile; ?>
<div class="post-pagination">
<div class="post-next">
</div>
</div>
<?php wp_reset_postdata(); ?>
<?php else : ?>
<p><?php _e( 'Sorry, no posts matched your criteria.' ); ?></p>
<?php endif; ?>
</div> <!-- content-container -->
It comes up with “no posts to show” under the first loop. How do i fix this? thanks
Heres the website https://www.gamersgreed.com
]]>hi,
i believe this plugin should auto load next post when reaching bottom, but its not doing so, can you help.
my site is convicon.com
]]>i tried for woocommerce scrolling it didnt work ? does it work on woocommerce or not ? if its not can u add that feature ?
]]>I absolutely love this plugin, thank you! But is there any way we could disable the scroll to top feature? When I initially load my blog and try to scroll before its loaded all the way, the ‘scroll to top’ feature of this widget causes my page to bounce back to the top…and this can be a smidge bit annoying.
I wasn’t wanting to feature a scroll-to-top button anyway…I would love it if there were opportunity to disable it!
Thank you!
]]>