Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • andrei3 Friend
    #201079

    Have problem with the Masonry layout. The list view is somehow strange. suppose its just a small thing but i don’t manage 🙁


    1. masonry
    TomC Moderator
    #548321

    Not entirely certain what you are trying to do – or what module you are using there.

    Question:
    When you installed your template, did you do so via the quickstart + sample data installation process?

    andrei3 Friend
    #548322

    no, i just installed the template.
    what i want is the “list layout” to be have an article in a row.

    Ninja Lead Moderator
    #548428

    @andrei3: You can apply the solution below again

    + Open the templates/ja_decor/html/com_content/category/masonry.php file

    Change

    $bloglayout = isset($_COOKIE['blog-layout'])?$_COOKIE['blog-layout'] : '0';

    To

    setcookie('blog-layout','1');
    $bloglayout = isset($_COOKIE['blog-layout'])?$_COOKIE['blog-layout'] : '1';

    + Create the templates/ja_decor/css/custom.css file and add new rule:


    .grid-list .item.isotope-item{
    height : 300px;
    }

    If you are still not able to resolve this. Please pm me admin login and FTP account, I will help you out.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum