• Resolved SteveHale

    (@stevehale)


    Your plugin causes issues with the above page formating.

    With your plugin disabled the view on the page is a correct view of a calendar.

    With your plugin enabled the view just becomes a list of numbers and text with no formating.

    Any ideas please?

    Steve B

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @stevehale,

    Can you please check if you have any snippets enabled in WPCode or code added to the Header & Footer area in WPCode that is interfering here?

    WPCode by default does not add any output to the frontend unless code is added to the plugin.

    Please reach out using the form at https://wpcode.com/contact, and we’re happy to help you find the source of this conflict.

    Thread Starter SteveHale

    (@stevehale)

    This code is in the header.

    Do you think that this is the issue?:

    <!--Start of Tawk.to Script-->
    <script type="text/javascript">
    var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
    (function(){
    var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
    s1.async=true;
    s1.src='https://embed.tawk.to/6605afb8a0c6737bd126070c/1hq33cqqj';
    s1.charset='UTF-8';
    s1.setAttribute('crossorigin','*');
    s0.parentNode.insertBefore(s1,s0);
    })();
    </script>
    <!--End of Tawk.to Script-->

    Steve

    Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @stevehale,

    That script should not cause any interference, but I recommend testing the form without the script to confirm. As I said previously, WPCode on its own does not output anything in the frontend so you might be running into a conflict due to a script added through WPCode.

    Thread Starter SteveHale

    (@stevehale)

    With the script running the issue occurs. If the script is disabled, everything is fine.

    So I guess it’s the script causing the issue.

    Steve

    Plugin Author Mircea Sandu

    (@gripgrip)

    Thank you for the update

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

The topic ‘Plugin Causing issues with Formidable Forms’ is closed to new replies.