-
AuthorPosts
-
matteo sitta Friend
matteo sitta
- Join date:
- September 2014
- Posts:
- 92
- Downloads:
- 20
- Uploads:
- 2
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
November 27, 2014 at 8:33 pm #203123Hello,
I need to change the portfolio grid from 3 to 4/5 per row itemNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 28, 2014 at 3:49 am #556888With 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 user says Thank You to Ninja Lead for this useful post
matteo sitta Friendmatteo sitta
- Join date:
- September 2014
- Posts:
- 92
- Downloads:
- 20
- Uploads:
- 2
- Thanks:
- 15
- Thanked:
- 5 times in 1 posts
November 28, 2014 at 2:05 pm #556945Thanks 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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 1, 2014 at 4:03 am #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
- AuthorPostsViewing 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
Jump to forum
Grid Portfolio
Viewing 4 posts - 1 through 4 (of 4 total)