-
nmwrio
ParticipantDoes anyone know how to limit the number of slider pages. I only want one with four or five posts. I have read that it’s something that needs to be changed in the loop-slider code but not certain what needs to be changed.
nmwrio
ParticipantMy website is http://www.cubolivre.com. In addition to the slider question, I have encountered a problem in the archives, a grey and white box over the post picture that I can’t seem to get rid of . Toyed around with the folded section in the stylesheet but no luck.
Daniel Tara
KeymasterYou can delete the navigation links in loop-slider.php, I’m not aware of any other way.
nmwrio
ParticipantIs there a particular section I need to remove? Many thanks Daniel, great theme.
Daniel Tara
KeymasterThis piece of code:
<?php if ( $wp_query->max_num_pages > 1 ) : ?> <div id="nav-slider"> <div class="nav-previous"><?php next_posts_link( '' ); ?></div> <div class="nav-next"><?php previous_posts_link( '' ); ?></div> </div><!-- #nav-above --> <?php endif; ?>
- This reply was modified 10 years, 5 months ago by Daniel Tara.
- This reply was modified 10 years, 5 months ago by Daniel Tara.
- This reply was modified 10 years, 5 months ago by Daniel Tara.
Tagged: help, loop-slider, minimatica, slider pages
You must be logged in to reply to this topic.