Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #293790

    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

    #294505

    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

    #294732

    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

    #294734

    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

    #294736

    Fabulous! Thank you :-)

    #294741

    You are welcome, always glad to help :)

    Regards,
    Josue

    #294742

    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 :-)

    #294745

    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

    #294748

    Brilliant thank you – much appreciated :-)

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Styling to woocommerce information displayed in product slider’ is closed to new replies.