ryansommers
Forum Replies Created
-
Forum: Plugins
In reply to: [Slate Admin Theme] is not working with wordpress 5.1.1 ?There’s a conflict between Slate and the Enfold theme specifically. In the next update I’ll be looking into how to fix that, but I don’t have a release date for when that might be.
Forum: Plugins
In reply to: [Slate Admin Theme] Dashboard not expandingHi Laura,
I’m sorry to hear you’re having trouble. I just checked on a few sites and unfortunately can’t recreate the issue.
If you install Slate on an otherwise fresh WP install, or disable other plugins besides Slate, do you still see the issue?
What browser and version are you using? What is your screen width? The admin menu acts differently at different widths.
Forum: Plugins
In reply to: [Slate Admin Theme] Slate Admin no longer compatible with WordPress v4.6.1Hi Lucy,
I just updated Slate for WordPress 4.5, 4.6, and 4.7 compatibility.
I believe this is a bug introduced in WP 4.4. I hope to have time soon for an update. Thanks for the feedback!
Forum: Themes and Templates
In reply to: [Mercury] sidebar floats below main divHi rscheurwater,
Is there a site I could look at to see this happening?
Forum: Plugins
In reply to: [Slate Admin Theme] Admin BarHi zabre00,
I’ll have to think about adding that back in, but you could add the following to the end of the slate.css file to show it again:
#wpcontent #wp-admin-bar-site-name > a.ab-item,#wpcontent #wp-admin-bar-new-content .ab-label {text-indent: 4px;}.wp-admin #wpcontent #wpadminbar #wp-admin-bar-site-name > .ab-item {width: auto;}
Forum: Themes and Templates
In reply to: [Qwerty] Column Width?Hi Evan,
If you put that CSS at the end of the template CSS, it should look like this:
If it’s not at the end of the CSS, then other rules are overriding it.
Forum: Themes and Templates
In reply to: [Qwerty] Column Width?Hi FlourescentTurban,
Do you have an example I could check out?
One way to reduce the width with CSS would be something like:
body {
margin: 2.5em auto;
max-width: 800px;
}Forum: Themes and Templates
In reply to: [Qwerty] Column Width?Hey Tanktronic,
There’s no way to control the width (yet), but a 728×90 should fit. If you set the image to no alignment or align center, it should show up normally.
If you’re seeing something different happen, is there a place I can take a look?
Forum: Themes and Templates
In reply to: [Mercury] Avatars on bbPressHey there,
Sorry I missed this ticket for so long. The link you gave isn’t working anymore. Mind posting a new one so I can take a look?
Forum: Plugins
In reply to: [Slate Admin Theme] Font sizeHi Tatjana!
To update the CSS correctly, you’ll have to update the slate.scss file in the css folder. Because it’s a .scss file, you’d have to use a CSS preprocessor to compile it into normal CSS.
So, not the easiest unfortunately :/
But if you really just wanna play with font sizes, you can try adding this to the end of the normal slate.css file:
#adminmenu div.wp-menu-name {
font-size: 14px;
}And for the submenus,
#adminmenu .wp-has-current-submenu ul > li > a {
font-size: 12px;
}Forum: Plugins
In reply to: [Slate Admin Theme] Admin colors?Version 1.1 includes User Profile colors ??
Forum: Plugins
In reply to: [Slate Admin Theme] Found another wee glitchThe error I saw with Jetpack was that it overlapped the admin menu, which is fixed in version 1.1.
Forum: Plugins
In reply to: [Slate Admin Theme] Admin colors?Hey, side note…
Do you happen to use Chrome? It seems like after it auto-updated to version 39, when I click on an open submenu (say you click on Settings, and then once you’re on the main page, the submenu stays open below it), it applies the “opensub” class to the parent
- , causing the open submenu to change colors.
Just wanna see if anyone else is seeing the same behavior.
Forum: Plugins
In reply to: [Slate Admin Theme] Admin colors?Yup!
I’ve been working on a premium version of Slate. The standard version will have the full built in User Profiles colors, and the premium version will have those and the ability to customize, among many other features.
Sorry I haven’t gotten to your other ticket regarding Jetpack yet, but I’ll take a look at that before I release the next version with colors too.