Arnan de Gans
Forum Replies Created
-
Forum: Plugins
In reply to: [AdRotate Banner Manager] “Only by using user id=1 to activate via wp-cli”And your question? Or what does this mean?
Forum: Plugins
In reply to: [AdRotate Banner Manager] jquery not fundThat’s intentional to avoid loading jQuery twice.
You can enable to load jQuery in Settings > General.Forum: Plugins
In reply to: [No-Bot Registration] Doesn’t work with Profile BuilderI’ve never heard of Profile Builder π
No-Bot Registration only supports the listed methods and plugins.
That is the default WordPress login and comments and WooCommerce.Maybe I can add support for Profile Builder, but that depends on how their form works.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Impression stats have dropped off dramaticallySounds good π
Group stats are simply the stats from all adverts in that group summed up.
It’s a good indicator for the group at the time, but if you remove an advert from the group the numbers will change since the stats from that advert are no longer included in it.Forum: Plugins
In reply to: [AdRotate Banner Manager] Html5Adverts should be small, tiny even, a 900kb advert (zipped!) slows your site down and affects your seo.
AdRotate supports all common types of javascript files, this is determined by the mimetype.
If you’re using a non-standard variant I can add support if need be, but you can also re-save the file, through ‘save as’, from your favorite text/code editor. This’ll likely work around the incompatibility as well.If you look in the Manage Media dashboard, is the advert visible there after you upload it? And if it is, what does that look like? Are the files nested several folders deep for example?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Impression stats have dropped off dramaticallyIf it’s not your theme, those new templates you mentioned, then it sounds like something with caching to me, same as 2 months ago.
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://support.ajdg.net/knowledgebase.php?article=46
Personally I prefer Borlabs cache (https://borlabs.io) as itβs much easier to set up.Forum: Plugins
In reply to: [AdRotate Banner Manager] alt attribute@p42webdev Ok… If you need it, simply add the alt tag to your adverts. But the image picker picks images, nothing else.
Forum: Plugins
In reply to: [AdRotate Banner Manager] no cuenta los clicsWoohoo! π₯³
Forum: Plugins
In reply to: [AdRotate Banner Manager] no cuenta los clicsHaha, that’s an easy fix π
In Settings > General you can enable jQuery.
Forum: Plugins
In reply to: [AdRotate Banner Manager] no cuenta los clicsLogically that would mean there are no clicks.
If you’re clicking the advert yourself, make sure that counting clicks from logged in and admin users is enabled.To make the click counting work AdRotate needs to load a piece of Javascript.
This is added to the advert code when the page loads.And if the underlying code processing the click isn’t working it’ll generate an error in the browser inspector. This’ll show up in the browser inspector in the Console tab – Probably a text in red mentioning a missing function or that jQuery is missing.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Unable to upload banner imageNo problem π good to hear it works now.
@p42webdev You set the height in the group settings, near the top.
Forum: Plugins
In reply to: [AdRotate Banner Manager] no cuenta los clicsAha, then stats are enabled at-least.
What kind of advert are you trying to track? A html5 ad? Something with Javascript like you get from Adsense?
Or did you make it yourself with a text and image tag?Forum: Plugins
In reply to: [AdRotate Banner Manager] no cuenta los clicsIf you look in Manage Adverts, wHat does it show for stats? 0’s or …’s?
Forum: Plugins
In reply to: [AdRotate Banner Manager] Unable to upload banner imageSometimes when the button doesnβt work Javascript isnβt working.
You should be able to see that in the browser console or inspector. Whenever you click the button it should then show a new error – probably something about a missing script or function.Some more invasive adblockers might block the script. Disabling the adblocker will then fix the problem.