Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #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 Here

    #540195

    Hey 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,
    Elliott

    #541264

    Hi 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 Here

    #541858

    Hey!

    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!
    Elliott

    #543814

    Hi 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 Here

    #543873

    Hi!

    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,
    Elliott

    #543880

    Hi 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 Here

    #543967

    Hi!

    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!
    Elliott

    #544759

    Hi 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?

    #546049

    Hey!

    Can you send us a link to the product again? It’s giving me a 404 now.

    Regards,
    Elliott

    #546068

    Hi 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,
    Karina

    #546145

    Hi!

    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,
    Basilis

    #546151

    Hi Basilis, thank you! Still not seeing any bullets :(

    #547193

    Hi!

    There is not enough left margin on it. Add this.

    .summary ul {
        margin-left: 20px !important;
    }

    Cheers!
    Elliott

    #547267

    Thank you very much, Elliott, that solved it!!

    Thank you,
    Karina,
    Gear Out Here

    #547384

    Hi,

    Great, glad you got it fixed :-)

    Cheers!
    Rikard

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