Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • matteo sitta Friend
    #203123

    Hello,
    I need to change the portfolio grid from 3 to 4/5 per row item

    Ninja Lead Moderator
    #556888

    With the Bootstrap Grid system, you can only set grid with 1, 2, 3, 4, 6 items per row.

    Go to Admin -> Extensions -> JA_Nuevo – Default -> Portfolio Layout tabs -> look at the same in screenshot


    1. portfolio_layout
    matteo sitta Friend
    #556945

    Thanks Ninja, I had tried in the documentation without results.

    I have another question about the grid.
    I’d like to set a priority item and the dimension of these.
    I would like that the first items on the list bigger, as you can see from the image.


    1. layout
    Ninja Lead Moderator
    #557111

    <blockquote>Thanks Ninja, I had tried in the documentation without results.</blockquote>

    :(( I could not access back-end of your site and I’m not sure what did you change the setting on that. I see the Portfolio page on your site only show a item(you have to add more articles)

    <blockquote>
    I have another question about the grid.
    I’d like to set a priority item and the dimension of these.
    I would like that the first items on the list bigger, as you can see from the image.
    </blockquote>

    It requires a bit customization, you can try with my tweak here:

    + Create templates/ja_nuevo/etc/extrafields/portfolio.xml file and add script below inside


    <?xml version="1.0" encoding="utf-8"?>
    <form>
    <fields name="attribs">
    <fieldset name="extra-fields" label="TPL_GROUP_EXTRA_FIELDS_LABEL" description="TPL_GROUP_EXTRA_FIELDS_DESC" group="extrafields">
    <field name="jcontent_size" type="list" default="1x1"
    label="TPL_EX_CONTENT_SIZE_LABEL"
    description="TPL_EX_CONTENT_SIZE_DESC">
    <option value="1x1">1x1</option>
    <option value="2x2">2x2</option>
    <option value="2x1">2x1</option>
    <option value="1x2">1x2</option>
    <option value="3x2">3x2</option>
    <option value="2x3">2x3</option>
    </field>
    </fieldset>
    </fields>
    </form>

    + Go to Category select Porfolio extra field

    + Find and set article if you want to show big item

    You can see the it works in front-end


    1. porfolio
    2. porfolio_category
    3. article_porfolio
    4. all_porfolio
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 12 months ago.

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