Marc
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF for WooCommerce] wc-ajax=update_order_review – 403 error codeHi,
Maybe get a look to this topic: https://ww.wp.xz.cn/support/topic/wc-ajaxupdate_order_review-403-error/#post-10195540
Hope this will help.
- This reply was modified 8 years, 1 month ago by Marc.
Forum: Plugins
In reply to: [WooCommerce] wc-ajax=update_order_review 403 errorHi @dcrabill,
I’m encountering same issue as yours.
If I remove the 4 “cookies lines”, from my wp-config.php file, like you did, it solves my 403 issue.
But in this case I’m getting the login to backend issue again. Indeed, I’m working on a multisite WordPress network, and each site has its own domain.
I’ve searched for hours some solutions to fix the two problems, but I didn’t find anything…
Hi,
Thanks for your reply.
The :selected selector doesn’t exist, but I succeed with the :checked selector. First point solved!
Unfortunatly, I can’t customize my radio buttons with the :disabled selector : nothing appends despite my CSS code.
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Selected option not highlightedHi,
How could we proceed to highlight selected option since the last plugin update?
ThanksForum: Plugins
In reply to: [Contact Form 7] The confirmation message is not displayedHi @gonzalogg
Did you succeed to show the confirmation message? I’m encountering the same problem with Contact Forms in Fancybox popups.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy fancybox with Contact Form 7: Doesn't closeHi @gonzalogg,
I have the same issue: did you find how to show the confirmation of sended message in the fancybox?
- This reply was modified 9 years, 2 months ago by Marc.
Forum: Plugins
In reply to: [Pricing Deals for WooCommerce] Unit price, sell for lot ?Ola @francesco35, as-tu trouvé une réponse à ton problème finalement ?
Hello @francesco35, did you find a solution to your issue finally?
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Can **NOT** Delete Plugin!!!!!Thank you very much @chatmandesign, you’re my hero too!
I had same issue with the WooCommerce PayPal Express Checkout Payment Gateway extension, it seems that cause is the same.
https://ww.wp.xz.cn/support/topic/i-can-deactivate-the-plugin/
Thanks again.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] I can deactivate the pluginHi all,
I finally succeeded to remove the plugin, by exploring deeper the forum.
@fernashes why didn’t you tell us that the solution was in this thread, in which you took part??
https://ww.wp.xz.cn/support/topic/can-not-delete-plugin-2/#post-8393504The solution concerns the Braintree module, but cause is the same and it works in my case with the WooCommerce PayPal Express Checkout Payment Gateway extension.
Please solve this WooCommerce bug, like suggested by @chatmandesign : https://ww.wp.xz.cn/support/topic/can-not-delete-plugin-2/#post-8543670
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] I can deactivate the pluginHi,
Yes, I sew the response, but :
- The response doesn’t give a solution to the issue: plugin is still here and I still don’t know what append
- I hope help someone else with the same issue by posting here in public mode, as it seems that I’m not alone to encounter this strange behavior
Anyway, don’t worry, I’m following the ticket and I’m well notified of the responses gave by your gentle team.
- This reply was modified 9 years, 4 months ago by Marc.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] I can deactivate the pluginHi,
Thanks for your message.
You can get a look to the ticket #510489
I still don’t have a valable solution to this issue.
Happy new year and thanks again!Forum: Plugins
In reply to: [WC Variations Radio Buttons] Selected option not highlightedHi
We solved the issue by adding two lines from line 353 in add-to-cart-variation.js file:$( this ).find( 'label' ).removeAttr('style'); if ( exclude && attribute_name === exclude ) { all_attributes_chosen = false; current_settings[ attribute_name ] = ''; } else { // Add to settings array current_settings[ attribute_name ] = $checked_radio.val(); $checked_radio.next( 'label' ).attr('style','color:white;background-color:black;'); }Thanks
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Selected option not highlightedHi
Thanks for this tip. Unfortunatly it doesn’t permit to solve this issue.
The problem is that the checked attribute never appears in HTML code, even if we click on the size.
Thanks.
Forum: Plugins
In reply to: [Recipe Hero] Error messageYeah it’s alright now with your fix! Thank you very much, you rock!
Forum: Plugins
In reply to: [CodePeople Post Map for Google Maps] Set minZoom / maxZoomPER-FECT !
Thank you very much !