Forum Replies Created
-
AuthorPosts
-
briegger
MemberOk, please disregard, I can read, really I can....
briegger
MemberActually, I figured it out! Now, is there a way to change the color of the icons???
Beth
briegger
MemberHi, I'm trying to get my social media icons to the far right and I added the code above but it didn't do it? Can someone please help?
Thanks!
Beth
briegger
MemberThanks @essaysnark. I had the height a bit bigger to make sure the entire picture showed. I ended up deleting my logo, header and removing the header image from the appearance panel. Then I re-uploaded the image just as the header. I think I had some redundancies.
The white area (I believe) was because the grey is an image but the image was only 120px tall. So here was the solution just in case people don't catch it on my other thread.
http://www.studiopress.community/topic/how-do-i-get-rid-of-the-white-area-in-header/#post-38861
I was totally pounding my head against the wall on this deal!
briegger
Member@colson, Thank you, thank you, thank you, thank you!!! This worked!!!!! 😀
I knew it was going to be a little fix 😉
briegger
MemberI just submitted a support ticket, wondering if it's a bug or something since no one has responded to this thread. Very unusual for this forum!
briegger
MemberThanks so much for the help Ozzy & Dave!
Ozzy, I tried changing the code like you suggested but it still looks the same.
Dave, for some reason in the Metric theme, appearance Background is not an option???
Any other suggestions?
briegger
MemberGood morning! I'm just wondering if I've stumped everyone or if everyone is just busy. I know this is going to be a super quick fix but could really use some help here.
Thanks 🙂
briegger
MemberThanks Brad! I'd actually like some padding on the top of the header, not the bottom but my biggest problem right now is the header that you are seeing is only half of it! When I went into appearance >header, it cropped the right half of it off. Not sure why???
briegger
MemberOk, I'm still struggling!! Here's a link to my image http://triolandscaping.com/new/wp-content/uploads/header.png
It's 960x169. I've changed the the header image in both the function.php file as well as the stylesheet but it's cropping half of my image off? Any help would be appreciated!
http://triolandscaping.com/new
Thanks 😉
briegger
MemberSo I may have found a solution, not sure if it's the right way or not but here's what I did I edited the style sheet:
I found this post http://www.studiopress.community/topic/how-to-add-a-logo-to-outreach-theme-header-left/#post-24374
#header {
background: #090909 url(images/header.png) center repeat-y;
background-position: center !important;
margin: 0 auto;
min-height: 300px;
overflow: hidden;
width: 100%;I added the "background-position: center !important;" and changed the "min-height:120px;" to 300px.
briegger
MemberI'm having the same issue with OutReach! I've adjusted the sizing in function.php but it's still looking wonky! Any help would be appreciated.
http://triolandscaping.com/new/
Thanks!
briegger
MemberSusan to the rescue!!
I knew this small but important step, not sure why I didn't take it??? When ever having problems with a theme, check to make sure you have the latest version!! URGH & *blush*.
Thanks Susan!
briegger
MemberThanks Susan! Yes, I want something within the content of the page 🙁 But great idea!!
briegger
MemberJust checking to see if anyone had an answer or if this is too crazy of a request. Thanks!
briegger
MemberYou are awesome!!!! Thanks!!
briegger
MemberWorked like a dream! Thanks 🙂
briegger
MemberSoZo to the rescue again! Where do I add that?
briegger
MemberThanks Anitac! It seems the slideshow is left justified so if I change templates, it always puts it on the left.
Here's the code:
.slideshow_container { }
.slideshow_container .slideshow { }
.slideshow_container img { }
.slideshow_container .slide {
margin-right: 2px;
}.slideshow_container .transparent {
filter: alpha(opacity = 50);
opacity: 0.5;
}.slideshow_container .transparent:hover {
filter: alpha(opacity = 80);
opacity: 0.8;
}.slideshow_container .description {
background: #000;
}.slideshow_container .controlPanel {
width: 21px;
height: 21px;
background: #000;
border-radius: 2px;
-moz-border-radius: 10px;
}.slideshow_container .controlPanel ul { }
.slideshow_container .controlPanel ul li {
margin: 3px;
width: 15px;
height: 15px;
}.slideshow_container .controlPanel ul li:hover { }
.slideshow_container .play {
background: url('%plugin-url%/images/SlideshowPlugin/light-controlpanel.png') 0 0 no-repeat;
}.slideshow_container .pause {
background: url('%plugin-url%/images/SlideshowPlugin/light-controlpanel.png') -15px 0 no-repeat;
}.slideshow_container .button {
margin-top: -20px;
height: 40px;
width: 19px;
background: url('%plugin-url%/images/SlideshowPlugin/light-arrows.png') no-repeat;
}.slideshow_container .previous { }
.slideshow_container .next {
background-position: -19px 0;
}.slideshow_container a {
text-decoration: none;
color: #fff;
text-align: center;
}.slideshow_container .description h2,
.slideshow_container .description p {
color: #fff;
}.slideshow_container h2 {
margin: 5px;
font-size: 25px;
}.slideshow_container p {
margin: 7px;
font-size: 15px;
}briegger
MemberThanks so much John and Shadow! I removed the slider that hadn't been updated in a while. I tried Soliloquy but couldn't get it to work. So I installed http://wordpress.org/extend/plugins/m-vslider/ and it works great.
Do you think it matters if I don't change the size of the box? It's showing up perfectly on the site and I'm not planning on using the other "home-middle" spaces.
Thanks again for all of your help 🙂
-
AuthorPosts