mmmhussein
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] BUG IN WOOCOMMERCEFrom the screenshot I mean that if initially I was selling an item at $100 for example. Now when I sell it less than $100, the item should have a banner “SALE” – “PROMO” in french. But the actual bug is here,even if I put a new price more than $100, the sale is still displayed.
Forum: Plugins
In reply to: Left administration sidebarThanks. That was awesome
Forum: Plugins
In reply to: Plugin: Contact Form 7 checkbox problemWelcome; Now plz put this topic as resolved on the right panel
Forum: Plugins
In reply to: [Contact Form 7] Checkbox issueOk and how to accomplish the mail task?
Forum: Plugins
In reply to: [Contact Form 7] Checkbox issueNo it is contact form 7. I have used jquery to modify the checkbox and radio buttons styles. Can u plz help me out to get the labels of the checkbox instead of the corresponding mails? I can provide you a screenshot of the cf7 in the admin menu if you want.
Forum: Plugins
In reply to: [Contact Form 7] Checkbox issueHere’s the link to my site:
https://wp.abusinessware.net/sites_web/wordpress/tryba-de/online-angebot/
I have 2 checkbox group here:
1. Ich habe interesse über PVC
a. Fenster
b. Turen
c. Rollladen
and
2. Ich habe interesse über Holz whe
a. Fenster
b. Turen
c. RollladenIf I select Fenster from PVC (1.a.), I should send a mail to a
and if I select Fenster from Holz, then b should get a mail.
And that’s working fine.
The problem is in the mail here,
Instead of displaying Fenster, the mail associated to Fenster is displayed.
I have tried the link you gave me
(https://contactform7.com/selectable-recipient-with-pipes/)
And I put [_raw_PVC] and it does not work.I tried a script which demonstrate the use of contact-form-7-beforepipe.
Here’s the link which contains the plugin to install:
https://brandoncoppernoll.com/how-to-get-the-value-before-pipes-in-contact-form-7/
This also bugs on my site.Forum: Plugins
In reply to: Plugin: Contact Form 7 checkbox problemHi,
You have set the width of the inputs to 230px in your layout.css,
You just have to add the following css to get the job done:
input[type=”checkbox”] {
width: 25px !important;
}Forum: Plugins
In reply to: [Contact Form 7] Checkbox issueThank you for the link. I just tried to get the value before the checkbox and I’m getting a bug.
My checkbox is as follows:
[checkbox pvc “a | [email protected]” “b | [email protected]”]I tried the following shortcode to get the value:
[_raw_pvc]But in my mail I get the same result
[_raw_pvc]
While I should have get the result below:
a if I select a
and b if b is selected.Can you help me out in this?
Thank you
Forum: Plugins
In reply to: [Visual Form Builder] Mail confirmation according to optionsI got the function, but now in which php file do I have to add it? admin-form-creator?? or another php file? Can you tell me in which one it will be more easier?