Forum Replies Created
-
AuthorPosts
-
March 7, 2020 at 9:40 pm in reply to: Setting different font sizes for MacBook Pro and iPad Pro #1191168
Okay – really strange… I tried the changes and they did not work even after I cleared the cache several times – then as I moved through three more pages on the site – the third page had the changes active! Whallaaa!! But the other pages still had not changed? Very strange. Then when I went into one of the pages and checked the styling and saved it again – then ALL the pages had the changes? Is this just a server issue or is one of my plugins having an effect on the code?
I am a bit confused…
Kevin.March 7, 2020 at 9:29 pm in reply to: Setting different font sizes for MacBook Pro and iPad Pro #1191164Hi
No – tried these but no luck – I am looking to change the percentage size for h1, h2, h3, and h4 but I tried this and it didm’t work on laptop or ipad pro 10.5″
/* ———– Retina Screens ———– */
@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 2)
{
h1 {font-size: 10px!important; }
}
/* iPad Pro 10.5″ Portrait and Landscape */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
h1, h2, h3, h4 {font-size: 10px!important; }
}
@media only screen
and (min-device-width: 1112px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
h1, h2, h3, h4 {font-size: 10px; }
}February 20, 2020 at 12:14 pm in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1186310Hi Ismael
I have gone ahead and used the reCAPTCHA as suggested ant it is working so far…
Thanks for the help :)
Kevin.February 19, 2020 at 12:58 pm in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1186007Any updates on this from the team?
February 17, 2020 at 6:23 pm in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1185338Hi Victoria
Not sure this provides the answer I am looking for?
I want to know how to add an additional field into the Enfold Contact Form because even though I added the checkbox as a compulsory field – the hacker simply bypassed it and returned the outcome to false instead of true? Not sure how they can do this but if you at I try to send the form it wont let us do so without ticking the checkbox.
Any Ideas?
Kevin.February 17, 2020 at 11:40 am in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1185165Still looking for support here…
K.February 14, 2020 at 7:56 pm in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1184604Here is the URL
February 14, 2020 at 7:54 pm in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1184603Unfortunately – it didn’t work! When I send a form it requires the tick box but the hackers are able to bypass this.
MEAny thoughts?
- This reply was modified 4 years, 9 months ago by Victoria.
February 14, 2020 at 4:28 pm in reply to: How to add a question with 2 possible answers to my Enfold Contact form #1184551I went ahead and included a checkbox as compulsory – so this might work?
K.Hi Rikard
Yes that worked perfectly – many thanks my friend :)
Kevin.January 31, 2020 at 2:23 pm in reply to: Make masonry grid layout more uniform for blog items #1180273how do i attach something to this thread?
January 24, 2020 at 4:35 pm in reply to: Reduce line height for a single text paragraph only on a page #1178173Nice one Jordan.. that worked perfectly :)
Much appreciated my friend.
Kevin.January 24, 2020 at 3:16 pm in reply to: Reduce line height for a single text paragraph only on a page #1178139It is actually the “sub-heading text” on the Special Headings – it seems to be taking the line height from the <p> paragraph elements?
Hi Nikko
Thanks for helping me…
I tried both of these and they worked perfect. Thanks a million – much appreciated :)
K.Hi
My client wants to use the GeotargetingWP Pro plugin for their Enfold WordPress Website – will this work correctly with the Advanced Layout builder?Thanks Vinay – much appreciated…
This does show on a single line on the larger screens – but when viewed on the iPhone it does not sit correctly and the text appears again for the Captcha? Any thoughts Vinay?
Kevin.Hi Vinay
Thanks for your prompt response. I appreciate what you are saying. On mobile devices the fields should be on individual lines – one on top of the other – not in a straight line – so this will work fine. Also – I want to remove the text associated with the “Captch field” so that it is the same as the others. and finally – I am going to use MailChimp for some of these “Quick Sign-up Forms”, but for others I just want to be able to setup “Quick Contact Forms” myself to come directly to me from the website. So I would appreciate if you can help with customising the CSS…
Cheers.
Kevin. -
AuthorPosts