-
AuthorPosts
-
November 20, 2015 at 9:32 pm #539931
Hello and thanks for the nice theme again!
We are having a bit of an issue with our woocommerce product pages in that they don’t seem to display any html code we put when we use the text editor. Nor when we use the visual editor’s styling – like when we apply a list to a number of lines for example. It just displays as pure lines, no list. Same happens in “features” area. Example here. https://aquaquestonline.com/product/best-waterproof-map-cases-western-map-yellow-aqua-quest-the-trail-black-yellow/ . In features you can just see lines whereas there should be a
- there.
We tried using inline styling, and styling via enfold css section, but nothing helps, it just seems to strip that html completely when displayed. When within the editor, teh html is still there, just when displaying it’s not.
Thank you,
Gear Out HereNovember 21, 2015 at 6:30 pm #540195Hey gearouthere!
I see a bunch of code tags in the description, is that what your referring to?
<code style="display: none;"><code style="display: none;"><!--mep-nl--> <!--mep-tab--></code></code>
Perhaps your using some kind of plugin that is stripping them out?
Regards,
ElliottNovember 24, 2015 at 12:01 am #541264Hi Elliott, thank you. These code tags we’ve been seeing from the very beginning of working with the theme. I am not sure where they come from, I thought they were part of the themes. Otherwise I am not sure which plugins that we are using could be stripping the code, I am not sure we are using any to be honest. We tried using HTML Mode Locker plugin, and it didn’t do the trick, so we deactivated it. Do you have any other ideas?
Thank you,
Karina,
Gear Out HereNovember 24, 2015 at 6:39 pm #541858Hey!
Try deactivating all plugins and clear your cache to see what happens. If your still having issues then send us a WordPress login and we’ll take a closer look.
Also be sure your using the latest version of Enfold, 3.4.4.
Cheers!
ElliottNovember 27, 2015 at 9:08 pm #543814Hi Elliott,
thank you. I tried deactivating all plugins, but it doesn’t help… We are running the latest version it looks like, too. I left our logins in teh private area for you… Thank you so much!
Karina,
Gear Out HereNovember 27, 2015 at 10:36 pm #543873Hi!
Well it seems to be displaying fine. Make sure to switch to the text editor when editing the HTML.
If you want to display dots in a list format then add this to your custom CSS.
.panel li { list-style-type: square !important; }
Best regards,
ElliottNovember 27, 2015 at 11:05 pm #543880Hi Elliott, it looks like it still doesn’t display in the product’s short description area. For example, if you check this product: https://aquaquestonline.com/product/tote-20-private/ (it’s private, so you’ll have to login in the site first) – the Specs area under the price and the blurb is an unordered list in the code, but it doesn’t display (100% Waterproof Bag, Perfect 20 liter size, Capacity: 1220 cu. In. / 20 L., Weight: 0.8 lbs. / 365 g. etc). I did put your code in our CSS but still doesn’t display in this particular area (although does display in the product features area). Maybe we need to add some code particularly for this area?
Thank you,
Karina,
Gear Out HereNovember 28, 2015 at 6:12 pm #543967Hi!
Same problem. The HTML is fine it’s just the list items are not displaying their bullets. Probably from some custom CSS your using though I could not pinpoint where.
You can target the ones in that area with this.
.summary li { }
Cheers!
ElliottNovember 30, 2015 at 7:34 pm #544759Hi Elliott,
that last bit of CSS doesn’t work.. I put .summary li {list-style-type: square !important;} and also .summary.entry-summary li {list-style-type: square!important;} but none seem to work :( and I can’t find any CSS i would use to redefine these styles.. Am I using the right CSS?
December 2, 2015 at 6:49 pm #546049Hey!
Can you send us a link to the product again? It’s giving me a 404 now.
Regards,
ElliottDecember 2, 2015 at 7:44 pm #546068Hi Elliott,
for this link https://aquaquestonline.com/product/tote-20-private/ to work you just need to be logged in in the site as it is a private product..
Thank you,
KarinaDecember 2, 2015 at 10:16 pm #546145Hi!
Just loaded the web site and could not see the Custom CSS anywhere. I did added it, check it now and let us know.
Thanks alot
Best regards,
BasilisDecember 2, 2015 at 10:30 pm #546151Hi Basilis, thank you! Still not seeing any bullets :(
December 4, 2015 at 6:34 pm #547193Hi!
There is not enough left margin on it. Add this.
.summary ul { margin-left: 20px !important; }
Cheers!
ElliottDecember 4, 2015 at 8:59 pm #547267Thank you very much, Elliott, that solved it!!
Thank you,
Karina,
Gear Out HereDecember 5, 2015 at 8:41 am #547384 -
AuthorPosts
- You must be logged in to reply to this topic.