Help! The website I had created recently is suddenly having issues with the sliders on every page, and contact forms on the “quote” page! Neither are showing up!
Hey ajsinger!
Your currently using Enfold 3.0.2. Updating to the latest version, 3.0.4, should fix this. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Cheers!
Elliott
Thanks, that fixed the sliders and contact forms, BUT since the update, on my other site, the logo is now cutting off the nav bar. Any fixes possible?
Hi!
Do you want to try and reduce the font size? If you want to just switch it to the responsive menu when it hits your logo then try adding this to your custom CSS.
@media only screen and (max-width: 1200px) {
nav.main_menu {
display: none;
}
#advanced_menu_toggle {
display: block !important;
}
}
Good job on the site design, looks good.
Regards,
Elliott