Digital Liberation
Forum Replies Created
-
Forum: Plugins
In reply to: [Header and Footer Scripts] Header and Footer Scripts: GDPR Compliance?Hello,
The plugin itself neither collects nor transfer any data to us (the plugin developers) or any third party site.
Enjoy!
Forum: Plugins
In reply to: [Header and Footer Scripts] Moving code up in tagHello Pamelao,
First, Try disabling W3TC js/html magnification and combining files. Sometimes i causes problem. Then clear all caches and see if it works.
Second, I do not think if you move the code up, it would start working. Also, There is no way with the plugin to move code up or down in head. You should better ask theme author if they have any hook or you may try editing the theme for sake of testing purpose if it *works*. Warning: Editing live website might break the site. Try editing in test environment.
Forum: Plugins
In reply to: [Header and Footer Scripts] By clicking save, it download me a fileNo it should not force download any file. Try to reinstall the plugin and let me know if the problem persists.
Regards
Forum: Reviews
In reply to: [Header and Footer Scripts] SuperThanks
Forum: Plugins
In reply to: [jQuery Smooth Scroll] Disable Scroll to topHello,
There is no future-proof method right now but you may comment out the following line in jquery-smooth-scroll.php.
add_action( 'wp_footer', array( &$this, 'wp_footer') );It should look like this:
// add_action( 'wp_footer', array( &$this, 'wp_footer') );