Few Question after Pro purchase
-
Hi,
Once again thanks for providing this amazing plugin, keep it up, man!!
So I have a few questions before I reconfigure the plugin after purchasing the pro version.
1. So I’m going to enable the lazy loading of ads feature, however, my theme doesn’t have Jquery Loaded, but i have few pages that need Jquery because of filtering table plugin, Below is the code i added to functions.php for to jquery load for the filtering table plugin but all other pages have Jquery disabled on Perfmatters. For this feature to work properly what do you recommend? (i don’t want extra requests loaded for any reason)
add_action( 'wp_enqueue_scripts', function() { wp_enqueue_script( 'jquery' ); } );
2. Under Ad Impression and Click Tracking – you mention the following i don’t understand, yes i read over the Wrapping code.
For tracking to work, code block must have a wrapping div (No wrapping style can’t be used) and page must be error-free i.e. no Javascript errors.
3. Wondering how could I add color background to the block? so the ad unit’s surrounding is colored
4. How could I disable Adblocker ONLY on mobile devices? (wondering if this is possible)
Thanks
- The topic ‘Few Question after Pro purchase’ is closed to new replies.