Viewing 1 replies (of 1 total)
  • Plugin Author Perials

    (@perialscom)

    Dear Cvdijk,

    Thanks for using our plugin.

    Looks like your theme or one of the plugin is adding html characters in the title of the page which is causing the issue.

    Open the file ‘template-buttons-w-c.php’ (located in wp-content/plugins/simple-social-share/includes) and replace all instances of
    get_the_title()
    with
    strip_tags(get_the_title())

    This should hopefully solve your problem.

    Thanks & Regards,
    Perials Team.

Viewing 1 replies (of 1 total)
  • The topic ‘Code on my contact page’ is closed to new replies.