Portfolio Issues

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #331

    I finally got around to creating my portfolios and now one wont populate the portfolio page…??? It was all working fine until i added the last category’s pics.

    http://shgww.com/website-portfolio/ – hotels.

     

    Js

     

    #334

    Also: I have a total of 48 images in the portfolio but when I select the “All” feature most are missing and no additional pages can be accessed by any navigation on the portfolio. I am using the 4-column sortable template.

    #337

    Lastly, I tried the CSS fix for decreasing the height of the space between images when not using text. It did not work for me..??

     

    Now working. I didn’t notice that the code was for only for the 3 colm template. I adjusted it and it works great.

    #344
    livemesh
    Keymaster

    You will have a make slight change in the code if you are fine with 48 items being shown in the portfolio page. Here is a simple change required –

    In the {theme installation folder}\template-3c-sorted-full-width.php, you can make the change following change –

    <div id="portfolio-full-width">
    
        <?php
        $args = array(
            'number_of_columns' => 3,
    		'image_size' => 'grid-thumb',
            'posts_per_page' => 18
        );
    
        mo_display_sorted_portfolio_content($args);
        ?>
    
    </div> <!-- portfolio-full-width -->
    

    Pls replace number 18 above with 48 and you are done.

    #349

    Works! Thanks. I have multiple categories so I will exceed 48 anyway.

     

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