Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brett Bodine

    (@virtus-designs)

    Hi Mike,

    Thanks for the feedback, I will take a look and see what may be adding the breaks. Do you have it currently installed on a site that I can look at?

    Plugin Author Brett Bodine

    (@virtus-designs)

    This is my first attempt at a plug-in so I’m still learning. I did some searching and found what looks to be the solution. I tried it on my test site and it removed that opening <p> with the breaks.

    You can fix it on your own right now by adding

    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 12);

    to your functions.php file. I will work on an update and get that out so it doesn’t require user modification.

    Thread Starter Mike Castro Demaria

    (@mikecastrodemaria)

    Thanks for your feedback,

    Do to the short time I have on this project, I finally use bootstrap code directly. But I will test again your plugin.

    I was considering myself developing a lib of bootstrap short code, but if you want we can collaborate to enhance your plugin.

    Check my profile, I’ve already made WP plugin, and I can help you with pleasure. I’m just a lil short in terms of time ?? right now. I hope next month, to find more time to upgrade my plugins, and check deeper yours to propose you a couple of upgrades.

    Cheers,
    mike

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘multy befor the tab and inside each tag’ is closed to new replies.