• Resolved David Y

    (@davidryuen)


    Version 3.6.8/WordPress 2010, 2012, 2013, 2014 themes

    Running plugins: Ozh’ Admin Drop Down Menu, UpdraftPlus

    Browsers: Chrome, Firefox, Internet Explorer, Opera, Safari, all on Windows 7

    The side menu still displays. Worse, a second set of menus that should have displayed across the top, now displays down the left side, so now I have two sets of menus going down the left side.

    The main space is blank and white. I must scroll down at least a full screen to get to the content for any and every menu item.

    I have Reset Settings, cleared browser history and logged in on different computers.

    How do I get this to work?

    https://www.ads-software.com/plugins/ozh-admin-drop-down-menu/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you running WordPress 4.0? If not, v3.6.7 is as high as you can go.

    Plugin Author Ozh

    (@ozh)

    Cannot reproduce. Assuming PEBKAC.

    Thread Starter David Y

    (@davidryuen)

    I’m running WordPress 4.0 and now plugin version 3.6.9. Tested on a third Windows 7 computer which has never been used for accessing this website. Problem still occurs.

    Not sure where the PEBKAC is when hardly anything is running.

    Thread Starter David Y

    (@davidryuen)

    https://www.creativebloq.com/wordpress/protect-your-wordpress-site-htaccess-4122793

    Protecting the wp-content folder with an .htaccess file prevents the Ozh’ Admin Drop Down Menu plugin from working:

    06. Prevent Access To wp-content

    Order deny,allow
    Deny from all
    <Files ~ “.(xml|css|jpe?g|png|gif|js)$”>
    Allow from all
    </Files>

    Removing this code enabled the plugin to work properly. Is there a modification to the .htaccess code to allow the plugin to work?

    As mentioned in another thread, the plugin CSS code is in: adminmenu.css.php. Therefore, you’d either have to include the php file extension in your Files Directive or set a FilesMatch that allows access to that file.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Side menu still shows’ is closed to new replies.