Daniel Iser
Forum Replies Created
-
Forum: Reviews
In reply to: [Orderable - Restaurant & Food Ordering System] Spams or no communication@fsm22 – Fast updates mean nothing, in fact it means the author is actually both listening and responsive.
Even with large beta test groups you simply can’t test for every server, theme, plugin, cache combination possible in the WordPress ecosystem.
But when they do come up right after update goes out, get them patched them as fast as possible.
Patching rapidly as soon as issues are reported serves multiple purposes:
– Less users ultimately download the bugged versions.
– Users who did have issues get fixed asap.As to newsletter I can’t speak to that..
PS, no affiliation with these guys or their products, just noticed your comment which clearly indicates misinformed opinions about multiple updates.
@cristianderiquer – Sorry to hear that, do you mind sharing what translation solution your using? Each does things drastically differently, some work fine out of the box, others require limiting what conditions get used.
Our rules are based on post & tax IDs, but one or 2 of them duplicate posts for separate languages, thus creating different IDs, causing rules to seem to break (though not really).
Unfortunately the problem with that setup is it ignores how WP functions as a whole to some degree by constantly overriding global variables that aren’t meant to be changed, with no real simple way to remap things built in.But that is less of an issue with our plugin and more of an issue with 2 systems using N<->N mapping based on IDs (we map popups to pages/posts/tax, they map pages to translated pages).
Hopefully this was insightful at minimum.
@fusses As I mentioned in response to your review, check the Targeting tab in the popup editor. We suggest setting rules on every popup to limit it only where its needed.
That said the defaults work fine for 99% of sites because from our data, most of our users only have 1 or 2 popups total.
@stevetoms Sorry to hear you had trouble.
As you mentioned adding any rules to the Targeting section will prevent that.
The most common use case for a long time was users wanting a main nav menu item to open a popup, thus the popups should just work on every page with no config.
We got dozens of tickets a month on that issue til we changed it, then none, now we get 1-2 about popups loading everywhere every few months, even with more users.
Changing it now would simply break 100k’s of sites that have had it working, so that’s not really an option.
Hopefully this is helpful. If so would you kindly consider updating your review.
- This reply was modified 3 years, 1 month ago by Daniel Iser.
@fusses Sorry to hear you had trouble. That said it sounds like you missed the Targeting tab of your popup settings area.

https://docs.wppopupmaker.com/article/351-popup-settings-box-targeting-option-settings
We find this to be one of our most valuable features so I’m sad to hear you missed it.Adding any rules to the Targeting section will prevent that.
The most common use case for a long time was users wanting a main nav menu item to open a popup, thus the popups should just work on every page with no config.
Hopefully this is helpful. If so would you kindly consider updating your review.
- This reply was modified 3 years, 1 month ago by Daniel Iser. Reason: add image and link to docs
@skinner009 – Hmm interesting use case. We have a massive rewrite nearing release as v2 which will add block controls as well as a new restriction editor.
We are revamping some conditions etc, but this sounds like it would require a custom condition I’m not sure would be useful outside your use case.Just so happens though adding a condition isn’t to terribly difficult if your handy with code.
You simply need a function that returns true/false based on what your needs are. You can then using a filter register a new condition in the boolean editor with your function as thecallbackHere is the filter in question, and you can see the basic registration needed for a simple true/false function: https://github.com/code-atlantic/content-control/blob/master/classes/Conditions.php#L425-L451
The new version will be slightly different, but we have tried to make sure old registerd conditions will still function fine, they just might not read properly (sentence structure) in the new editor which aims to read more like a series of sentences.
Hope that helps.
Hey all, looking into this and I can’t see anything in 5.7.5 changelogs that should even have any effect on this.
Multiple people suggested 5.7.5 specifically, but here is the files changed list on github and there is nothing that should break these methods that I can see, nor are they erroring for me on a clean install just now.
https://github.com/takayukister/contact-form-7/compare/v5.7.4…v5.7.5
Looking over the code in question we call a long time known CF7 functionwpcf7_get_current_contact_form. Its not mentioned in changelogs and its still there with no changes.It should return a form object, so my guess is that something else is breaking on your sites with the latest version causing CF7 to not actually have a current contact form to return.
I can add some conditional checks to ensure it doesn’t throw an error there when
->iddoesn’t exist, but if CF7 isn’t returning the expected value on one site, but is on others there is something filtering it very likely.Happy to debug, but you can see here a test popup is working fine on latest of everything: https://y-hedgehog-dano.instawp.xyz/
It would be helpful to know what the return value of that method is actually outputting, but my guess is
nullor similar.Hopefully we can get it narrowed down, but I’ll add a sanity check to prevent white screens, can’t help much more than that if its not doing what it should be doing.
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Menu item loads very very slow@freesong – Ill add to the previous response and point out this is a long time, known limitation of the WordPress nav menu editor. What your actually asking for is a single plugin to replace the entire editor, without breaking any other plugin or theme that has also attempted to customize it in various ways.
Ultimately even if we did build it, this plugin isn’t the right home for that type of functionality.
@mrl4n – Apologies for the confusion. I wasn’t confused by your response. I was asking if you would like to elaborate on what types of new features, integrations or other changes you might like to see in the next version.
Basically, if there was something specific lacking that caused you to use the other plugin, we’d love to hear about it.Hope that clears it up.
@mrl4n Appreciate the kind words even if it wasn’t your favorite.
That said we are looking to revamp the entire plugin this year and I’d love to hear your feedback on what others did better, or what we’re missing that could be added.
Is it a specific feature or integration that was lacking?@nicksfr – Sorry to hear that was your experience. Would love to hear what trouble you were running into. We rarely see cases where it just doesn’t work. Usually there is another cause such as a plugin/theme conflict. If that is the case we try to fix them and maximize compatibility with all plugins, so tracking it down might be useful for everyone and fix your issue.
If your open, send our team a message at https://wppopupmaker.com/support/ and we can definitely try to help solve it.
Though I am working through these, I want to point out that WP core does not even support 8.2. With no plugins installed a clean install throws errors on nearly every admin page due to the updater.
In fact I can’t even install Popup Maker the normal way, it throws errors due to updater class notices that header has already been sent.
Post editor has notices hidden by the block editor. So if your just testing early cool, definitely appreciate the heads up, otherwise I don’t really think you should honestly be running it on a production site at this time with any load of plugins, but thats just my 2 cents
- This reply was modified 3 years, 3 months ago by Daniel Iser.
@1manfactory Thanks for the follow up reports. These will be patched in upcoming release.
@cristimacovei21 – First, sorry to hear you had issues.
Losing data sucks, but to be fair there have been no changes in the past year that change or muck with data at all. In fact likely 2 years since that occurred. This would be further evidenced in that there were no mass reports from other users with similar issues, meaning it likely did not come from our plugin’s code (or lack of testing).
Second not sure what you mean by promotional popups, the only popup auto generated by our plugin is set to be disabled by default and meant as example for new users, not promotion.
That said if you had something reset
post_metadata or delete it for those popups, it would cause settings loss, and could have even caused a disabled popup to become enabled, but we have no functionality that could cause that fortunately, so hopefully a one time glitch, but it would be a safe assumption the original cause still exists even if our code is gone.Take care.
@andreslav – By default popups are not published or enabled, both are required to be loaded on the page for users to view. Further you can mark it as draft and use the preview button without anyone else seeing it.
As for autoloading, we do it for a few things like using the [popup_trigger] shortcode, but otherwise there are simply too many variables to do it that way by default and further as explained the bulk use it on every page already, so that needs to be the default at least in the current version.
Maybe a future version using a wizard would ask your preference when making a new popup.