Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1469516

    Hello,
    My bullets don’t show up in the short description from woocommerce. My test product page is here:

    I’ve checked your forums and tried different CSS snippits from previous posts, and when i post them in the enfold quick css section, the bullets how up, but the entire formating of the page breaks. Some of the things i tried are:

    #top .summary .description ul, #top .woocommerce-tabs ul{
    list-style: disc inside;
    }

    and:

    .summary.entry-summary ul {
    list-style: disc outside;
    }

    and:

    .woocommerce-product-details__short-description ul {
    list-style-type: disc;
    list-style-position: inside;
    }

    When i try adding these, the entire page formatting breaks…

    #1469527

    Hey sgkeil,

    Thank you for the inquiry.

    The list is now bulleted. Did you figure this out?

    .woocommerce-tabs #tab-description ul, #top .woocommerce-tabs .commentlist .description ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    Best regards,
    Ismael

    #1469537

    Hello,
    I don’t see the list as bulleted?
    I’m talking about the section up front (short description), which has the following text:

    Please note: A 1-month deposit is added to the order, which is refundable at the end of your subscription.
    You can find a copy of the rental contract, terms and conditions here.
    Your rental contract can be signed online, using Adobe Docusign, by sending a copy of the signed documents via email, or in person.

    I’d like that to be bulleted? Is there a way to post an image?

    #1469538

    Also, i tried adding your code provided in the CSS quick styling section of Enfold, and it didn’t work, buuut, at least this time it didn’t break the page formatting like the other codes before did. That’s… progress i guess? :)

    #1469539

    Oh, i tried adding NUMBER bullets (test, test), and those showed up.. just not the disc bullets… hmmm

    #1469540

    Just tried again.. oddly the text INDENTS but doesn’t show the bullets? Check out the link again please, you’ll see:

    #1469542

    Hi,

    Thanks for the updates. Your site is not loading at the moment, please let us know when it’s back up.

    Best regards,
    Rikard

    #1469561

    Hello,
    seems it’s up, and i checkedthe logs, i don’t see it down? also checked external with https://www.isitdownrightnow.com/hipstor.bg.html
    cheers,
    steve

    #1469588

    Hi,

    Thank you for the clarification.

    I’m talking about the section up front (short description), which has the following text:

    Please add this CSScode to apply discs or bullets to the list:

    .woocommerce-product-details__short-description ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    Best regards,
    Ismael

    #1469593

    Yea.. that is literally the SAME code i posted in my question and said didn’t work.
    And it still doens’t work.

    #1469594

    Hi,

    Thank you for the update.

    It works when we directly apply the modification to the browser. Please add the code again, then toggle or temporarily disable the Enfold > Performance > File Compression settings. Make sure to purge the cache afterwards.

    Best regards,
    Ismael

    #1469595

    To be clear, when i post that in, and i said it “breaks the formatting” – give it a look after you clear cache:

    #1469596

    Hi,

    The compression is still enabled when we checked. It’s also possible that there are invalid code in your css. Please provide the login details in the private field so that we can check it further.

    Best regards,
    Ismael

    #1469597

    Hmm, okay i tried that, and cleared cache on 2 browsers – chrome and bing – and seems to be no change?
    I can make some login for you if you want?

    #1469598

    Yes, sorry we were writing at the same time and messages crossed!
    Yes, i disabled now (both javascript and the file compression)
    i’ll send you the deets!

    #1469599

    Okay! Details below, thx.

    #1469600

    Annnd… for some reason now it works! errr…. I literally swear i cleared cache after disabling both…. humm
    shoud i keep it disabled? eh, you can check :)

    #1469614

    Hello, if i re-enable the performance tuning, is this going to make the bullets disappear?
    just wondering about the trade-off here… Thanks for the input above, that did work (dissabling). Cheers, Steve

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