Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    The script isn’t loaded. Very likely the cause could be one of these:

    1. Your theme does not load wp_footer() correctly. Please check the FAQ.
    2. You could be using a caching plugin. In that case, try to clear your cache.

    Thread Starter danielmatiello

    (@danielmatiello)

    Hi Jules,

    thanks for the help.

    But, I had already checked this two points.

    Could you please check my code: https://pastecode.xyz/view/16c72901

    This is my footer.php

    And about cache, I use Autooptimize, but if you don’t recommend, I can use another one.

    Thanks man.

    Plugin Author Jules Colle

    (@jules-colle)

    Ah yes, there have been other problems reported with autoptimize and my plugin. This link should help you: https://www.ads-software.com/support/topic/internet-explorer-11-4/

    Thread Starter danielmatiello

    (@danielmatiello)

    Thanks man,

    but I’ve tried disable two caches plugins, but it didn’t work:

    WP Super Cache and Autooptimize.

    Any idea?

    Thanks again

    Plugin Author Jules Colle

    (@jules-colle)

    Have you checked that wp_footer() is loaded in your footer.php file?

    Thread Starter danielmatiello

    (@danielmatiello)

    Hi Jules,

    yes, i think so.

    If you checked the code in this link: https://pastecode.xyz/view/16c72901

    I found this: “<?php wp_footer(); ?>” in 96 line.

    This is it?

    Plugin Author Jules Colle

    (@jules-colle)

    It seems like the plugin is not enabled though.. When you look at the page source there should be a link calling /wp-content/plugins/cf7-conditional-fields/style.css en a script at /wp-content/plugins/cf7-conditional-fields/js/scripts.js.

    Both of these aren’t loaded. This is what made me suspect that you are using a caching plugin.

    Could you try and disable all plugins except for CF7 and Condtional Fields?

    Thread Starter danielmatiello

    (@danielmatiello)

    Hi man,

    yeah, I tried clean the cache again, but nothing changed

    I tried disable all plugins, except “Advanced Custom Fields Pro” because if I disable, my page crash.

    But again, nothing changed.

    Is there something way to hard coded my theme or something like that.

    Because unfortunately, this website is a little bit old and when I got this website to take care, I noticed this is a frankstein wordpress website. hahaha

    Thanks again man

    Plugin Author Jules Colle

    (@jules-colle)

    Well you could try to include the files I mentioned manually. I would really not recommend this, but if this works and you don’t expect to do any more major updates that could work for you.

    But the long term better solution would be to hire a developer with at least some knowledge about javascript and have them do the job for you.

    Thread Starter danielmatiello

    (@danielmatiello)

    Man, no problem.

    I really appreciate your help, but I’ve just done a work around creating the conditional fields in code.

    Because in a month, we will release a new webiste.

    Thank you very much

    Thread Starter danielmatiello

    (@danielmatiello)

    Man,

    I’m back just to tell you that you were right.

    After put in my footer.php a “script src” code linking your js script, everything work.

    Thanks again man!

    Plugin Author Jules Colle

    (@jules-colle)

    cheers dude!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Just not working to me’ is closed to new replies.