spherical
Forum Replies Created
-
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Icons v:3.6.9 DashboardAG Custom Admin is installed in the Tools menu, not Settings.
For stay on top, use my plugin to this plugin.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Version 3.6.9 Dashboard Display is CrazyGlad you got a fix working. For plugins that I do not want to update until they get their act together, I open the primary plugin file, in this case wp-seo.php, change the line:
Version: 1.5.5.3
to
Version: 2.5.5.3
Upload to server and it’ll never nag you again.Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Version 3.6.9 Dashboard Display is CrazyRemaining with 1.6 or earlier would be the approach, yes. Seems as if there’s something “sticky” that gets written to the database that can influence multiple versions; even when rolled back. Once it gets in there, it’s there forever unless you nuke it.
Forum: Plugins
In reply to: [Admin Menus Fixed] Broken With WP Version 3.9.1You’re welcome. Glad it got sorted.
One common denominator here: Yoast. They’ve changed/Borked something in their code causing this. Yes, there may be workarounds in Admin Drop Down Menu CSS to eliminate it but that should be done at the source in the plugin that is causing it, not as a band-aid after the fact fix in a different plugin that is being clobbered by it.
That ADDM is WordPress 4.0+ only is something of a saving grace but making an arbitrary change in ADDM’s CSS to fix this would probably break when using Yoast earlier versions.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Version 3.6.9 Dashboard Display is CrazyAnd what happens when you revert to older Yoast versions? Ever since he expanded and began the serious monetization, the code has been problematical in one way or another. This breaks, that breaks. As a result, I’ve not adopted any of the newer SEO versions past 1.5.2.2 and there is no conflict with Admin Drop Down Menu 3.6.9.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] all menu styling goneIn another thread, the user has an .htaccess file denying access to wp-content. The php extension is not included in the Files Directive. This could be the issue here.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Side menu still showsAs 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.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Comments Count Bubble AWOL > FixYou’re most welcome and thanks for the cred!
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] all menu styling goneThese indicate that the CSS isn’t loading. Is /inc/adminmenu.css.php present in this location? If it is, there may be subsequent CSS rules that are overriding.
Might try inspecting the problem elements to see if the rules inserted by the above file are being crossed out. Also use Web Developer extension to check if the file is being loaded. It’s a little difficult to spot, as the URL is long; having a query string. You can also check page source, where the stylesheet tag will appear in the <head>.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Side menu still showsAre you running WordPress 4.0? If not, v3.6.7 is as high as you can go.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] all menu styling goneWorking same as always here. Must be a plugin conflict after an update. Either of you running a backend theme? What frontend themes are you running?
Forum: Plugins
In reply to: [Admin Menus Fixed] Broken With WP Version 3.9.1Without a screen shot it’s difficult to be certain, but it sounds as if you have icons and text turned on and the screen and/or browser window isn’t wide enough to display the menu all on one line, so it wraps. When it does, and this goes back many versions of Ozh’ Admin Drop Down Menu, the background gradient does not carry over to the wrapped line.
Forum: Plugins
In reply to: [Admin Menus Fixed] Broken With WP Version 3.9.1Unable to reproduce this. Works here and, of course, is tested on each new WP version when the betas and final releases are available.
Are you running any backend plugins? What frontend theme?
Check the Ozh Drop Down Admin Menu Support Forum for a fix on the icons. They aren’t icons any longer. They are a font.
Forum: Plugins
In reply to: [Ozh' Admin Drop Down Menu] Menu Icons Missing – WP 3.9Tried the above code and, while the dashicons font shows up, there are two of them; one white that is overlaid by another that is grey and offset down and to the left.
Changing the class from dashicons-before to dashicons-after clears the overlay.