Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #165970

    Houston
    Participant

    Please see this image.
    http://grab.by/D9CO

    Here is the link to the page.
    http://www.splitlightdesigns.com/dcc/becoming-a-member-of-the-dallas-camera-club/

    Many thanks,
    Houston

    #166227

    Paul R
    Moderator

    Hi Houston,

    Try removing the next line and extra space.

    eg.
    [Columnize]Becoming a member

    Hope that helps.

    #166605

    Houston
    Participant

    tried that too. Same thing.

    WP keeps putting it on a new line and forces a empty <p>. So do I ahve to do a hack here and put a negative margin on the <h4> tag?

    becoming a member is in an H4 tag.

    Many thanks,
    Houston

    #166864

    Christian
    Moderator

    Hey Houston,

    Please try adding the code below in your functions.php.

    remove_filter( 'the_content', 'wpautop' );
    remove_filter( 'the_excerpt', 'wpautop' );

    Hope that helps. 🙂

    #173734

    Houston
    Participant

    Nope, same thing. How frustrating. This has to be a problem for me than just me right? There has to be others using the columize shortcode and also use a <hx> tag at the beginning of their content.

    Any other thoughts to get rid of this empty <p> tag?

    Many thanks,
    Houston

    #173913

    Christian
    Moderator

    Hey Houston,

    Please give us access to your WordPress admin so we could see the setup of your page.

    Thanks.