tnchuntic
Forum Replies Created
-
I have tried uninstall and install still getting this fatal error.
Forum: Plugins
In reply to: [Simple Author Box] Hide Simple Author from Custom Post TypeTry this code ??
add_action('wp', function() { if ('process' === get_post_type()): remove_filter('the_content', 'wpsabox_author_box'); endif; }, 20);
Forum: Plugins
In reply to: [SVG Support] Sorry, this file type is not permitted for security reasons.In-line with this issue any ideas on how to remove “<?xml version=”1.0″ encoding=”utf-8″?>” in the frontend display?
I am getting an error when validating and checking the website in https://validator.w3.org/.
Error Message:
Saw <?. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)Thanks
Same here “Fatal error”, I think this is a DIVI issue not Smush ?? I will log ticket to DIVI.
[23-Oct-2019 11:27:10 UTC] PHP Fatal error: Uncaught Error: Class ‘WP_Smush’ not found in /home/domainname/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/wp-smushit.php:50
Any updates with this issue? I haven’t received any response from the plugin author.
Found the issue its about conflict of localized scripts variable “ajax_object” which holds the nonce of the ajax security.
Solution:
changed “ajax_object” to “ajax_object_fb” in options.php line 71.
changed “ajax_object.nonce” to “ajax_object_fb.nonce” in scripts.js line 38Hope author with update the code to fix the bug.
Anyone having the same issue?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Registration Error! cause by Invalid TokenThanks for pointing me in the right direction. I have found and fixed the issue.
The plugin that’s returning the “Registration Error!” is invisible recaptcha its conflicting with the wp-member recaptcha.
So in summary if your using wp-member recaptcha then you need to disable invisible recaptcha settings for WP registration.
?? thanks again.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Registration Error! cause by Invalid TokenAlso in addition to the issue, it is not limited to registration form only error also occurs in the member login form.
Hope to hear from your end. Kind regards thomas.
Thanks
Yes, I am also confused why its just displaying limited items, I have tried tracing the code and couldn’t find anything that limits the listing.
Yes I agree with you on that it should display all the listing even if it’s disabled or unpublish just greyed out those items.
The only difference that I have noticed that all the locations that we have access as Primary Owner it’s all displaying.
All of the locations that we are assigned access as Manager are not showing.
- This reply was modified 6 years, 5 months ago by tnchuntic.
Sorry for late reply and thanks Thomas and Rusty for quick reply.
I have figure out the cause of issue, it is the API code generate in optinMonster and wp optinmonster plugin api not matching. Not sure why but I assume that my teammate generate new code and didnt update the wp optinmonster api fields in thw plugin.
Thanks again.
I have tried three acct. with separate sandbox and still getting that error. I end up calling our dedicated paypal support, and they did they confirm that sandbox acct. tends to have errors. And said that use live credentials for testing and they will just revert the payment will test is done.
Not 100% sure but, I go test the website on live api with $1 test product and it is working properly.
Hi eggpinic,
I have found the solution follow steps below.
1. Upgrade WPPEC to the latest version – they have applied a fix for it
2. Comment out the TLSV1 in the plugin folder > abstracts > ….credentials.php – i encounter this issue because of ou server is on plesk and it doesnt support the NSS something. I will update this post when I got home, currently the train.Hope this will fix also your issue.
Thanks
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Remove Paypal Icon From CartHI hasnaink,
I have tried using the following functions but still not working.
remove_action('woocommerce_after_cart_totals', array( WC_Gateway_PPEC_Cart_Handler, 'display_paypal_button' ), 0); remove_action( 'woocommerce_proceed_to_checkout', array( WC_Gateway_PPEC_Cart_Handler, 'display_paypal_button' ), 0);
So I end up hiding it using css
.woo_pp_cart_buttons_div{ display: none; }
I am still waiting for the Author/Plugin Contributor to reply on my queries.
Thanks
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] Remove Paypal Icon From CartHi Thomas Shellberg,
Good day also want to ask if it is possible to override the Paypal Description in the total box below the paypal text and image.
Thanks,
Thomas