Tagged: short description, woocommerce
-
AuthorPosts
-
October 20, 2024 at 9:18 pm #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…
October 21, 2024 at 5:26 am #1469527Hey 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,
IsmaelOctober 21, 2024 at 10:01 am #1469537Hello,
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?
October 21, 2024 at 10:04 am #1469538Also, 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? :)
October 21, 2024 at 10:07 am #1469539Oh, i tried adding NUMBER bullets (test, test), and those showed up.. just not the disc bullets… hmmm
October 21, 2024 at 10:09 am #1469540Just tried again.. oddly the text INDENTS but doesn’t show the bullets? Check out the link again please, you’ll see:
October 21, 2024 at 10:31 am #1469542Hi,
Thanks for the updates. Your site is not loading at the moment, please let us know when it’s back up.
Best regards,
RikardOctober 21, 2024 at 4:22 pm #1469561Hello,
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,
steveOctober 22, 2024 at 6:46 am #1469588Hi,
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,
IsmaelOctober 22, 2024 at 7:01 am #1469593Yea.. that is literally the SAME code i posted in my question and said didn’t work.
And it still doens’t work.October 22, 2024 at 7:04 am #1469594Hi,
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,
IsmaelOctober 22, 2024 at 7:14 am #1469595To be clear, when i post that in, and i said it “breaks the formatting” – give it a look after you clear cache:
October 22, 2024 at 7:22 am #1469596Hi,
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,
IsmaelOctober 22, 2024 at 7:25 am #1469597Hmm, 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?October 22, 2024 at 7:25 am #1469598Yes, 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!October 22, 2024 at 7:30 am #1469599Okay! Details below, thx.
October 22, 2024 at 7:32 am #1469600Annnd… 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 :)October 22, 2024 at 1:11 pm #1469614Hello, 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, SteveOctober 24, 2024 at 5:36 am #1469724Hi,
Thank you for the update.
Yes, you can try re-enabling file compressionback. If the issue returns, disable it again and check if any plugins are already handling compression.
Best regards,
IsmaelOctober 24, 2024 at 8:04 am #1469735Roger that, will do.Thanks for the tip. Would have never have thought about compression causing the issue/conflict!
October 24, 2024 at 8:41 am #1469738 -
AuthorPosts
- The topic ‘Bullets on showing in woocommerce short description’ is closed to new replies.