Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1440325

    I’m having an issue showing bullet points on my product pages as the Avia layout builder doesn’t seem to work with woocommerce and it’s basically forcing me to use “Classic Editor”. Any help would be very appreciated! https://cascomfg.com/product/fire-pit-covers/ – for instance on this page, all the “sizes available” are showing bullet points on the backend but not on the frontend. Of course, on the home page you can see bullet points as Avia is working on typical “pages”.

    Thank you for your help!

    #1440327

    Hey Searchrllc,

    Thank you for the inquiry.

    Are you trying to apply bullets or disc to the list? Please add this css code:

    .single-product-summary ul {
       list-style: inside;
    }

    Please note that activating the Advanced Layout Builder for the products might limit functionality and prevent default features from displaying or working properly. We recommend using the default editor when building the product content.

    Best regards,
    Ismael

    #1440711

    Hey Ismael,

    Perfect, thanks a ton for the quick response! Really appreciate it! I’m having the same issue on one of our partner site: https://outdoorcoversbycasco.com/product/casco-round-fire-pit-cover/

    I added the code you provided above but any help within the “Specifications” tab would be great. Thanks again!

    #1440729

    Hi,

    Please try this CSS as well:

    .woocommerce-Tabs-panel ul {
      list-style: disc;
    }

    Best regards,
    Rikard

    #1440735

    Hey Rikard,

    Thanks again for the quick response! That one didn’t seem to work for the specifications tab on outdoorcoversbycasco.com. Anything else you think I could try? I deleted the cache but unlike Cascomfg.com, the tab bullets still aren’t working.

    Really appreciate you and your team!

    #1440751

    Hi,

    Thank you for the update.

    The stylesheets or css files in the outdoorcoversbycasco have been compressed and merged. Please add the css code again, disable the compression plugin or option temporarily, then purge the cache.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.