I wonder if I can upgrade from 2.0.03 to 2.0.4 since I don’t want phone field to be mandatory (some users don’t have this enabled with their bank)
Спасибо огромное Александру!!!
]]>I choose only Iran country. Therefore, the prefix code should no longer be shown…
Image1 (please right-click and open new tab)
in the checkout field, there is a problem. WooCommerce automatically adds country code prefixes sometimes +98 and sometimes 98! however, In both cases, this is wrong, and should not be added to the beginning of the number.
Image2 (please right-click and open new tab)
Image3 (please right-click and open new tab)
No one in his own country uses the country code to call! This only makes sense when a buyer wants to buy from another country, or when you want to contact someone in another country!
Most people set up their stores to sell their products only in their country or region. And not everyone has a global store like Amazon;! And since it is set and selected in the settings of a specific country for the store, sales to other countries cannot be done; In all cases, the prefix of the country code should not be added.
It just confuses the buyer and makes the field ugly and crowded. In many countries, even people do not know what their country code prefix is! Because they only deal with the mobile number itself.
Even in our country, operators made +98 or 98 hidden from the beginning of the number, and no international prefix is known during incoming and outgoing calls. Some mobile phone manufacturers in Asia, such as Samsung, hide the international prefix for certain countries so that it is not even displayed.
I know that this problem can be solved by JavaScript and jQuery, but not everyone knows that! Also, adding additional JavaScript and jQuery codes can cause page loading to be slower, page loading speed to decrease, and also some other problems. And it is better to solve this problem in WooCommerce itself. so that there is no need for any additional work and other uncertain methods.
Thank you for your time. Please solve this problem soon.
]]><div class="right-column">
<?php if( $options->get('phone_no_v2')): ?><div class="phone-number"><i class="flaticon-calling"></i><a href="tel:<?php echo esc_url($options->get('phone_no_v2'));?>"><?php echo wp_kses($options->get('phone_no_v2'), true);?></a></div><?php endif; ?>
<?php if( $options->get('email_address_v2')): ?><div class="mail-address"><i class="flaticon-mail"></i>(<a href="mailto:<?php echo esc_url($options->get('email_address_v2'));?>"><?php echo wp_kses($options->get('email_address_v2'), true);?></a></div><?php endif; ?>
</div>
This code is good but the results are bad
tel:https://718-813-7344
or
mailto:https://[email protected] is the results
A WordPress update has broken one of these functions.
Many sites are effected
Effects are:
1. height reduction
2. label margin (or padding) reduced (moved closer to field border)
3. positional shift upwards (-y)
4. not styled along with the other field types
This occurs regardless of site theme and regardless of column assignment.
When I delete Builder and create vanilla CF7 forms, they are formatted/aligned properly, so the problem is not with my sites.
I presume the fix will be in the CSS, but I haven’t had a look in Notepad++ yet.
]]>is there a way to use “tel:” links in the URL field?
Thanks for support
]]>I didn’t found plugins or whatever, maybe you have tools or plugins ?
]]>My first ever time to place contact form 7 to website, so I dont know is this normal or not? As I created the form there was by default name email subject and textarea. I needed to add telephone and did it like that:
<label> Nimi (pakollinen)
[text* your-name] </label>
<label> S?hk?posti (pakollinen)
[email* your-email] </label>
<label> Puhelin
[tel tel-154] </label>
<label> Otsikko
[text* your-subject] </label>
<label> Viesti
[textarea your-message] </label>
[submit "L?het?"]
Whats wrong with it, for as you can see the telephone-line is different. On mobile phone it also behaves different and weird. Somebody said I would need to manage css, but I dont know how. Thank you!
]]>