pauly33
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] No “send button” optionI believe Contact Form 7 defaults to the mailbox listed under Settings/General on the left of the Dashboard. Check that mailbox and check the spam in that mailbox.
Forum: Plugins
In reply to: [Contact Form 7] Anonymizing IP AddressAh, ok. Will stick it in my functions file.
That worked – thank you!
- This reply was modified 6 years, 7 months ago by pauly33.
Forum: Plugins
In reply to: [Contact Form 7] No “send button” optionFrom the Dashboard page, go to Appearance on the left and select Customize from the list that pops up.
On the next page you should see your website in the right and a list of items you can change on the left. On the website side navigate to your contact page and scroll so you can see where the button should be.On the left scroll down until you find CSS or Additional CSS or something similar and click on it.
Cut and paste the code below into this window and you should see the button turn grey.input{background-color:#cccccc !important;}
The part that says cccccc is actually the color grey. You can change this by picking another color and changing the cccccc to something like this 3399ff, which is light blue. See more colors here – https://www.w3schools.com/colors/colors_picker.asp
When you are done don’t forget to to click on the blue button at the top that says Publish to make it live.
Forum: Plugins
In reply to: [Contact Form 7] No “send button” optionThe button is there. The text and button seem to be white. Maybe check your CSS?
Forum: Plugins
In reply to: [Contact Form 7] checkboxes after choosing a dropdown menuSo others like me can benefit, what plugin or solution did you end up using?
Forum: Fixing WordPress
In reply to: HTTPS vs HTTP & ChromeThat did fix it. Thank you for your help. Was a Chrome browser issue.
Forum: Fixing WordPress
In reply to: HTTPS vs HTTP & ChromeThat doesn’t work Rajan but I’m not sure why.
Forum: Fixing WordPress
In reply to: HTTPS vs HTTP & ChromeThanks Rajan. I’ll give that a try.
Forum: Fixing WordPress
In reply to: HTTPS vs HTTP & ChromeThanks for the comments. My hosting company has already removed the certificate and I can access the website through Opera.
Chrome still gives me the error here:
This site can’t be reached
The webpage at https://thesolderingstation.com/ might be temporarily down or it may have moved permanently to a new web address.
ERR_SSL_UNRECOGNIZED_NAME_ALERTSomehow Chrome defaults to HTTPS even when I type in HTTP.
The website has no cookies, so nothing to remove.Forum: Plugins
In reply to: [Event Calendar - Calendar] Time FormatThank you.
Forum: Plugins
In reply to: [Event Calendar - Calendar] Time FormatYes, that is what I want to do. How do I do that?
Forum: Fixing WordPress
In reply to: Pages missing after MigrationThanks.
Either permalinks/.htaccess did it or it needed time to migrate everything.