Spacetime
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] It’s rotating only onceAre you still having issues?
The plugin now supports
[adinserter data=’url-encoded’]:
https://downloads.wp.xz.cn/plugin/ad-inserter.zipFixed in the development version:
https://downloads.wp.xz.cn/plugin/ad-inserter.zipForum: Reviews
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Easy to Understand Ads PluginThank you very much!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] It’s rotating only onceHello,
we can’t check – you need to follow the instructions and provide the required data:
https://ww.wp.xz.cn/support/topic/ad-inserter-support-forum-before-you-ask-for-help/When pasting code please use the code block – don’t paste it as text.
Hello,
thanks for the question.
This query is cached via a transient with expiration time of 4 days. The data is updated only when a post is saved and used only in the backend.
Not sure why the query runs so frequently on your site. I’ll try to check again possible solutions to optimize this code.
Slightly updated code:
<?php
$protocol = isset ($_SERVER ['HTTPS']) && $_SERVER ['HTTPS'] === 'on' ? "https" : "http";
$host = isset ($_SERVER ['HTTP_HOST']) ? $_SERVER ['HTTP_HOST'] : '';
if ($host == '' && isset ($_SERVER ['SERVER_NAME'])) {
$host = $_SERVER ['SERVER_NAME'];
}
echo 'https://www.beaks.nl/cv-21?sub1=', urlencode ($protocol . '://'. $host . $_SERVER ['REQUEST_URI']);
?>I’ll try to add a shortcode in the next version to support encoded page url.
Hello,
remote debugging doesn’t seem to be enabled.
https://ww.wp.xz.cn/support/topic/ad-inserter-support-forum-before-you-ask-for-help/Basically,
url-encodedis not a valid parameter for thedataattribute.
https://adinserter.pro/documentation/manual-insertion#shortcodesTry PHP code like this:
https://www.beaks.nl/cv-21?sub1=<?php echo
urlencode ((isset ($_SERVER ['HTTPS']) && $_SERVER ['HTTPS'] === 'on' ? "https" : "http") . '://'. $host . $_SERVER ['REQUEST_URI']);
?>Forum: Reviews
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] El mejor que existeThank you very much for the review!
We are constantly trying to improve the plugin and documentation.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads not showing in categoriesHello,
here we can help you mainly regarding Ad Inserter which only inserts ad codes. And you already confirmed that ad codes are inserted.
Google sometime on some pages (for some users) does not serve ads:
https://adinserter.pro/documentation/adsense-ads#ads-not-displayedBlank AdSense ad block means that the code is inserted properly and running, only the ad code doesn’t display anything – Google AdSense is not serving ads.
Forum: Reviews
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Buen pluginThank you very much!
Thank you very much!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] update broke the siteHello,
there were no changes in the exisitng plugin features for a long time. Maybe the issue is caused by the code that you are inserting. On the other hand, the plugin itself does not insert any code, only what you configure.
Try some older version (available up to 2 years back):
https://ww.wp.xz.cn/plugins/ad-inserter/advanced/Simply download and install the plugin, the settings will remain in the database.
If older versions do not work, then it is not the latest update, it must be something with the codes you are inserting (or maybe somethign with WP Pool’s Dark Theme plugin).
The plugin has many debugging features for such cases. Try to disable all the blocks and codes to see if the issue persists:
https://adinserter.pro/documentation/debugging#back-endIf the issue is resolved this way then you need to figure out which block/code exactly is causing the issue. Enable one by one and check again.
Here we would need some data in order to diagnose the issue:
https://ww.wp.xz.cn/support/topic/ad-inserter-support-forum-before-you-ask-for-help/Since the other plugin is not free I can’t reproduce the issue. Therefore I sugegst to post the link to the staging site.
Forum: Reviews
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] This is a wonderful plugin!Thank you very much!
Forum: Reviews
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] BUEN PLUGIN…Thank you very much!