• Resolved gasbas74

    (@gasbas74)


    Hi,

    I wouldn’t mind some documentation on how to implement.
    I saw some old topics and you answering to remove the double quotes to replace them with short codes. But which short codes exactly? Copying the short code as-is, doesn’t display any of my defined cross sell products.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author logicfire

    (@logicfire)

    Thanks!.. You can use not only 3 classes but as many classes you want using space in between like in the example shortcode.

    Thread Starter gasbas74

    (@gasbas74)

    Yeah, unfortunately, any class I create is applied to a block of combined product as if they were one single image. All styles, even grid-based styles, consider the output of the shortcode as 1 element and position it as such…

    Thread Starter gasbas74

    (@gasbas74)

    i.e.

    display:grid;
    grid-template-columns:repeat(auto-fill,auto);
    grid-gap:10px

    Plugin Author logicfire

    (@logicfire)

    Class will be applied to the main container of the products.
    You can style inner products based on that class.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘DIfficulty with correct code’ is closed to new replies.