frometa79
Forum Replies Created
-
Forum: Plugins
In reply to: [Disable Thumbnails, Threshold and Image Options] Image QualityThanks. So If I put 35, the quality will be less ?
Forum: Plugins
In reply to: [WP Reactions Lite] BuddyBoss/BuddyPress integration (activity reactions)Amazing! We need option to use Custom Reactions, in Gif. I a ready have my social platform, but I can’t migrate to BuddyBoss on till we can use custom reactions.
Forum: Plugins
In reply to: [WP Roids] WP Roids Plugin won’t get Activate.I got all that, for the cache plugin , I don’t use plugin for cache. I use Varnish to speed up site.
Forum: Plugins
In reply to: [WP Roids] WP Roids Plugin won’t get Activate.No Error messages. It say Plugin Activated, on the top log. But it does not get Activated at all.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Duplicate Ads on MobileI got it. I just have to put: None at the Automatic Display.
And just use the PHP Function where I want it to Display the Ad.Thanks for the support.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Duplicate Ads on MobileHello Spacetime,
I disable the plugin. But I just insert one function inside the single.php
This are my setting:
Automatic Display: Before content
For: All users on: Mobile devicesBlock Alignment and Style: None
Posts: On AllEnable: Check – PHP function adinserter for block 1 <?php if (function_exists (‘adinserter’)) echo adinserter (1); ?>
Thanks for your support.
Hello Julio. Thanks for the reply.
Can you give me an example how I apply the; data-no-lazy=”1″
like this: <img src=”path/image.jpg” data-no-lazy=”1″> ?
Please let me know.