Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #357041

    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!

    #357625

    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

    #357920

    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?

    http://custom-cabinets.net/

    #358407

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.