Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #288095

    Hi,

    I have a website which has a title that contains a single quote.
    When people fill in the contact form the sender of the mail has the HTML value.

    e.g: Bart's Website
    will show: Bart&# 039;s Website

    Please fix this issue.

    Kind regards
    Kpellikaan

    • This topic was modified 9 years, 8 months ago by kpellikaan.
    #288165

    Hey Kpellikaan!

    Try adding this at the very end of your theme / child theme functions.php file:

    remove_filter('the_title', 'wptexturize');
    

    Cheers!
    Josue

    #288407

    I have added it to my child theme’s functions.php but no effect.
    What to do next?

    #288522

    Hi!

    Thank you for the update.

    Do you mind if we take a look at the actual website? Please post the contact page url here.

    Best regards,
    Ismael

    #288701
    This reply has been marked as private.
    #288844

    Hi,

    Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

    #288923
    This reply has been marked as private.
    #290285

    Hi!

    Test the form now:
    http://www.oyas.nl/contact/

    Regards,
    Josue

    #295339
    This reply has been marked as private.
    #295584

    Hi!

    Its fixed on all forms, i just changed the apostrophe character in the title.

    Best regards,
    Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.