Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter creativeowl

    (@creativeowl)

    This is my live page: https://www.kw4rent.com/faq/

    As you can see, my first item has this white space that I really want to get rid of asap.

    Can someone please help me?

    I think I have the same problem, its only at the first question.
    I see on your page that it has been solved.
    What have you done?

    Hi ja, wondering the same thing. I saw someone else just suggested to install the last version of the plugin. Is that what you did?

    Plugin Author Baden

    (@baden03)

    creativeowl: can you confirm the solution of this issue?

    robinsaletti

    (@robinsaletti)

    I’m interested too in how you solved it.

    I had this same issue and did a good amount of searching through earlier posts here. Turns out it is a known issue with the WordPress function wpautop and shortcodes.

    Add this line to functions.php in your theme to solve the issue:

    add_filter( 'the_content', 'wpautop',20 );
    Cheers!

    bryandonwhite, you’re my hero! I’ve been messing with this same issue all morning, and your solution did the trick. Thanks!!

    Awesome solution!! Thanks ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Display issues of content’ is closed to new replies.