Jainil Nagar
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Telephone placeholder errorHello @theartssocietyrichmond
The additional header errors are related to the mail header like
Reply-To:
,Cc:
,Bcc:
.
Screenshot: https://prntscr.com/rk21tmYou can not add
[tel* tel-669 placeholder]
to the additional header section in the mail tab.Forum: Plugins
In reply to: [Contact Form 7] Tabs don’t workHello @dmitriiluzan
The error
$ is not a function
in the first screenshot may be causing these issues.Try deactivating all plugin except CF7 and check if the issue still persists.
Forum: Plugins
In reply to: [Contact Form 7] Add second “send me” buttonHello @emapara
Instead of using the buttons you can use CF7 Selectable Recipient with Pipes as a dropdown field.
Forum: Plugins
In reply to: [Contact Form 7] Required on the formHello @zsebg
To make any field required you need to add
*
after the field type.Ex:
[text* name-2 placeholder "Ваше имя"]
[tel* fphone placeholder "+7(___)___-__-__"]
- This reply was modified 4 years, 11 months ago by Jainil Nagar.
Forum: Plugins
In reply to: [Contact Form 7] Tabs don’t workHell @dmitriiluzan
Is there any error that appears in the browser console window?
Forum: Plugins
In reply to: [Contact Form 7] Message after submitting not showingHello @dminke
The message is showing but your CSS has the following style which sets font-size to 0px.
.wpcf7 .mk-contact-form-wrapper { font-size: 0px; }
Remove above CSS or add the following:
div.wpcf7-response-output{ font-size: 14px; }
Forum: Plugins
In reply to: [Contact Form 7] Any way how to call Page Title to email ?Forum: Plugins
In reply to: [Contact Form 7] Tracking GA events for multiple formsHello @danstramer
Yes, you can use it like you mentioned.
Forum: Plugins
In reply to: [Contact Form 7] Checkbox SizeForum: Plugins
In reply to: [Contact Form 7] Tracking GA events for multiple formsHello @danstramer
You can use
event.detail.contactFormId
get the form id in the above code and use it in the GA events.See DOM events.
Forum: Plugins
In reply to: [Contact Form 7] How to change color in the [acceptance]Forum: Plugins
In reply to: [Contact Form 7] Mails from CF7 don’t workHello @manueladambrosio
Are the other emails works on the site or not?
You can test the email with the WP Mail SMTP by WPForms.
Forum: Plugins
In reply to: [Post grid and filter ultimate] Images are not shown correctlyHello @spade
1) The plugin provides two designs for the implementation. See here.
You are using Design-2 which overlaps a little bit at the bottom of the image.
You can change its appearance using CSS or use Design-1 instead.2) It does work with the Loco Translate you just need to create the template in the Loco translate.
Screenshot: https://prntscr.com/rh32ta3) When clicked on the category it only shows one because only one post has that category assigned.
If you want to remove the category button then usepgaf_post_grid
shortcode instead of thepgaf_post_filter
.Forum: Plugins
In reply to: [WooCommerce] Too much white space – Cart PageHello @usascottwright
Space above cart content if due to the Google Ads. Ads are not loading properly so it is not visible.
Forum: Plugins
In reply to: [Contact Form 7] How to change color in the [acceptance]