Portfolio page reorder function not working

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio page reorder function not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12095
    carolacat
    Member

    Hi there, I have been having trouble with the image sizes on the portfolio page (renamed media on http://www.tweeetinggoddess.com) and when I rezise the images they are not showing up on the front end. Also when I go into theme options they aren’t showing the new order that I have placed on them.

    Any ideas?

    thanks

    #12110
    Raghavendra
    Moderator

    I see all images showing up on the media page. We removed the ordering since some users wanted to keep the default order by date. To restore ordering through post type reorder plugin, pls modify portfolio-functions.php line no:13 as given below

     $query_args = array('post_type' => 'portfolio', 'posts_per_page' => $args['posts_per_page'], 'filterable' => $args['filterable'], 
                'paged' => $paged, 'order' => 'ASC', 'orderby'=>'menu_order');
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.