Viewing 6 replies - 1 through 6 (of 6 total)
  • Hiya,

    It looks like your theme is probably making the input fields too wide. You are going to need to add some CSS to override your theme’s default CSS.

    Do you have a link to your site please?

    Thanks,
    Phil

    Thread Starter Biketrading

    (@biketrading)

    Here is a link to the plugin on my website:
    http://www.biketrading.dk

    It have been killing me all day, so I hope you can help me.

    Lars

    The problem is is you have an extra <p> tag after the div with the em-search-text em-search-field class.

    If you’re using a custom template, you should just be able to remove those. Or are the p tags being added automatically by your theme?

    Thread Starter Biketrading

    (@biketrading)

    You came to the same conclusion as myself, but I can’t find them so i think they are being added by theme.

    Try adding this to functions.php, it might stop the automated p tags:

    remove_filter( 'the_content', 'wpautop' );

    Thread Starter Biketrading

    (@biketrading)

    unfortunately it didn’t solve my problem 🙁 i will keep searching for a solution for my annoying problem!

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

The topic ‘Display some code i can't find’ is closed to new replies.