Forums Forums Search & Filter Pro Pagination Style

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #19462

    Hi, can u check this web
    http://www.graficohosting.cl/MyV1/fitosanitarios-y-nutricion-vegetal
    Make a filter, and then try to select “Pagina siguiente”
    It doesn´t work well.

    Can u help me?

    Thanks

    Anonymous
    #19528

    Could you be more specific than “it doesn’t work well”? I tried your page links and don’t see any obvious problem…..I don’t speak Spanish, but visually it seems fine.

    What are you expecting it to do that it isn’t?

    Anonymous
    #19567

    Hi, look the attach. I first select one filter “corrector foliar” then the results are ok. But when i click next page “Pagina siguiente” look the third picture.

    Print-01
    Print-02
    Print-03

    Thanks

    Ross Moderator
    #19573

    Hi Alberto

    You modified the search results template so that it no longer works.

    The example template has your pagination links inside a div with the class pagination.

    		<div class="pagination">
    		
    		<div class="nav-previous"><?php next_posts_link( 'Older posts', $query->max_num_pages ); ?></div>
    		<div class="nav-next"><?php previous_posts_link( 'Newer posts' ); ?></div>
    		<?php
    			/* example code for using the wp_pagenavi plugin */
    			if (function_exists('wp_pagenavi'))
    			{
    				echo "<br />";
    				wp_pagenavi( array( 'query' => $query ) );
    			}
    		?>
    	</div>

    As you removed this, the pagination selector in the S&F admin (under the “display results” tab is no longer correct.

    Thanks

    Anonymous
    #22705

    Hi, how can i set a drop down list with the title of my post? just that. Maybe is a dump question, but i can´t ind it.
    Thanks a lot.

    Ross Moderator
    #22712

    Hey Alberto, so you want a dropdown list with all your post titles in it? This I’m afraid is not yet possible.

    Thanks

    Anonymous
    #22728

    Is there a chance you help me with this? Give me a quotation?
    Thanks

    Ross Moderator
    #22734

    Hey Alberto

    Unfortunately my work load is far too high – I need to finish dev of S&F 2.0, then we are working on a new site – on top that I’m working on a few other things at the same time…

    I would love to do some custom work for S&F but just don’t have the time I’m afraid.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)