Forum Replies Created
-
AuthorPosts
-
Albert
MemberTried them, doesn't work properly.
I try to push the footer at the bottom, not let it stick at the bottom of the screen overlapping content.Albert
MemberI can't remember trying these, Il give it a go.
Cheers,
Albert
MemberAnyway that can help me out ?
Albert
MemberI tried adding the following but in some way, it doesn't work.
remove_action( 'genesis_header', 'genesis_header_markup_open', 5 );
remove_action( 'genesis_header', 'genesis_do_header' );
remove_action( 'genesis_header', 'genesis_header_markup_close', 15 );add_action( 'genesis_before', 'genesis_header_markup_open', 5 );
add_action( 'genesis_before', 'genesis_do_header' );
add_action( 'genesis_before', 'genesis_header_markup_close', 14 );remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before', 'genesis_do_nav', 7 );Albert
MemberThe header outside the wrap?
Why not the menu inside the site-header?The thing is that the header should be 100% and the menu only like 900px.
Can you show me a example of how I achieve this?
Albert,
Albert
MemberThe only thing I can do is changing the height of the area, but not padding between the 2 widgets.
Albert
MemberO christ, chancing the width to 550 in .title-area did the job.
I was searching for the problem in .site-header all the time.Any idea where I change the padding between 2 widgets in .site-header .widget-area { ?
There is no padding or margin in it at all.Thanks!
Albert
MemberHi Tim
I already did that, because the standard widths are 270x80.
So I changed it to//* Add support for custom header
add_theme_support( 'custom-header', array(
'width' => 550,
'height' => 117,
'header-selector' => '.site-title a',
'header-text' => false
) );The image is showing again if I delete the right widget.
Thanks for the fast reply anyway!
Albert
Membersolved
Albert
MemberI fixed the problem, I used a html table generator and the top columns had indeed a <th> tag.
So the text is bold.Changing that to <td> fixed it.
Thank you!
December 13, 2014 at 5:30 pm in reply to: Horizontal menu link break, last item on top instead bottom #134481Albert
Memberanyone how to make the space between 2 menus smaller if you place them in the header widget?
December 13, 2014 at 11:22 am in reply to: Horizontal menu link break, last item on top instead bottom #134467Albert
MemberHm to bad.
Well I tried to add another menu above it, but the space between those menu's are to far apart.
Albert
MemberFinally found it, solved.
Albert
MemberThat one looks like Digg Digg have that one already 😛
But I am actually look for that one 🙂Thanks for the responds though.
Albert
MemberI know it isn't that hard to create this, its giving something a 100% with but with everything I try it fucks up my design poorly. Anyway here that can help me out?
Albert
MemberThe plugin removes the button, but not from the featured widgets.
I tried
.entry-comments-link {
display: none;
}and that worked.
Thank you,Albert
MemberI am talking about the comment button on the front page, in the featured widgets.
Albert
MemberFound the problem, and fixed it my self.
Thanks for the feedback anyway.Albert
MemberI have to apologize, I turned them off now, and see that they are back now.
Guess I didn't refreshed the page good enough, or maybe it was the cache.Will turn the plugins on one by one now and see who is the trouble maker.
Albert,
Albert
MemberYes I use footer widget 1, 2 and 3.
As you could read, I did disabled all my addons still didn't fixed the problem.
-
AuthorPosts