janice4summer
Forum Replies Created
-
Forum: Plugins
In reply to: [Booster for WooCommerce] core checkout fields: javascript errorhi,
here are the screenshots of the “core checkhout fields”, which gives errors:
https://pasteboard.co/KgtSEMQ.png
https://pasteboard.co/KgtRDyK.pngHi,
+1 upvote for this feature request.
Some pages are optimized by not setting a keyword, and if the client sees “SEO SCORE 5/100”, that is kind of humiliating.
The client doesn’t understand how this all works, and thinks we do a lousy job !Thanks
Already solved it: It seems like I had to use a HOOK.
Directly adding it to the template file did not work.I also changed the sort of hook, so that it is injected in the right place on the invoice.
/*** ADD VAT NR ****/ add_action( 'wpo_wcpdf_after_billing_address', 'wpo_wcpdf_vat_nr', 10, 2 ); function wpo_wcpdf_vat_nr ($template_type, $order) { $document = wcpdf_get_document( $template_type, $order ); ?> <?php echo "<br>"; $document->custom_field('vat_nr','VAT NR:'); ?> <?php }
I enabled all php error logging, but there was nothing pointing to WP HIDE.
So when I enable the plugin, and I log out, there was an error :
404 not found: wp-login.php was not found on this server.
This error happened when I had customized another “admin login” & “wp-admin” url.
I also checked “block the wp-login.php and wp-admin”When I disabled completely “custom login url & custom admin url”, the error was gone.
So now I can use the WP HIDE without crashing, but without custom login and admin …
Any idea what might be the solution ?
Ok, you’re right about the “php warning” from my last post.
However, on that same site, when I use the latest WP-hide-version, the whole site crashes with a 503 “service unavailable error”.Only when I disable WP HIDE, everything functions normally again.
So it’s clear that this is related to your plugin.
Maybe the fact that before the latest WP HIDE update, this website already crashed, left some traces in the database ?
- This reply was modified 5 years, 7 months ago by janice4summer.
Hi,
Thank you.
I was a HUGE fan of your amazing plugin, and I used it on all my sites.
However, even after your latest updates, I get a 503 error when I activate your WP HIDE plugin:
It might seem that wp hide does not alter Ajax calls, or is clearly in conflict with other latest plugins.
Backend log: PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/domains/public_html/wp-content/plugins/revslider/includes/operations.class.php on line 2762\n, referer: https://www.mysite.be/wp-admin/admin.php?page=vc-updater
- This reply was modified 5 years, 7 months ago by janice4summer.
Forum: Plugins
In reply to: [Easy Appointments] Delete old appointments automatically (GDPR)I am hoping for an answer ??