Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yay, reactivity!
    Congratz and thank you, it works now.

    I have the same issue and the explanation is: I’m using a template named Kadence WP with starter theme “Yosemite”. This template includes added javascripts in the footer – ie “after” the block javascripts are run.

    To solve this issue, the block’s javascripts should be wrapped in a JS “On Page Loaded” event.

    • This reply was modified 1 year, 8 months ago by loicpennamen.
    loicpennamen

    (@loicpennamen)

    Hello Matt. I’m sorry but it doesn’t seem to. I have been trying for several hours to reset the plugin, but it stubbornly keeps using FA V4 (I’m designing a theme that relies a lot on this version).

    So, I deleted the plugin and downloaded both the Beta3 and dev version. I also removed those two entries from the database options :
    ACFFA_current_version
    ACFFA_icon_data

    Yet when I reinstall the plugin, AND on every page reload, the value of ACFFA_current_version is resetted to 4.7.0.

    So, I tried to force the URL as such :

    function acf_get_fa_url() {
    	return 'https://use.fontawesome.com/releases/v5.4.1/css/all.css';
    }
    add_filter('ACFFA_get_fa_url', 'acf_get_fa_url');

    But no luck either. Sorry for asking, but am I missing something?

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