Hi there’I would like more information to be displayed in the product slider option – like you can have excerpts in the masonry display – how can this be done? Instead of just the shoe details button I need some more product information to show in the product slider or in the shop display.
Also in the masonry display for products I only want there to show in one section 3 products across but they are left aligning leaving a big grey space to the right – can this be centred?
Cheers
Hey xfacta!
1- You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-masonry-entry { width: 33.2%; }
Cheers!
Yigit
Hi Yigit
Thank you for your response :-)
In regards to the CSS style does this effect every page/area where I have a masonry display? Is there anyway it can be just for that section/area or not?
Cheers
Hey!
Set that element a custom class – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
And change the code accordingly:
.custom-element .av-masonry-entry { width: 33.2%; }
Cheers!
Josue
Fabulous! Thank you :-)
You are welcome, always glad to help :)
Regards,
Josue
In regards to the customisation of the shop display and the content showing for products how would I word that or describe in correct language to a freelance developer – so I ask for the right thing :-)
Ask for a modification of the /config-templatebuilder/avia-shortcodes/productslider.php file, to include excerpts and other post meta-data within the loop html function ( line 193 ).
Regards,
Josue
Brilliant thank you – much appreciated :-)