Forum Replies Created
-
AuthorPosts
-
Kassiah
MemberIf I understand your question correctly, you can use this tutorial to create a blog page for each category.
Kassiah
MemberBrian mentioned Lifestyle as one of the themes that were going to be the first to roll out after the release of Genesis 2.0. I'm guessing that means it will be mobile responsive as well.
Kassiah
MemberYou can do this with CSS, but if you want to do this with HTML like in the tutorial you linked, I got it to work like this:
<a title="#" target="_blank" href="YOUR LINK"><img src="http://lcr-sap.be/lcr-lagauche.org/i/soutien-button-1.jpg" onmouseover="this.src='http://lcr-sap.be/lcr-lagauche.org/i/soutien-button-2.jpg'" onmouseout="this.src='http://lcr-sap.be/lcr-lagauche.org/i/soutien-button-1.jpg'" alt="Soutien"></a>
Kassiah
MemberGreat job, Daniel! I like the colors on the Gerrity site and love the whole setup on the Howard's site. Just a head's up--your credit link is broken at the bottom of the Howard's site. 🙂
Kassiah
MemberI don't think you can automatically add sub-pages without a plugin. For top level pages, check the box beside "Automatically add new top-level pages" next to the menu name. I found these two plugins that might do what you need for the sub-pages: Add Descendants As Submenu Items and Gecka Submenu. Hope this helps.
Kassiah
MemberI tried doing that, but since the minimum theme makes the portfolio page from custom posts, I don't know what to do. I made a Portfolio page, but it doesn't even give me the option to change the permalink. It's the weirdest thing.
Kassiah
MemberYou asked for this a million years ago, but I just wanted to tell you I found this while searching for something similar: Single Posts Navigation Plugin, and I think it will do what you want it to do. Good luck!
Kassiah
MemberThanks, anitac, that is a great tutorial, but not exactly what I needed as I do not want the header or the menu to go the full width, like the footer.
I just added some negative margins to the header and the #nav. In case anyone else is looking for this, I'll post it here.
Under section 03c:
/* 03c - Header ----------- */
#header {
min-height: 350px;
overflow: hidden;
margin:-0.25em -2.625em 0;
margin:-4px -41px 0;
background-size:cover;
}And under 03g:
p.pages,
.clear,
.clear-line,
.first,
.home-bottom,
.home-middle,
#nav {
clear: both;
margin:0 -2.5625em .625rem;
margin:0 -41px 10px;
} -
AuthorPosts