phj123
Forum Replies Created
-
Hi Gregor, yes this is ok for me not ideal though as I now have to manually do this for very site, imo it should be the other way around.. On installation put it under settings and with and if someone wishes the expand toggle can bring it to their main admin panel..
Forum: Plugins
In reply to: [WP Media folders] DatabaseRegarding the database, I only mean the entries in Table: wpmfs_queue
If a refolded renamed image is fully deleted from wpmedialibrary I see it is removed from FTP removed from the postmeta table also removed from the posts table but not from the plugin table wpmfs_queue.
To keep the plugin dbase clean would it not be nice to remove it there also?
Forum: Plugins
In reply to: [WP Media folders] DatabaseThanks for your Quick reply!
Yeah about other plug-ins, did you test it with shortpixel the best image opti plug-in?
Are there more things that can go wrong in the long run if I use this on all Images on an big woostore with alot of Images?
Does the plug-in only edit its own database table Or also other Parts of the dbase?
Cheers
Forum: Plugins
In reply to: [WP Crontrol] Disable a cronjob?Question, if i change the time of a cron job to try to stop it, the next cronjob will line up anyway for instance hourly so that will not stop the cron job or am i mistaking?
Also do i need to keep the plugin active to keep the time change?
Forum: Plugins
In reply to: [WP Crontrol] Disable a cronjob?+1 for an disable cron option 🙂
This is just awesome thank you 🙂
Happy with it, did some testing and everything is working properly nice update!
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatibleIt is because of error, since $field[‘inputs’] contains a void.
Can you change this in the next update so it is php 7.2.4 compatible?
Change:
real-time-validation-for-gravity-forms/public/class-gravity-forms-live-validation.php:176
before: if ($field[‘type’] == “email” && count($field[‘inputs’]) > 1) {
after: if ($field[‘type’] == “email” && !empty($field[‘inputs’]) && count($field[‘inputs’]) > 1) {
Sorry, I don’t leave a bad reply like this if there isn’t something really wrong!!
https://ww.wp.xz.cn/support/topic/fatal-error-breaks-site-on-activation/
https://www.wcvendors.com/help/topic/fatal-error-call-to-undefined-function-wc_print_notices/
https://www.wcvendors.com/help/topic/fatal-error-11/
https://www.wcvendors.com/help/topic/dashboard-fatal-error-line-3/
How many links do you want regarding this issue?
Also, it leaves, for instance, a user role behind after deleting…
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatibleIs there an email address so I can zip the form export and send it over?
Thank you 🙂
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Disable RefreshNice work thank you! 😀
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatiblePlease let me know if you could replicate the issue and when you update to full php 7.2 support.
Really like your plugin can i donate maybe send me your paypal and i will send coffee.. 🙂
- This reply was modified 8 years, 1 month ago by phj123.
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Disable RefreshThat’s unfortunate..
I use cloudflare so guess that will be not easy without API implementation though..
Offtopic but don’t want to bother you that much to start a new one, how is WPML support going? would be awesome to have the ability to create a feed for a sub language.. 😀
Forum: Plugins
In reply to: [Real Time Validation for Gravity Forms] PHP 7.2 compatibleGreat news, yes after updating to 7.2 I get this error in my console and the validation stops working:
Uncaught SyntaxError: Unexpected roken <
var jqr = jQuery; var f3 = new LiveValidation(“input_11_3″,jqr.extend({validMessage: ” “, jqObj: jqr,fieldType:”text” },additional_data )); all_validations[11][3] = f3; f3.add(Validate.Presence,{ failureMessage: “This field is required.”,validMessage: ” ” ,jqObj: jqr });<br />
Hey Joris,
This is great news thank you 😀