Thread Starter
eric_s
(@eric_s)
@joedolson thank you for the prompt update.
I updated to WordPress latest version 4.4.2 and updated the cloudflare plugin and now I have whitescreen on my front end and am unable to login at all. PHP v5.4.45.
Parse error: syntax error, unexpected T_STRING, expecting T_CONSTANT_ENCAPSED_STRING or ‘(‘ in /home2/blabla/public_html/my-website-url.net/wp-content/plugins/cloudflare/cloudflare.php on line 36
Any help to get site functional with or without cloudflare would be appreciated. Thank you.
Thread Starter
eric_s
(@eric_s)
Thank you David I created custom.css with your code and that works.
I did add a minimum width so that the shorter Navigation Labels all lined up evenly, seems to look a bit better to me. My custom.css looks like this now:
#nav .sfhover ul li,
#nav *:hover ul li {
width: 110%;
}
#nav li .sub-menu li a {
min-width: 180px;
width: auto;
}
Thanks again!