Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Contact Form 7 PHP commented out #31

Merged
merged 1 commit into from
Mar 29, 2017
Merged

Contact Form 7 PHP commented out #31

merged 1 commit into from
Mar 29, 2017

Conversation

chriscroome
Copy link
Member

This pull request comments out the PHP, needed by the forms, which were unusable as they had white on white and blue on blue text when accessed using Firefox, see #3.

A better solution would be if someone is able to find the CSS which causes input elements to have white on white and blue on blue text with Firefox -- I haven't been able to find the CSS that causes this and I haven't been able to write any CSS rules that override this behaviour, I did spend several hours trying to fix this,

This pull request adds regular mailto hyperlinks for the contact address.

@chriscroome
Copy link
Member Author

You can see the effect of this pull request on the dev site:

Note that there is an issue that on the front page the email hyperlinks vanish when you mouse over them using Firefox.

@conatus conatus merged commit 207cac1 into master Mar 29, 2017
@chriscroome chriscroome deleted the disable-forms branch March 29, 2017 11:26
@chriscroome
Copy link
Member Author

I have fixed the white on white when you mouse over the contact details on the front page by adding this CSS to the header of the page via the Customizing : Additional CSS textarea:

section#contact div.row div p a:active,
section#contact div.row div p a:focus,
section#contact div.row div p a:hover {
  text-decoration: underline;
  colour: white;
}

@chriscroome
Copy link
Member Author

oops the above comment should have been on #3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants