Forum Replies Created
-
AuthorPosts
-
dwaynekilbourne
MemberChristopher,
Would you happen to have a link to the snippet? I must have missed it somehow.
Thank you for your time and attention!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberFound it... The style.css file is inactive for that plug-in because it is controlled by the child theme's style.css file. I was just looking in the wrong spot. I knew something was off!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberI'll take a look at it... I still like the widget in the header, but I will take a look! Thank you!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
Memberthanks for the quick feedback! Now, I'm off to manipulate some font sizes! 🙂
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberIt is fixed on my end - please refresh on your end and let me know if it is still lingering. I knew that I had hard-coded the header using the code listed by someone on here when the header was not centering correctly, but I did not realize that the initial image on the front (about) page was published with a temp link...
Thanks again for checking on your end!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberThat is what I was seeing too... but, everything was working just fine a day ago or so! Let me tweak it a bit!
Dwayne Kilbourne
Founder, Killer KonceptzNovember 20, 2013 at 8:25 am in reply to: Changing Text and Image positioning on category pages! #74362dwaynekilbourne
MemberIt worked this time... wonder if it was a cache issue or some syntax error (although I did not get an error). Thanks again!
Dwayne Kilbourne
Founder, Killer KonceptzNovember 15, 2013 at 9:12 am in reply to: Changing Text and Image positioning on category pages! #73143dwaynekilbourne
Membertried that option, and that does not seem to solve the issue.... hmmm
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberI agree with you, but I also want to test out a few options and see which one might work best with Genesis today and into the future! It is no fun having to pull teeth if I do not have to!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberWP Super Cache is loaded and active at the moment!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberI agree that removing that is horrible for SEO. I just did it for a moment to ensure that was the actual problem... take a peek at it and see if you can replicate issue. Note that it is an issue when you make the browser window smaller.
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
Memberlooks a lot better thanks... Ironically, the site then showed the site name in white letters in the header even though I had that option turned off, but I deleted the site name from general settings, and that seemed to solve it for the most part! I appreciate your input and added expertise!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberI appreciate that idea, Nuts & Bolts. Now, I just need to get the right color coordination along the sides. I'm thinking about using that #91C441 green, but it seems to be wanting to cover the entire page (hence making my titles disappear upon hovering over them - since I use the same color on them). Ideally, the inner portion of the pages will remain white while still allowing me to add a bit of color for my friend's site since he is not thrilled with the extended white space! 🙂
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberStill no luck with it. I am going to take a break from it for a few hours and then look at it with fresh eyes - maybe after the extra sleep from changing of the clocks this evening!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
Memberstill missing something... played around with margin and padding... here is my CSS for the header area...
/* Header
------------------------------------------------------------ */#header {
background-position: top center !important;
background-color: #111;
min-height: 120px;
overflow: hidden;
width: 100%;
}#title-area {
float: left;
margin: 32px 0 0;
width: 25%;
}#title {
font-family: 'Lato', sans-serif;
font-size: 42px;
font-weight: normal;
line-height: 1.25;
margin: 0;
text-transform: uppercase;
}#title a,
#title a:hover {
color: #fff;
text-decoration: none;
}.header-image #title-area,
.header-image #title,
.header-image #title a {
display: block;
float: left;
height: 120px;
overflow: hidden;
text-indent: -9999px;
}.header-image #title-area {
margin: 0;
width: 25%;
}.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a,
.header-image #title,
.header-image #title a {
width: 100%;
}#description {
color: #fff;
font-size: 16px;
}.header-image #description {
display: block;
overflow: hidden;
}#header .widget-area {
float: right;
width: 75%;
}
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberI guess that it was never in there. Let me see what it shows for the navigation, and then I will try to implement the same code for the header!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberRemoved header-right search, and that still did not do anything. The CSS code for the header right merely places it on the page and does not appear to affect the actual header graphic.
I'm guessing that I'm missing some code near the header-image part of the style.php
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
Membernot resolved on my screen... color is okay, but the white header is left aligned when it should be centered. Thoughts?
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberThank you so very much. I think that, while in a hurry, I simply reduced the 60 to 0 and saved instead of deleting it... you're a lifesaver!
Dwayne Kilbourne
Founder, Killer Konceptzdwaynekilbourne
MemberThat is really great! I appreciate the link... that link illustrated how to do it at the bottom and then provided a link I could use if I wanted to do the same thing in the home middle section!
Dwayne Kilbourne
Founder, Killer Konceptz -
AuthorPosts