Arnan
Forum Replies Created
-
Forum: Plugins
In reply to: [AdRotate Banner Manager] Manage Payments for Ads Pre-Sales questionAdRotate is not a market place and does not facilitate sales or money payments.
Some people use something like WooCommerce for that, others a simpler contact form with a manual invoice.Forum: Plugins
In reply to: [AdRotate Banner Manager] Ads in Excerpts?As far as I can tell AdRotate does not add ads to excerpts. Not on my test sites anyway.
If you make excerpts with some non-standard function, maybe your theme does, then I can’t account for that of-course.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Ad not alignedSomething like
.primary-sidebar .a-single { margin: 0 auto; }will probably work.Forum: Plugins
In reply to: [AdRotate Banner Manager] Adrotate is not changing dynamic adsUsually if ads do not alternate anymore the group is cached.
AdRotate has support for Borlabs Cache and W3 Total Cache.
Check out this manual to see how to set up the plugins for that to work; https://ajdg.solutions/support/adrotate-manuals/caching-support/Personally I prefer Borlabs cache (https://borlabs.io) as it’s much easier to set up.
I some cases there is something wrong with Javascript, perhaps another plugin is causing a conflict – Since the issue seems intermittent.
To find this out you can inspect the page in your browser when the rotation doesn’t work and look for errors in the Browser Console.AdRotate uses a piece of javascript to alternate ads, but other javascript that goes before it causing issues may halt the execution of code down the line. So any error is suspect 🙁
Forum: Plugins
In reply to: [AdRotate Banner Manager] Rotating Ads Only Show 10 Ads At A TimeIf you follow the guide all ads, settings and things should be preserved – https://ajdg.solutions/support/adrotate-manuals/upgrade-adrotate-to-adrotate-pro/
Forum: Plugins
In reply to: [AdRotate Banner Manager] Rotating Ads Only Show 10 Ads At A TimeIt’s always been 10 ads, but AdRotate Pro does not have such limits.
So if you want a longer loop you can consider getting AdRotate Pro.Forum: Plugins
In reply to: [AdRotate Banner Manager] ID” on null in adrotate-output.php on line 378I did some tests, the
IDvalue is always present in posts and pages as far as I can tell.The function this is in is for post injection and the line specifically is for posts (blog posts).
Can you try to spot when the warning appears? For example if you browse to a certain page or post, and then what page it is and what post type.
Forum: Plugins
In reply to: [AdRotate Banner Manager] ID” on null in adrotate-output.php on line 378Which version of AdRotate Banner Manager do you have installed now?
You can see the version in your Plugins dashboard page.Forum: Plugins
In reply to: [AdRotate Banner Manager] Ad not alignedIt looks fine on my iPad too but the CSS is different for Groups and Single ads. I’m assuming the 2nd ad from the sidebar is aligned different for you? It has different height and width CSS.
Which is the only difference I see. Maybe that’s a clue.
Applying the same CSS to the single ad probably has it all behave the same way.
Or swap out the single advert with a group to make it work the same way as the rest.Forum: Plugins
In reply to: [AdRotate Banner Manager] Rotating Ads Only Show 10 Ads At A TimeIndeed, to not create a crazy long loop and to not load a ton of ads unnecessarily every time the ads are randomly picked and capped at 10 ads per page load. This is by design.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Ad not alignedLooks all straight to me. Which one is not in the right spot?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Filter for AdContentI don’t really understand what you’re trying to do, but I’m not planning on adding filters.
So for your mod you may have to add something for that as well, or find another way to hook into the plugin.Forum: Plugins
In reply to: [AdRotate Banner Manager] Filter for AdContentPlaceholder ads for when no other ads are available?
You can use a Fallback group for that in AdRotate Pro.Forum: Plugins
In reply to: [NSFW] [AdRotate Banner Manager] Cloudflare APO issuesBut the code is missing from the first group, as I mentioned in my previous message.
Caching just caches stuff and then ignores any changes until the cache refreshes – So 3 ads in a group would only show one, for example.The missing code suggests a configuration error in the advert (eg, no output because of that) or some kind of content blocker is stripping out the code.
Then on the other hand, if it works without the CF cache active… Logically it’s a caching issue.
Try emptying their cache and see if something changes then. If the ad appears for example.At any rate AdRotate has support for Borlabs Cache and W3 Total Cache. Both support a thing called Fragmented caching which lets you exclude bits of the site from caching – Ads in this case.
Check out this manual to see how to set up the plugins for that to work; https://ajdg.solutions/support/adrotate-manuals/caching-support/
Personally I prefer Borlabs cache (https://borlabs.io) as it’s much easier to set up.Forum: Plugins
In reply to: [NSFW] [AdRotate Banner Manager] Cloudflare APO issuesI don’t know what Cloudflare APO is, but if you look at the Page source at the location you describe there is a group 13 that loaded advert 136. Or, it tries to anyway.
The advert appears empty. A few paragraphs down the page there is a sidenote text ad, Group 1, that does work.
Maybe the missing ad is indeed ‘missing’, and not set up properly?You can kind of check this by editing the ad and making sure the preview works. If not, there is something wrong with the adcode.
If it does work, but it still won’t show up consistently, the schedule can be wrong. Check the schedule settings in Manage Schedule for any weird stuff, match it with a working ad’s schedule for example.