sekedus
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Exclude internal traffic with cookieDoesn’t work, because my site use cache (LiteSpeed Cache).
is there another solution?
Forum: Plugins
In reply to: [Advanced Editor Tools] Not WorkingTry:
- Export plugin settings
- Deactivate & Delete plugin
- Re-install & Activate plugin
- Import plugin settings
Forum: Plugins
In reply to: [Show Hooks] Why was this discontinued on www.ads-software.com?New version: Another Show Hooks
Forum: Plugins
In reply to: [WP-Appbox] Store-URLs for IndonesiaWhy Store-URLs for WordPress Plugins still not support Indonesia?
screenshot: https://ibb.co/3d8JPVj
ip country: https://api.ip2country.info/ip?153.92.10.109I’ve updated the plugin to the latest version, WP-Appbox (Version 4.3.18).
WP Plugins for Indonesia: https://id.www.ads-software.com/plugins/{APPID}/
Forum: Plugins
In reply to: [Statically] Optimized URLAnother solution for disable google auto ads for logged in user:
- Goto wp settings > Ad Inserter
- Click on the last tab (gear icon)
- Click on the tab Header
- Click on the PHP button above code window to enable php code (purple light must be on)
- paste this php code into the code window
<?php if ( ! is_user_logged_in() ) echo '<script data-ad-client="ca-pub-0000000000000000" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>' ?>
- Replace ca-pub-0000000000000000 with your Publisher ID
- Click on the Enable button above code window to enable header code (green light must be on)
- Click on the Save Settings button to save settings
I mean CDN not synchronized automatically for files generated by minify tool.
On autoptimize there is “CDN Base URL“, and on wp fastest cache there is “Other CDN Providers“, so I can add CDN manually.
- This reply was modified 4 years, 5 months ago by sekedus.
CDN that i use is free CDN from statically, and it doesn’t sync automatically.
what i want is like autoptimize plugin, there is CDN Base URL option for minimized files.