Portfolio – Can't Reorder Items, Can't Limit # Items, Filter Not Working

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio – Can't Reorder Items, Can't Limit # Items, Filter Not Working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7221
    invodesign
    Member

    (1). We are unable to reorder items in the Portfolio. When we reorder in the backend (edit.php?post_type=portfolio&page=order-post-types-portfolio), the new order does not show up on the front end.

    (2). We are unable to limit the number of Portfolio items that appear in the Portfolio section on the home page. We tried looking in the Theme Options as well as in specific files in the Editor. But, any changes that we make don’t affect the number of items that are visible.

    (3). The Portfolio filter is not working properly on the home page. For example, if you click to filter the Portfolio items, then the section becomes blank. If you scroll down and up again, then the appropriate items will appear all of the sudden.

    #7222
    invodesign
    Member
    This reply has been marked as private.
    #7249
    Raghavendra
    Moderator

    1) To reorder the portfolio items in the home page, pls see the below post –

    https://www.livemeshthemes.com/support/forums/topic/change-order-of-gallery-items-with-show_post_snippets-shortcode/#post-6092

    2) The way you limit the number of items by specifying the post_count param in the [show_portfolio] shortcode. Pls see below –

    [show_portfolio number_of_columns=3 post_count=6 image_size='square']
    

    More details in the latest version of the documentation for the theme.

    3) To fix the portfolio items not appearing due to scroll issues, pls use the fix explained in the below post –

    https://www.livemeshthemes.com/support/forums/topic/bug-show_portfolio/#post-7151

    #7251
    Raghavendra
    Moderator

    BTW, we could not reproduce the issue of 27 inch screen here. Hope it is related to the above issues and things may work now. Thanks

    #7542
    invodesign
    Member
    This reply has been marked as private.
    #7555
    Raghavendra
    Moderator

    Sorry, my mistake. Since you are using [show_portfolio] shortcode, you need to edit the line number 143 of framework/functions/portfolio-functions.php file to

    $loop = new WP_Query(array('post_type' => 'portfolio', 'posts_per_page' => $posts_per_page, 'orderby' => 'menu_order', 'order' => 'ASC'));
    

    The ordering is now working and live on your site. Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.