Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author swergroup

    (@swergroup)

    Yes, it’s a bug. I’m going to fix this and other small glitches and re-release the plugin later today.

    Thread Starter dpsgn2

    (@dpsgn2)

    Thanks a lot.
    I really appreciate your quick support!

    Plugin Author swergroup

    (@swergroup)

    You’re welcome!

    Just committed version 3.0.6 and it should fix a lot of things. We’ll revise our testing setup in the next versions, we missed way too many things this time.

    Thread Starter dpsgn2

    (@dpsgn2)

    Thanks. The Headings are now correctly displayed. Theres is just a small remainig problem. It seems like WordPress now ignores the padding command. There is no space between the headings (not just the first one, but all) and the following text.

    Plugin Author swergroup

    (@swergroup)

    The [showauto] shortcode will now display pages with this markup (pseudocode):

    <h2>the_title()</h2>
    <div class="aptools-category-content">the_content()</div>

    As far as I can see on your pages, I think you need to act on h2 margins instead of padding. You can style directly those elements, or you can wrap the shortcode in another div/section and style it.

    Hope it helps.

    Thread Starter dpsgn2

    (@dpsgn2)

    Thanks a lot. The margin for h2 was not defined in the style.css. Don’t know how it works for the other pages, but it works :-).

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Style of heading with showauto’ is closed to new replies.