[ALPHA] Graphene 1.4a
-
1+3) Is there an option to use the secondary menu without the first?
7) If I activate v1.4 as default, it shows all pages, not only the pages that are defined as menu. With the plugin (with taht you could see my page with 1.4) and in the previewit is shown right.
Admin
1+3. No option, but I suppose you can do this by defining the secondary menu, and then hide the primary menu using CSS
display:none;
.7. Yes, the default menu lists all pages. You need to specify which custom menu to use in WP Admin > Appearance > Menus.
Unrelated note: I just added colour pickers to colour-related options
1) I think I wait for a next version. It is all too complicated.
7) Did I. In version 1.3 it works correct. Only 1.4a makes failures.
For what? Widgets-Header?
Admin
No, for the text colours in Graphene Options > Display > Text Style Options. Though this can also be implemented in any future colour-related options.
Also, it’s worth noting the Image post format support, particularly the part where you can insert caption for the image and it will be displayed on the left hand side of the image.
1) OK, I unterstand. Where can I do this?
7) My mistake, I didn’t knew that I have to connect it for new to the 1.4a.
Admin
Sorry, I lost track. Where can you do what?
“1+3. No option, but I suppose you can do this by defining the secondary menu, and then hide the primary menu using CSS display:none; “
I asked whre I should insert the Code (I can’t code CSS).
Admin
Just insert this in Graphene Options > Display > Custom CSS:
#header-menu{
display: none;
}Mod
> * Added option to show social sharing buttons at the top or bottom of posts
> * Added support for “status”, “audio”, “image”, and “video” post formats
These are AWESOME! Thank you!
And the new validator code worked beautifully as well.
> * Removed W3C code validation icons
I never really had a problem with this. I kind of liked it, actually. And you took out your name! I like to give credit where credit is due.
> * Completely rewritten the CSS for navigation menus making it much simpler and less
redundant
> * Improved header navigation menu styling to accommodate menu item description
> * Added the ability to display short description for each menu item in the Header Menu
I don’t know…when I view my test site in Firefox I get a weird gradient that makes the menus hard to read. I do not see this in Safari or Chrome. (Screen snip here.)
Also, the descriptions for child pages just run into the title. They are not on a separate line in smaller text. This is true in all browsers that I use: Firefox, Chrome, Safari, and Seamonkey.
Also, how are you getting that second line of navigation options? That one that starts “In the News” in this screenshot. I am not seeing that anywhere. It is probably so obvious that I am overlooking it.
Love the update in general. Thanks for all your hard work!
Mod
Also, how do I add a description for the “Home” page?
- You must be logged in to reply to this topic.