Forums Forums Search & Filter Pro Create design in results

Viewing 10 posts - 1 through 10 (of 15 total)
  • Anonymous
    #18640

    Good Afternoon, How design the results of a filter or search?. When the search show the results, it shows in one column and i want in three columns and i don’t know design this.
    How are the results of a search is designed?

    José Segarra

    Dinatur

    Ross Moderator
    #18719

    Hi there

    Please check the docs on displaying your results:

    http://www.designsandcode.com/wordpress-plugins/search-filter-pro/docs/display-results/

    Also check the sub pages – “as an archive” and “with a shortcode”

    Thanks

    Anonymous
    #18976

    I have other problem. I’m designing the file the results.php but it doesn’t run older posts and new, this show No Results Found and i don’t know why

    this is the code that doesn’t run

    <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>

    Ross Moderator
    #19058

    Do you have a link I could see?

    In that template you will also see some sample code for the wppagenavi plugin which might work better for you?

    Thanks

    Anonymous
    #19096

    Good afternoon, in the file of results there is some function for show the price of the product?

    I have seen:

    the_category()
    the_tags();
    the_date();
    the_title();

    Ross Moderator
    #19098

    Hi again

    Price is usually saved as post meta, so I would take a look here:

    https://codex.wordpress.org/Function_Reference/get_post_meta

    This should be great for getting the price (the key is likely _price or just price).

    Also, a quick google shows this:

    http://www.agdesignstudio.co.uk/woocommerce-get-product-regular-sale-price-custom-loop/

    This will require some small adaptation to work in the template .

    Thanks

    Anonymous
    #19145

    Thank you for your assistance.

    I would also like to know: i’m using wp elision theme and the filter by category always show the same items even if we change the selected category.

    What shall be done in order for this to work properly?

    Also, if I use the search field then the pagination don’t work well and don’t show results, if i quit the search field then the pagination works again.

    Ross Moderator
    #19177

    Do you have a link I could look at?

    Thanks

    Anonymous
    #19185

    I have made the two cases in the page:

    http://dinatur.no-ip.org:82/europtica/catalogo/

Viewing 10 posts - 1 through 10 (of 15 total)