Forum Replies Created
-
AuthorPosts
-
dcherry
CustomerThanks for the help Eric! I’ll check out the css tool you suggest.
Take care and have a good holiday.
DC
dcherry
CustomerEric,
Sorry, yes, I was messing with the background this morning and also reduced the size of the logo and now it is working fine. I appreciate your offer of help.
Stay tuned because I am revamping my whole site so I’m sure I will be back.
Take care.
DC
dcherry
CustomerEric,
No I think I have the sizing handled pretty well. The problem is that in portrait the header menu overlays the graphic. Take a look at the pics at the link below to see what I mean.
dcherry
Customerdcherry
CustomerNeed help too.
All my links are displaying as 298305 and no matter what I change they remain green!
dcherry
CustomerThat did the trick! Thanks for the help!
dcherry
CustomerEric,
Here is where I added but still no centering on tablet (Nexus 7)
/* Desktops, laptops and iPads (landscape) ———– */
@media only screen and (max-width: 960px) {
#header {
background-position: center top !important;
}#header,
#nav .wrap,
#subnav .wrap,
#inner .wrap {
padding: 0;
width: 92%;
}.slider-inner,
#welcome .wrap,
#home-feature-bg .wrap,
#home-feature-bg-alt .wrap,
#home-feature-bg-dark .wrap {
margin: 0 auto;
padding: 40px 0 0;
width: 92%;
}.feature-margin {
margin: 0;
}.footer-widgets .wrap,
#footer .wrap {
width: 92%;
}}
/* iPads (portrait) ———– */
@media only screen and (max-width: 768px) {
#header {
background-position: center top !important;
}#wrap { }
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.wrap,
#footer .creds,
#footer .gototop,
#header .widget-area,
#inner,
#title-area,
#wrap .sidebar,
#wrap #content,
#wrap #content-sidebar-wrap,
#wrap #sidebar-alt {
width: 100%;
}.genesis-nav-menu li,
#footer .creds,
#footer .gototop,
#header ul.genesis-nav-menu,
#header .search-form {
float: none;
}.genesis-nav-menu,
#description,
#footer .creds,
#footer .gototop,
#header .search-form,
#title,
#title-area {
text-align: center;
}.genesis-nav-menu a {
padding: 20px 16px;
padding: 1.25rem 1rem;
}#title {
margin: 16px 0;
margin: 1rem 0;
}#header .search-form {
margin: 32px auto 0;
margin: 2rem auto 0;
width: 50%;
}#header .widget {
text-align: center;
}dcherry
CustomerWell, I did get the link issue fixed with the advice from Eric & estoeckel!
Can either of you tell me how the get the image to center on phone/tablets? estoeckel, you said it would be towards the bottom of the css but there is a WHOLE lot of stuff down there!!
Appreciate the help!
dcherry
CustomerThis reply has been marked as private.dcherry
CustomerThis reply has been marked as private.dcherry
CustomerCool!
I’ll give it a shot in the AM and let you know how it went. Right now it’s time for my footy jammies…. I’m beat!
Thanks again.
dcherry
CustomerHi Eric,
Cool that fixes the height issue. Remaining issue are that the image is not clickable to go back to the homepage…well the very lest part is; i.e. a very tiny section. Also, the image does not center on smaller screens as the :Header Text” did.
Suggestions?
DC
dcherry
CustomerReady to take a crack once more? Is it the stylesheet I need to change? functions.php?
dcherry
CustomerThis reply has been marked as private.dcherry
CustomerThis reply has been marked as private.dcherry
CustomerDid I lose you?
dcherry
CustomerI cleared the plugin cache, you can go to my url now and see the image.
dcherry
CustomerYes! I forgot about that! Problem now is that the header 2-3x in height.
dcherry
Customeri attached a PDF to the email I received.
dcherry
CustomerHate to sound like an idiot but I really have no idea what you mean by “use the “Header” link, thought that’s what I was doing!
When I go to the Header link under appearance that is where it reads “Custom Header”! Would you like a screen shot?
dcherry
CustomerThe really strange thing is that the image will show up extra tall in Chrome and not at all in Explorer…Explorer shows the Site Title even though I removed it! I even cleared the cache & history and still it shows title only, no image, nit even 2x as high.
dcherry
CustomerYes the image is the exact size 266 x 53, though WP cropped it anyway.
This is the link to the image: http://yourlifebetter.net/wp-content/uploads/2013/08/cropped-testheader1.png
Here is the info from the WP page where I am setting the image. Standard spot.
Custom Header
Header Imagedcherry
CustomerIt put it back.
I am using the custom header function under the Appearance tab.
August 9, 2013 at 3:12 pm in reply to: Added a Header To Exact Specs Only To See It Double In Size #6315dcherry
CustomerI am having an issue adding and image to Epik header. I made the following chnages and no image appeasr at all.
// Add support for custom header
add_theme_support( ‘genesis-custom-header’, array(
‘width’ => 266,
‘height’ => 53
) );August 7, 2013 at 1:38 pm in reply to: If possible, suggestions on how to add the "Simple Social Icons" to …… #6260dcherry
CustomerThanks!
dcherry
CustomerEric,
Yes, I understand that is how WordPress is set up. It’s just that I had a prior theme that placed a featured image automatically at the top of a post: It was very convenient.
May a new feature for you guys to add!
Thnx,
Darrell
-
AuthorPosts