quatroweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Checkbox do not show extra field@finemaster When you say that “Checkbox do not show extra field” do you mean that the [group some-thing] don’t show when checkbox clicked?
If so, I have the same issue and have tried to add use_label_element into the checkbox element.
My problem is as well that when checkbox is clicked, the group is not showing (only when I write something else in one other field, then it appears because it gets activated somehow)
Can you help me understand a bit more of what you did to make it work?
BTW: I have no .js errors on my page, that was the first thing that I was checking.
CC: @jules-colle any ideas what this could be?
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] translationnp gplsaver, I’m glad to help with some bugfixing. It’s a really great plugin! Keep up the good work!!
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] translationHi gplsaver,
Thanks for the answer. I understand your point.
I discovered another issue when clicking on “Add to cart”. Well it works fine while adding a product to the cart, but when going to the cart it self, it have added the product twice.
I guess that you are already aware of it?Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] translationI was wondering if I could add some code to your plugin that would use the AJAX add to cart script in Woocommerce:
woocommerce_enable_ajax_add_to_cart
in the file: woocommerce/includes/class-wc-frontend-scripts.php
The option is already in the Woocommerce backend, but it’s not working with your plugin. Is that on purpose?
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] translationThere was another little thing though that I had to comment in the css because it showed up 2 times.
.required:after { content:"*"; color:red; }
At line 163 in gpls_woo_rfq.css
Might be some templates that already have that * after the label.
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] translationI actually managed to fix it my self.
Here goes to those that have the same issue:
add_filter('gpls_woo_rfq_rfq_submit_your_order_text','gpls_woo_rfq_rfq_submit_your_order_text',10,1); function gpls_woo_rfq_rfq_submit_your_order_text($submit_your_order_text){ $submit_your_order_text = "New button text goes here!"; return $submit_your_order_text; }
Thanks in advance gplsaver, really a helpful plugin!
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] translationHi gplsaver,
I had the same issue and it actually worked changing the 100 to 999. Awesome!!
There is only the last button left where it says:
“Please Submit Your Quote Request”
Actually tried some few things, but it didn’t seem to work.
Can you tell how I would manage to translate that as well?
(I mean by adding some few more lines to functions.php)Forum: Plugins
In reply to: [Multi-column Tag Map] Exclude page or post ID'sAnyone having a solution for this issue?