Marcus
Forum Replies Created
-
Hi Everyone,
Sorry for the delayed reply, we’ve not been able to keep up with the free support forums recently due to higher levels of pro customers and I was not made aware of this thread or the pop-up issues being this prevalent.
Firstly, let me start by saying that our intention is certainly not to pummel you with adverts! Since 2008 I don’t think we’ve even mentioned the Pro add-ons in our plugin code, only the plugin page on .org. The recent popup was a one-off because we raised our prices for the first time in 12 years and wanted to let everyone know before it was too late.
The logic for the popup was that it’d show up 2x at most. Once on any wp admin page, and then once on EM-specific pages. The first time, even if you just click off the popup so it disappears should have dismissed it into only EM pages, and clicking the dismiss button should have made it go away entirely.
I’m wondering if maybe you’ve all experienced a bug or plugin conflict where the dismissal AJAX didn’t go through and therefore didn’t dismiss the popup? If that’s the case, then I’d certainly see why you’d find this irritating and, in fact, completely agree with you! However, please know that if that’s the case, it’s a bug, not our intention.
hello, yes, if you delete the folder, no DB data is removed/altered. Actually, db data is only deleted via the uninstall option on our plugin (which requires double-confirmation).
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Pop-upsHi Everyone,
Sorry for the delayed reply, we’ve not been able to keep up with the free support forums recently due to higher levels of pro customers and I was not made aware of this thread or the pop-up issues being this prevalent.
Firstly, let me start by saying that our intention is certainly not to pummel you with adverts! Since 2008 I don’t think we’ve even mentioned the Pro add-ons in our plugin code, only the plugin page on .org. The recent popup was a one-off because we raised our prices for the first time in 12 years and wanted to let everyone know before it was too late.
The logic for the popup was that it’d show up 2x at most. Once on any wp admin page, and then once on EM-specific pages. The first time, even if you just click off the popup so it disappears should have dismissed it into only EM pages, and clicking the dismiss button should have made it go away entirely.
For example, it sounds like @sallijane experienced what we intended, others here didn’t.
I’m wondering if maybe you’ve all experienced a bug or plugin conflict where the dismissal AJAX didn’t go through and therefore didn’t dismiss the popup? If that’s the case, then I’d certainly see why you’d find this irritating and, in fact, completely agree with you! However, please know that if that’s the case, it’s a bug, not our intention.
Hello, no changes at all actually in terms of ownership. Only changes are the many new and upcoming improvements to the plugin π
We have been trading under Pixelite for some time now but never updated the wp.org usernames. We did also keep the user netweblogic as a committer, but I’m also transitioning my own personal use of that handle to @msykes
Sorry for any confusion!
Hello, this is meant to disappear after one off-modal dismissal on non-EM pages, completely if a second dismissal on EM pages. Clicking the dismiss button removes it completely.
I’m curious, did that not happen to you? Or are you offended by a dismissable popup? I certainly understand if the former happened to you (continued popups despite dismissals), not so much the latter…
Obviously, our intention isn’t to force any upgrades, just announce the fact that we are changing pricing (for first time in 12 years). This is now over, and in theory you shouldn’t be seeing it anymore since it references a timestamp too before showing, but
I’d be interested to know if the popup continued showing even after dismissals, clearly the dismiss button on the popup should do exactly that.
Hello, for some odd reason I could not reproduce this until I restarted my computer… strange!
Anyway, managed to reproduce this and fixed the problem in the latest dev version, you can update to the dev version as per these instructions.
We’ll release an update in the coming days hopefully and it’ll be included.
Hello, sorry if you got offended, but we have raised our price for the first time in 12 years. We wanted to make sure that anyone thinking of going Pro recently could do so before the change happened and lock in the current pricing.
This ad shouldn’t appear anymore because the change has happened, but at the same time I’m somewhat surprised by how a dismissable, one-time ad can anger a user of so many years?
Hi! Wow, what a review, thanks for the kind words, very much appreciated π
We hope all the upcoming updates will serve you well!
Hi! Sorry for the upgrade issues, but yes there’s a toggle: Settings > Advanced Styling > Use Themes > Enable Theme Styling?
There is a –theme-hue variable which should fix that, but generally removing that theme styling will get rid of the pixelbones class entirely.
You can also get rid of that class in certain parts like the events list in the same settings place, choose ‘Basic Only’
Hello, could you provide a link to the Pro forum thread, so I can understand the issue further? I may remember this issue, it is I believe in a dev version and an update is very soon to come which would include this fix.
That said, the pro forums is the place to ask as this is a Pro feature. We can’t provide support for pro features here, .org rules, not ours. Get in touch directly if you don’t have an active license for support and we’ll see what we can do.
Hi Sam, try out our new native calendar in v6, released a couple days ago. It has a search bar with more functionality and major aesthetic improvements.
Hello,
Any of those var() can be changed like so:
body .em { --accent-color: red; }You can add this via the WP Customizer > Additional CSS
We’ll look into adding a color picker in the future to modify that base color.
- This reply was modified 3 years, 10 months ago by Marcus.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Translation V6Hi Johan,
Here – https://translate.wordpress.org/projects/wp-plugins/events-manager/
Also, more info here – http://translate.netweblogic.com/start/using-glotpress/
Hi! We’ve enabled AJAX by default, add this to your wp-config.php to disable it:
define('EM_AJAX', false);We’re going to address the issue of multiple items in a page with pagination and custom styling. It’s not safe to use AJAX this way with custom formats but we have som ideas for that.
You should be able to modify the search form contents with our setting page, also shortcodes will allow flexibility too.
Hi, we do have some options in the plugin already that enables you to disable theming, but we’ve just released 6.0.1 which gives more flexibility.
Check the Settings > General > Styling Options section, you’d want to disable all theming if your end goal is to get rid of that em class.