Forum Replies Created
-
AuthorPosts
-
webgirl20Member
If you click on the word homepage, it will link to the site
webgirl20MemberAs I am not much of a coder, where can I find a tutorial on this, that will be easy to understand
webgirl20MemberThank you for help
webgirl20MemberWhen you have appearance > header, is it still necessary to add the background url under
.header-image .site-title > a.
As I added a header image under appearance > header. Are you able to show an example of your explanation above. Am more a designer rather than a developer.
Thankswebgirl20MemberIn my style.css I already had the closing bracket, just forgot to add in the post.
Still can' work out why the header logo is not showing
cheerswebgirl20MemberI have removed one of the site-headers, since there was two copies.
I have also added header option under appearance > header but for some strange reason the header logo is still not showing. I am using Firefox browser & when I use the inspector (tools > web developer >inspector) & hover over the site-header the height is 42px & I can't seem to remove it. Here is a link to it
This is what I added in the functions.php file//* Add support for custom header add_theme_support( 'custom-header', array( 'flex-width' => true, 'width' => 750, 'flex-height' => true, 'height' => 149, 'header-selector' => '.site-title a', ) );
and in the css
.title-area { width: 750px; } .header-image .site-title > a { min-height: 149px;
webgirl20MemberWent back to the Genesis style.css to check the primary nav and site-footer. Once that was fixed the layout went back to the way it was.
webgirl20Memberhi christoph,
Thanks for that but it didn't fix the problem.
Think it has something to do with the primary-nav which for the life of me, can't seem to work outwebgirl20MemberThanks porter for that.
I changed the'genesis_after_header' to 'genesis_entry_header'
Am only starting out using functions & hooks so am not sure how to add the icon after the echo line
webgirl20Memberthanks victor for that,
is it possible to extend it further across the page as I will be removing the background image and the background will be whitewebgirl20MemberThanks for your reply.
I don't have a live site as yet, just wanted to know if it can be donewebgirl20MemberThis is what I did in my functions.php file
`//* Reposition the primary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' );
`
Positioned it after the header.webgirl20Memberthank you both, I will try out the suggestions you mentioned
webgirl20Memberthanks for that, am pretty ok at css & html, just few things am not sure about
did change the 24px padding (re above code) but it increase the spacing between
Home, Catalogue, Forum & Contact, is it at all possible to increase the padding between
Catalogue & Forum as there will be a logo in between these 2 heading but not increase the
padding betwen Home & Catalogue and Forum & Contact.
thankswebgirl20MemberI am curious, how would you know if the breadcrumb & search widgets have been removed.
Typed this://* Unregister Genesis widgets add_action( 'widgets_init', 'unregister_genesis_widgets', 20 ); function unregister_genesis_widgets() { unregister_widget( 'Genesis_eNews_Updates' ); unregister_widget( 'Genesis_Featured_Page' ); unregister_widget( 'Genesis_Featured_Post' ); unregister_widget( 'Genesis_Latest_Tweets_Widget' ); unregister_widget( 'Genesis_Menu_Pages_Widget' ); unregister_widget( 'Genesis_User_Profile_Widget' ); unregister_widget( 'Genesis_Widget_Menu_Categories' ); unregister_widget( 'Genesis_search' ); unregister_widget( 'Genesis_breadcrumb' ); }
Thanks
webgirl20MemberI have included a link in the question above, so if you click on it, it will show what I am after.
I have not bought the domain name and the site is not live.
Thanks -
AuthorPosts