We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the Link Colour generates the following error:
Notice: Undefined index: hover in C:\wordpress\wp-content\themes\museum-core\functions.php on line 807 thanks
I researched the issue and the fix is to make sure the hover option is present when the link colour is set:
The fix is to change line 806 in functions.php to:
if ( isset( $options['hover'] ) && $options['hover'] !== $defaults['hover'] ||( isset( $options['hover'] ) && isset( $options['link'] ) )) {
Thanks ...great product.
The text was updated successfully, but these errors were encountered:
390c0f8
No branches or pull requests
Changing the Link Colour generates the following error:
Notice: Undefined index: hover in C:\wordpress\wp-content\themes\museum-core\functions.php on line 807 thanks
I researched the issue and the fix is to make sure the hover option is present when the link colour is set:
The fix is to change line 806 in functions.php to:
if ( isset( $options['hover'] ) && $options['hover'] !== $defaults['hover'] ||( isset( $options['hover'] ) && isset( $options['link'] ) )) {
Thanks ...great product.
The text was updated successfully, but these errors were encountered: