Dave
Forum Replies Created
-
@CamZL1 An update was released recently
@onlyonemj An update was pushed recently. This plugin does not let you add / execute any PHP scripts. Thank you!
You will have to do that in your theme’s functions.php file. Thank you!
Nope. It does not.
That wont be necessary. The plugin will display your added codes / tags once you have configured it proeprly!
You can paste the code in new line after your existing code that you have added. Thanks.
Hello @dineshsunny9,
https://piacademy.co.uk/wp-admin opens fine from here. In the screenshot you attached, the database error is most likely from your web host.
Thanks
add_filter( 'disable_ihaf_footer', 'fn_ihaf_footer_only_home' ); function fn_ihaf_footer_only_home() { if( is_home() || is_front_page() ) { return false; } return true; }Please test the above code on a staging env. before deploying to any production website.
- This reply was modified 8 years ago by Dave.
It will add the codes / scripts automatically to all pages across your website
You can use one of the three boolean filters: disable_ihaf, disable_ihaf_header, disable_ihaf_footer which are available in the latest version of the plugin (1.4.3) onwards
This plugin won’t update your actual header template file. It will print the entered header data / script in the header section during page load
@vizpro – This plugin won’t update your actual footer template file. It will print the footer data in the footer during page load
You can use one of the three boolean filters: disable_ihaf, disable_ihaf_header, disable_ihaf_footer which are available in the latest version of the plugin (1.4.3) onwards
I may be an issue with your webserver.
We do not store any metrics or personal information, we only store the code for your header and footer that you add to our plugin into your site’s database. The services that you embed may have their own storage that we do not have control over.