Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    Hey mettekristof, Sounds like something is either filtering the_content or CSS is not showing them.

    You can definitely use them in the popups by default. It performs the exact same way as the post/page editor. Except in a little themed box.

    Do you have a link I can look at with a test popup set up? If not best bet is to create a test page and set the popup to auto open there after 0 delay and cookie set to disabled for testing purposes.

    Thread Starter mettekristof

    (@mettekristof)

    We have a popup on this site: https://www.myapplicationclinic.com/ghanas-busy-internet-cafe-to-build-a-new-copy-center/ (when clicking a button)

    I now managed to put in bullet points by specifying the exact bullet we wanted
    <li style=”list-style-type:disc”>
    but it shouldn’t be necessary.

    In general something must be wrong with the implementation of this plugin. The text for instance gets smaller when using bullets, tables or anything else than regular paragraphs.

    Plugin Author Daniel Iser

    (@danieliser)

    Actually, our plugin makes 0 changes to the content itself. Your theme is responsible in our opinion for styling the content itself so we haven’t set up anything other than font-family.

    That said looking at the popup on that page, your theme is definately the culprit in making the list have no bullets.

    Line 89 of your themes stylesheet reads li{ list-style:none}

    And the font size is also changed with the line just below that.

    Hope this helps.

    PS Please take a moment to rate and review the plugin and or support

    Plugin Author Daniel Iser

    (@danieliser)

    Gonna mark this resolved due to inactivity. If you are still having trouble feel free to post here and we can continue troubleshooting.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bullet points in popup not working’ is closed to new replies.