• I added a custom html widget and it doesn’t show bullets. It’s basic html that works everywhere else and in other themes:

    • <p class=”mybullet”>Test stuff
      </p>
    • Is there some workaround you can suggest to make in php?

      Linking only sort of works. The link exists (I can click on it), but it’s not underlined or visible in any way.

      Other formatting works (bold, italic).

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi,

    Do you have any link where I can check it out?

    Where do you use the custom html widget – in content, sidebar or footer?

    Thread Starter wpallthetime

    (@wpallthetime)

    The site’s not public yet. If I can DM you, then I could possibly setup a temp public site. But that would take some time and the result is pretty consistent and I tried another of your themes too (Enspire).

    In Gridzone it was in Normal full width sidebar. I just go to Widgets, choose Custom HTML, copy and pasted this and saved.

    <html>
    <head>
    </head>
    <body>
    <p class=”test”>Test</p>

    • <p class=”testb”>Bullet test1</p>
    • <p class=”testb”>Bullet test1</p>

    <p class=”test”>stuff</p>
    </body>

    Also tried it in Enspire in Frontpage Top 1 and same results. I may roll out with Enspire and then check out some of your other ones (you’ve got some pretty cool ones). So hopefully the fix would apply to any of your themes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing bullets in custom html widget’ is closed to new replies.