jp73
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error: Space between input fieldsIt creates a much bigger problem. In my case, due to the unnecessary <p> tags, the bootstrap grid of my forms is broken. This <p>-Tags are created around line-breaks and create html like this:
<p><br></p>.
I think this could be a filter problem.I have temporarily solved the problem by downgrading to 5.6
Is there a fix for this issue?- This reply was modified 3 years, 5 months ago by jp73.
I have issues with your 2.2.3 Version.
After the update I got JS Error -> Uncaught TypeError: jQuery(…).owlCarousel is not a functionDo you change something in your loading sequence?
Forum: Plugins
In reply to: [Contact Form 7] Message Body Special CharactersIf you use UTF-8 as the charset of your website, chars like ä,ü,ö or ß shouldn´t cause any problems in your message body.
Forum: Plugins
In reply to: [Contact Form 7] BUG in HTML MailsNo idea why this happens?
I made a workaround. I created a function that replace the “times”-char with the X char to correct the urls and fired this function with the wpcf7_before_send_mail Hook.
But after all – this could not be the solution for this bug.