• Resolved candy2012

    (@candy2012)


    Hi,
    It seems there is an issue with the event list formatting / layout.
    The plugin is for whatever reason inserting an extra “code” tag after the usual html tag like so for ex:

    <h4 class="vsel-meta-title">
    <code>My title</code>
    </h4>

    And the problem persists for ALL the other tags as well like
    <p class"vsel-meta-location"><code>Location</code></p>

    That pice called “code” has nothing to do there and is screwing up the CSS so that now the list looks weird. In the CSS sytle there’s only h4 defined and now with that “code” piece after it, the proper css style is no longer applied.

    How could that be fixed please?

    Thanks in advance!

    • This topic was modified 8 years ago by candy2012.
    • This topic was modified 8 years ago by candy2012.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi,

    Did you already check the page where the shortcode is placed in “text” mode? The shortcode might be wrapped in HTML tags by accident.

    Guido

    Thread Starter candy2012

    (@candy2012)

    wow! you’re a genius 🙂
    It didn’t cross my mind to look there …
    Not that I understand why that “code” piece was added there at all, this was not happening with other shortcodes ….

    Anyways, it looks much better now.
    Thanks !

    Plugin Author Guido

    (@guido07111975)

    Great, you might have added the shortcode while being in “Visual” mode and sometimes an unexpected HTML tag is added.

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Formating bug?’ is closed to new replies.