Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #909764

    Updated to WP version and then uploaded new version of Enfold via WP and now cant get access to the site.

    When trying to login in all i get is “This page isn’t working”

    In log files we get:
    PHP Warning: require_once(config-layerslider/config.php): failed to open stream: No such file or directory in D:\home\site\wwwroot\wp-content\themes\enfold\functions.php on line 443
    [08-Feb-2018 11:30:51 UTC] PHP Fatal error: require_once(): Failed opening required ‘config-layerslider/config.php’ (include_path=’.;C:\php\pear’) in D:\home\site\wwwroot\wp-content\themes\enfold\functions.php on line 443

    Can you help please

    #909798

    Hey,

    FTP logins did not work for me. Could you please try re-updating the theme via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/? :)

    Cheers!
    Yigit

    #910054

    Hi Yigit,

    Thanks for coming back to me.
    I have done what you said and all back to normal.
    The only issue i have now is that the navigation menu when viewed on Ipad or iphone is missing?
    Any ideas
    Best

    Nick

    #910128

    Hi Nick,

    Thanks for the feedback, I see the same thing on my end. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #910165

    Hi Rikard,

    Thanks for getting back to me.

    Please see login details in Private Content section.

    Best

    Nick

    #910456

    Hi Nick,

    Thanks for that. You had this in your Quick CSS which was causing it to not display:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    I’ve removed it and the mobile menu is showing fine now.

    Best regards,
    Rikard

    #910510

    Hi Rikard

    Thanks for sorting.

    I don’t want the search icon next to the menu which shows when viewing on a mobile phone.

    Have tried #menu-item-search {display:none;} in Quick CSS but doesn’t seems to have worked.

    Any help would be appreciated

    Best

    Nick

    #910894

    Hi Nick,

    Please try this instead:

    @media only screen and (max-width: 990px) {
    #menu-item-search {
      display:none !important;
    }
    }

    Best regards,
    Rikard

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