Love all your themes I am working with a client that recently purchased. Enfold.
The wordpress install is set for auto updates. Friday the system updated to the latest version of WP.
WP admin the database all are functioning without issues. However when one goes from the wp admin to visit site blank screen, no errors.
I can load a different theme and the site works fine. I have deleted the theme and installed it again.
Same issue. When enfold is loaded I get this error.
site_inaccessible
Error Details: The Jetpack server was unable to communicate with your site https://vimacel.com [IXR -32300: transport error: http_request_failed SSL certificate problem: unable to get local issuer certificate]
My hosting folks in London Ifast which are great have worked on this for the last 2 days baffled.
Any thoughts
JIm
Hi susannaholt!
Please try deactivating all active plugins and check if that helps. Then you can activate them one by one to find the culprit
Regards,
Yigit
Thank you for that suggestion we tried that and same thing. We had to delete the theme and then reload it. Strange.
One last question, the client wants bigger menu’s we put the code in that should have changed the size.
#menu_container a {
font-size: 16px !important;
}
.sub_menu { font-size: 18px; }
No change in font sizes for the menu.
Thanks
Hey!
The code should be:
#avia-menu a {
font-size: 16px !important;
}
.sub_menu { font-size: 18px; }
Regards,
Josue
Thank you great themes, great support.
Jim