Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Portfolio – Can't Reorder Items, Can't Limit # Items, Filter Not Working
- This topic has 5 replies, 2 voices, and was last updated 11 years, 8 months ago by
Raghavendra.
-
AuthorPosts
-
June 5, 2014 at 12:54 pm #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.
June 5, 2014 at 1:02 pm #7222invodesign
MemberThis reply has been marked as private.June 6, 2014 at 2:14 pm #7249Raghavendra
Moderator1) To reorder the portfolio items in the home page, pls see the below post –
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
June 6, 2014 at 2:18 pm #7251Raghavendra
ModeratorBTW, 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
June 21, 2014 at 5:32 pm #7542invodesign
MemberThis reply has been marked as private.June 23, 2014 at 3:45 am #7555Raghavendra
ModeratorSorry, 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
-
AuthorPosts
- The forum ‘Agile Theme Support’ is closed to new topics and replies.