Digital experiences for all disciplines
Forum Replies Created
-
-
Hi Rui,
Thanks for checking out the issue.
I have updated to 2.2.61 now, whenever i update the page, the text “click the edit button to change this text.” will still appear, unless i personally manually remove it before updating.
Hi Kyle,
Thanks for the customer CSS.
I have added it in but the elements are still not showing in the mouse over.
Please help me take a look to see if i am missing anything. Thanks!
This reply has been marked as private.Dear Kyle,
Thanks for helping to check on it.
The display is set to none is so that it will appear when hover.
Basically i just used the code from here: http://www.w3schools.com/howto/howto_css_dropdown.asp
The button works in the tutorial, showing the elements when hover but for some reasons not in my site.
Thank you once again for helping, i sincerely appreciate it 🙂
This reply has been marked as private.Thanks Kyle,
This function would be useful if it can be built into the framework.
As a novice web user, i try to stay away from third party plugins. Have quite a few experiences of third party plugins which resulted in malware or site hacked.
Thanks for the recommendation!
December 4, 2015 at 10:57 am in reply to: How do i link my contact form 7 to my mailchimp subscription? #233293This reply has been marked as private.December 4, 2015 at 10:33 am in reply to: How do i link my contact form 7 to my mailchimp subscription? #233288This reply has been marked as private.December 4, 2015 at 6:31 am in reply to: How do i link my contact form 7 to my mailchimp subscription? #233241This reply has been marked as private.December 4, 2015 at 6:28 am in reply to: Change Light/Dark Styling for a Specific Contact Form #233239Thanks David, appreciate the headsup!
Made #footer and it works perfect now!
Thank you again!
December 2, 2015 at 6:21 pm in reply to: Change Light/Dark Styling for a Specific Contact Form #232830Hi David,
The CSS appears to works at first, but after refresh of pages the id e.g. (wpcf7-f656-p641-o1) is consistently changing to another new number, which hence null the effect of the previous CSS.
Any idea why is this so?
December 2, 2015 at 5:55 pm in reply to: Change Light/Dark Styling for a Specific Contact Form #232814Thanks so much Mr David Martin!
you are a live safer!
It is all good now!
Appreciate your reply and help with many thanks!
Jas
December 2, 2015 at 5:43 pm in reply to: Change Light/Dark Styling for a Specific Contact Form #232807Hello!
I did some research and found that i can change the placeholder text color with this CSS. Tested and it works, but it changes all contact form. I only need it to change a specific contact form.
How can i modify it for a specific contact form?
::-webkit-input-placeholder { /* WebKit browsers */ color: #000 !important; opacity: 1; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000 !important; opacity: 1; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #000 !important; opacity: 1; } :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #000 !important; opacity: 1; }
My contact form id is the follow: wpcf7-f656-p259-o2
Thanks and appreciate it a lot!
December 2, 2015 at 9:30 am in reply to: Change Light/Dark Styling for a Specific Contact Form #232610Hello Swiftideas,
I have solved the color in the woocommerce product dropdown.
Can you help me with the email place holder text in the contact form at the footer please? (shown here http://i.imgur.com/f46aE6Q.png)
Thanks!
December 1, 2015 at 2:32 pm in reply to: Change Light/Dark Styling for a Specific Contact Form #232442This reply has been marked as private. -