• Works well, although one of my SEO plugins that minified HTML broke the plugin. Very good user support!

    • This topic was modified 4 years, 12 months ago by ngen91.
    • This topic was modified 4 years, 12 months ago by ngen91.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @ngen91

    If the plugin has worked fine for months, and does not load after you install a third party plugin, evidently the conflict is caused by your configuration of the third party plugin. I think it would be fairer to ask for support in the forum to help you resolve the conflict, rather than assigning two starts to a plug-in that, as you said, “worked great for months,” don’t you think?

    Please, indicate the URL to the web page where the form is inserted.

    Best regards.

    Thread Starter ngen91

    (@ngen91)

    Yes I probably should have used the forum, I’ll bump the rating because it probably works for most people.

    Here is the page: https://420expertguide.com/grow-light-cost-calculator/

    Thank you

    Plugin Author codepeople

    (@codepeople)

    Hello @ngen91

    Please, follow the steps below:

    1. Go to the settings page of the plugin, through the menu option: “Calculated Fields Form”

    2. Select the “Classic” option for the attribute: “Script load method”

    3. And finally, press the “Update” button.

    If the issue persists, you simply should to include a script block in the same page where the form is inserted, with the following piece of code (after the form’s shortcode):

    
    <script>
    jQuery(window).on('load', function(){
    delete fbuilderjQuery.fbuilderGeneratorFlag;
    fbuilderjQuery.fbuilderjQueryGenerator();
    })
    </script>
    

    I’ve called this code directly through the “Developers Console” in the browser, and the form has been generated properly:

    Best regards.

    Thread Starter ngen91

    (@ngen91)

    Thank you very much!

    Plugin Author codepeople

    (@codepeople)

    Hello @ngen91

    You’ve enabled the option, in the plugin you are using to optimize the website, for minifying the HTML source code, and this plugin is replacing the form’s structure with the text:

    
    %MINIFYHTMLdfea256348d04efc6df6473bda24afdc13%
    

    Please, disable this option in the plugin you are using for optimizing.

    Best regards.

    Thread Starter ngen91

    (@ngen91)

    That solved it, thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Works well – don’t minify HTML’ is closed to new replies.