Forum Replies Created
-
AuthorPosts
-
CowgirlRed
ParticipantI'm not sure why only the Simple Social Icons weren't translating to the parked domains and the rest of the content was, but placing redirects on all the parked domains to the primary domain seems to have fixed the issue. Should anyone else have a similar problem, redirects may be a potential solution for you.
CowgirlRed
ParticipantRight now I want it on all pages which is how it is currently, but good to know that I can target individual pages in the future if need be. Thanks again for your help. It's greatly appreciated!
CowgirlRed
ParticipantI fiddled with it some more and got it squared away. I shouldn't have changed post to page in the action lines. The title was there, just under the site header. I added some padding to push it down.
Thanks so much for your help!
CowgirlRed
ParticipantThanks Brad.
I modified the code to this:
//* Reposition Entry Header add_action( 'get_header', 'reposition_single_entry_header' ); function reposition_single_entry_header() { if ( is_singular('page') ) : remove_action( 'genesis_entry_header', 'genesis_do_page_title' ); remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_open', 5 ); remove_action( 'genesis_entry_header', 'genesis_entry_header_markup_close', 15 ); add_action( 'genesis_after_header', 'genesis_entry_header_markup_open', 5 ); add_action( 'genesis_after_header', 'genesis_do_page_title' ); add_action( 'genesis_after_header', 'genesis_entry_header_markup_close', 15 ); endif; }It moved the entry-header to below the site header which is fine, but the page title didn't move with it.
I can get it up there with CSS but it's pretty hacky and doesn't translate to mobile.
Any suggestions on how to get the entry-title to move and display with the entry-header?
Thanks again.
CowgirlRed
ParticipantI don't know that it matters a great deal, as long as it's changed before it reaches the tagline. The point on which it needs changed may depend on what image is used as well, so probably between 300 and 400 pixels would be safe for most potential scenarios.
CowgirlRed
ParticipantYes! Somehow I missed that. Thanks so much Christoph, super appreciate your help!
CowgirlRed
ParticipantThanks Victor. I think I can play around with this and make something work. Appreciate your help so much.
CowgirlRed
ParticipantThanks Victor. I see what you're saying. How do I style that in CSS?
-
AuthorPosts