vpsilva
Forum Replies Created
-
Estou enfrentando o mesmo problema na minha loja, aparece a mensagem “Neighborhood n?o pode ficar em branco” https://prntscr.com/m4nwl1 — mas n?o se quer tem um campo. Conseguiram encontrar algo?
I would like to know if the plugin does something like this https://pluga.co/ferramentas/
print – https://prntscr.com/ltyt1m – The box, image and show quantity of votes.
Tks
All right! Thanks for the tips.
Very good!
The animation disappeared.
Any tips for not lock the screen when you click the area and makes scroll mouse at the same time?
E.g. Clicking the area and expected load, okay. But if you click and use the scroll before loading, gives very little a locked. Can you see what I try to explain?
tks!
Forum: Plugins
In reply to: [Easy Modal] Create link for close modalI usued this but is still not what I would.
<a class="emodal-close" onClick="location.reload();">Click here to exit</a>
Forum: Plugins
In reply to: [Easy Modal] Create link for close modal<a class="emodal-close" onclick="self.close()">Click to exit</a>
Forum: Plugins
In reply to: [Contact Form 7] Edit option select Name / Attributelike this
<span class="wpcf7-form-control-wrap TipoEmpresa"> <select name="TipoEmpresa" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required op1 op3" aria-required="true" aria-invalid="false"> <option selected disabled>Tipo de empresa</option> <option value="ANUNCIANTE">Anunciante</option> <option value="AGENCIA_MEIOS">Agência de Meios</option> <option value="AGENCIA_CRIATIVA">Agência de Publicidade</option> <option value="PRODUTORA">Produtora</option> </select></span>
Forum: Plugins
In reply to: [Contact Form 7] Edit option select Name / AttributeI would like set the value inside of [select* ….]
if there is a way to prepare it for the shortcode of CF7 I like to do.
Forum: Plugins
In reply to: [Contact Form 7] Edit option select Name / AttributeP.S. I want set the value inside my [select* ….]
In my form I do this and work:
<span class="wpcf7-form-control-wrap TipoEmpresa"> <select name="TipoEmpresa" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required op1 op3" aria-required="true" aria-invalid="false"> <option selected disabled>Tipo de empresa</option> <option value="ANUNCIANTE">Anunciante</option> <option value="AGENCIA_MEIOS">Agência de Meios</option> <option value="AGENCIA_CRIATIVA">Agência de Publicidade</option> <option value="PRODUTORA">Produtora</option> </select></span>
but if there is a way to prepare it for the shortcode of CF7 I like to do.
Forum: Plugins
In reply to: [WooCommerce] Field form color red (required)My functions.php
add_filter( ‘woocommerce_billing_fields’, ‘custom_woocommerce_billing_fields’ );
function custom_woocommerce_billing_fields( $fields ) {
$fields[‘billing_phone’] = array(
‘label’ => __(‘Phone’, ‘woothemes’),
‘placeholder’ => __(‘Phone’, ‘woothemes’),
‘required’ => true,
‘class’ => array(‘billing-phone’)
);return $fields;
}Forum: Plugins
In reply to: [WooCommerce] Form with red color before sendingN?o tive ajuda alguma.
Forum: Plugins
In reply to: [Contact Form 7] Translate messageNow works, thank you!
Forum: Plugins
In reply to: [Contact Form 7] Slow sending and show success messageI tried to see if there was a problem but could not identify.
Still taking too long to send the messages, 50sec.
About the conflict, is I know exactly what can be?
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Imagemap menu doesn't workI sent an email as requested.
Tkns!