Thank you so much. Have the square portfolio images now. Part 2 doesn't seem to have worked (4-column instead of 3-column). What should I do differently?
Yes, that's the snippet I've already tried per your previous instructions. Since that doesn't appear to work, do you have another recommendation? Or perhaps I've set something up wrong that's not allowing it?
Using the filterable portfolio for an affiliate store and would like to do 2 things:
1. Change the rectangular grids in the filterable portfolio to 1:1 squares instead of the current rectangular layout
2. Use a 4 or 5-column grid instead of the current 3-column grid
Is this possible?
Hi,
1/ This theme already support for this feature.
On your portfolio shortcode, add more attr:
image_type="square"
Example:
[portfolio style="grid" cat="" number="12" filter="true" column="3" all_text="All" image_type="square" /]
2/ Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign
Thank you so much. Have the square portfolio images now. Part 2 doesn't seem to have worked (4-column instead of 3-column). What should I do differently?
Hi,
I've edited the latest comment.
You need to use this code to change it to 4 columns:
Best Regards,
PenciDesign
Yes, that's the snippet I've already tried per your previous instructions. Since that doesn't appear to work, do you have another recommendation? Or perhaps I've set something up wrong that's not allowing it?
Hi,
I can see the code appears on your site is wrong.
You need to change from:
To:
Best Regards,
PenciDesign
That did it. I apologize for overlooking that. Thanks so much!