gwp1971
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] not sending emails to gmail onlyForum: Plugins
In reply to: [Contact Form 7] not sending emails to gmail onlyWP 6.0.1
CF7 5.6.1Its still the same. the form is submitted, i get admin email to my .co.uk email address. but nothing to my gmail account.
test 1.
fill form as [email protected]. i get reply email to [email protected] & admin email at my co.uk account. no gmail emails.Test2
fill form as [email protected]. i get NO reply email to [email protected] & i get admin email at my co,uk account. no gmail emails.seems all gmails wont work ?
are you using the correct form tags for those fields.
try a test form using just this..Your name:* [text* your-name] Your email address:* [email* your-email] Your Mobile Number:*[tel* tel-746] Your Date of Birth: [text homedob "DD/MM/YYYY"] Your House No:* [text* homehseno] Your Postcode:*[text* Postcode]see if you get error messages under each one
It does that on my form ?
see image here
i changed the colour of the rror text via the CSS.have you looked on the form “messages” tab, next to the mail tab ?
Forum: Plugins
In reply to: [Contact Form 7] How to change the FROM Mail Address – Contact Form 7have you looked in form>edit, then at the top, the “mail” tab, then the “FROM” field?
Do you mean you want them to be “required” fields?, so the visitor MUST fill them in ?
if so, then add an asterisk just after the word “select”
from this
Do you like cheese? [select cheese first_as_label "Please choose.." "Yes" "No"]
to this
Do you like cheese? [select* cheese first_as_label "Please choose.." "Yes" "No"]or a text box reply would be
Your name:* [text* your-name]
this makes the field a required one and must be answeredForum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Conditional Logici found the support page for it.
https://sfmanual.rednao.com/documentation/conditional-logic/custom-validations/i dont get the validation message. oive tried on firefox and chrome
Hi bradvin..thanks very much for prompt reply.
Im planning on running entire site on https (as per googles advice) via htaccess.
But im runjimg a child theme so can add thr hook to tje functions file.
Ill update you once its doneGeorge
Hi John
Thanks for your reply1. No, im not using curly
here’s my code
<?php echo do_shortcode("[custom-facebook-feed class='slideshow' num=4 height=400px]"); ?>
this was original code
[custom-facebook-feed class="slideshow" num=10]2. Yes, you are right John, different browser. alls good 🙂
GeorgeForum: Plugins
In reply to: [Blog Designer] have free, want to buy demo questionOk ty..but what happens to the settings i have already made to my blog page?
Hi again
couple things..1. Here you state that to add a shortcode do this.
[custom-facebook-feed class=”slideshow”], that works fine 🙂
but if you then add a var..
[custom-facebook-feed class=”slideshow” num=10] it will throw a t string error as the ‘slideshow’ needs to be in single quotes, not double. This worked for me.2. i seem to be getting my fb page name twice, overlapped too. im working local, but can see the same effect on another contri website here
http://onlinelearningvisions.com/fd1/
NB. actually can can post my own example here too.

Any clues guys please ?
Forum: Plugins
In reply to: [Events Made Easy] Paid booking not auto updating EventHi Jewseboy
I had the same problem, not sure if you got it fixed. but pls check your status of your paypal account, see if you have standard or premier account.
I have 2 paypal accounts, one premier and one upgraded to business.when i changed my paypal email address from the premier over to business, it worked straight away and no problems at all.
seems EME requires a business paypal account to work properly
Forum: Plugins
In reply to: [Contact Form by Supsystic] submit button background not taking effectUpdate: the theme developer suggested i add this to the HTML/CSS box
.cfsFieldShell input[type="submit"] { background-color: #dd9933 !important; color: #fff !important; opacity: 1; } .cfsFieldShell input[type="submit"]:hover { color: #fff !important; opacity: 0.8; }Which i did and it worked,
Dont know if thats any help to youForum: Plugins
In reply to: [Contact Form by Supsystic] submit button background not taking effectHello, Thanks for quick reply.
I chnaged to default theme, and its working fine, so its an issue with my current theme.
I have been in touch with the theme author now.Thanks again for your help
Thanks David for such a prompt reply.
All sorted, just my error, nothing wrong with plugin at all.