Arnan
Forum Replies Created
-
Forum: Plugins
In reply to: [AdRotate Banner Manager] Advertiser pageOr, sell the ads and don’t give the advertisers access to editing/viewing them π
But if that’s a must have, then the backend is less than ideal.If you have a developer, creating a custom shortcode to review stats wouldn’t be too hard to make though.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Advertiser pageI’m not familiar with Ultimate member, but in WooCommerce there should be a setting somewhere to allow people into the dashboard. Some of those membership plugins allow for role management which then should let you configure that advertisers get access – If it lists all roles, all the ones from AdRotate have ‘adrotate_’ in the name.
A ‘advertiser’ is just a ‘subscriber’ (with only read access) user with the extra AdRotate stuff added to it.
So permissions should be very minimal.Forum: Plugins
In reply to: [AdRotate Banner Manager] paralel bannersGroups always use a semi-random output if there is more than one ad in it.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Advertiser pageMany years ago there was a shortcode for a front-end dashboard. But it didn’t work well with most themes and almost nobody used the feature so that got removed somewhere in 2018 I think.
The current advertiser dashboard which has much more options and control for the users (advertisers) is in the backend.
You can see the required access for it in Settings > Access Roles.
After enabling advertisers you can set some more options per user in each users profile.
You can read a bit more about how to set things up here: https://ajdg.solutions/support/knowledgebase.php?category=8Forum: Reviews
In reply to: [AdRotate Banner Manager] A painful waste of timeThanks for trying AdRotate π₯³
WordPress updates do not break the plugin or cause things to stop working – Not normally anyway.
Surely an easy fix for whatever is going wrong on your specific website can be applied so you can use AdRotate with more success.If you’re running into trouble with the plugin you can always create a support topic here on the WordPress website, and I’ll try to help you whenever I have time.
Forum: Reviews
In reply to: [AdRotate Banner Manager] Working fine for YEARSThanks for your kind words and motivation to use AdRotate! π₯³
Version 5.17.5 fixes the issue.
Thanks for your report and testing!!Forum: Plugins
In reply to: [AdRotate Banner Manager] Impression stats have dropped off dramaticallyThat looks like a bug yes, AdRotate Pro uses the correct indexing.
I’ll do some tests. If it now works for you, please let me know as well.Forum: Plugins
In reply to: [AdRotate Banner Manager] “Only by using user id=1 to activate via wp-cli”Maybe you can try a few things –
Does it work if you move
adrotate.phplines 43-47 to line 143 (Right above theadrotate_dashboardfunction?And if not; Does it then work if you *also* expand the
ifon line 94?
Like so:if(is_admin() OR WP_CLI) {I don’t use cli myself, never even looked at it. So I’m not sure why it wouldn’t work. But if it’s missing functions then that will probably fix it.
You can also try to include
adrotate-setup.phpearlier, move it up from line 95 to line 39-40.
But since you never use anything from that file outside of the dashboard (and CLI apparently) I’m not a fan of that.Looking forward to your findings and answer π Thanks!
- This reply was modified 2 months ago by Arnan.
Forum: Plugins
In reply to: [AdRotate Banner Manager] Adrotate grupos no rotanProbbaly the caching plugin.
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] “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?