Ronald Huereca
Forum Replies Created
-
I have fixed this in 2.0.15. I apologize about the error.
I’ve just released 2.0.14, which should resolve the fatal error.
This error was caused because Ajaxify and Ninja Forms both used the same
formData
post variable. Since Ninja Forms isn’t expecting the form data it receives, it errors out.I’ve renamed
formData
toajaxifyFormData
in order to prevent further conflicts.If you have a moment, please consider leaving a rating/review.
Thanks,
Ronald
For the 500 error, can you please check your error logs and let me know which PHP error you are receiving? I’ve tried the Ninja Forms free version and there doesn’t appear to be a conflict.
Forum: Plugins
In reply to: [WP Plugin Info Card] Plugin not displaying any data@jyolsna I have released 4.0.9. You hopefully shouldn’t have to change anything on your end. Please let me know if this resolves your issue.
Forum: Plugins
In reply to: [WP Plugin Info Card] Plugin not displaying any data@jyolsna I see you’re using the block editor.
I have found a solution and will be updating the plugin shortly.
Forum: Plugins
In reply to: [WP Plugin Info Card] Plugin not displaying any data@jyolsna are you using the shortcodes or blocks to output?
Forum: Plugins
In reply to: [WP Plugin Info Card] Plugin not displaying any data@jyolsna I need to fix this bug, but it looks like you have a trailing slash in your slug. Can you try removing that?
Hiya, you can achieve this today via CSS.
.wpac-overlay { top: 45% !important; }
If this CSS helps, please consider leaving a star rating.
I plan on overhauling the overlay in a later version, so I’ll keep these ideas in mind, especially inline messages.
Sure, I’ll consider that.
@krstarica thanks for the update.
The load button feature will come with the lazy loading updates I have planned.
@krstarica can you please clarify what you mean by inline? I tested just now with GeneratePress and it works fine on my end.
@nymets1104 1000ms is every second. That is way too fast. That means every second, the script checks for new comments. This is resource intensive, so it is causing the unexpected behavior.
Set the refresh to MUCH higher please.
Forum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Using Editor Used by Comment Box@rhellewellgmailcom do you have any code to share for your integration?
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] wpmlGotcha. I had to register the labels as a package in order for them to be translatable. Otherwise it didn’t work.
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] wpmlI am all ears for a better way ??