Forum Replies Created
-
AuthorPosts
-
Kim
MemberThanks, Jessica. I appreciate that. I know sometimes emails get lost or end up on spam, etc. It's not a huge deal, it was just disappointing. I am thankful for those here on the forums who helped me and did give you rave reviews. That's why I purchased the theme and I plan to purchase another one as well. Have a great day.
Kim
MemberThank you. I'm good for now. I just was expecting more than just being ignored. =( I appreciate your offer.
Kim
MemberSo sad, but unfortunately I've emailed Pixelista twice and heard NOTHING. She is obviously not supporting this theme any longer I guess. I emailed her pre-purchase -- to this day NOTHING. I emailed for support after I purchased and it's been like 4 days and NOTHING. Glad these forums are available to us or I would still be in a frustrated state trying to figure out my problem! Sad that these themes are so good, but you get no support. Others should be aware prior to purchase.
Kim
MemberI answered my own question. Yup that fixed the menu. Thank you Susan, I appreciate your help. I should have posted on here yesterday before I got so frustrated! LOL. Love these forums!
Kim
MemberSusan,
Wow, that was easy! That did it! Now part of it remains on the very top menu. Should I remove the reference to images/nav.png to get rid of it here?
.menu-primary {
background: #9ec7c6 url(images/nav.png) bottom left;Kim
MemberAwesome, thank you. Again, I appreciate your feedback. Have a great day! =)
Kim
MemberGreat, thanks again for your help. We won't be using the Twitter plug-in so that won't be a problem. I guess I'll go for it! I had a chance about a month or so ago to take a look at the color options when they were working and from what I remember they were what I was looking for (without having to do a bunch of customization). I made sure to bookmark the theme so I could go back to it once my contract w/ my client was finalized.
I am also looking to purchase the Crave theme for another site I'll be working on as well. Do you have any thoughts/feedback on that theme? Both these sites are for a women's ministry and I feel like they both would work and I love how they look!
Thanks,
Kim
Kim
MemberThank you. Yes, that's who I emailed on her contact page because the support page asks for info I don't yet have since I haven't purchased it yet. Hummm, I need to get this site going. I appreciate your feedback. It's good to know that the theme works properly once downloaded.
Kim
MemberThank you, IanP!!! I FTP'd the Genesis 1.9.2 folder and all is right in the world again. LOL!
Kim
MemberJust installed 2.0 and my header is funky...it's all the way to the left of the site and not even where it was before over my slider. How does one roll back to 1.9?
Kim
MemberYeah, I saw that only it's not set for green....it's set for red in the Genesis > Theme Settings. Done for now...can't stand looking at it anymore. LOL.
I have Firefox Web Developer & Firebug. I use them now and then but I'm not sure how they are work. I know, I need to learn them...it would be better for me and then you wouldn't get asked stupid questions. LOL.
Thanks again!
Kim
MemberThank you. At least now I can see the header on my site so I can make some edits! After I added that code to the #header IT CHANGED THE NAVBAR FROM RED TO GREEN! WHAT?? How did that happen??? Nothing else was changed. I'm about done w/ this theme...I love Genesis, but this theme is HORRIBLE! My theme is set to red and I have no idea why it would change my navbar when I just updated the code for the HEADER! Wow....disappointing.
I appreciate your help very much!!!!!! Really...you've been a great help. =)
Kim
MemberOkay, so, I removed the header in Appearance > Header. Then I went into Media and deleted all instances of any other logos/headers uploaded and I uploaded my original header that I was trying to get to work in the first place. I copied that URL into the css below and --- lo and behold -- my header does not show up. The background is black, but no header.
Before when I was trying this, there was someone who suggested making the header 1200 x 120 b/c the original header for the theme is that size. However, in the Appearance > Header section it says use 1060 x 120. When I tried to upload a 1200 x 120 image, the background went gray and there was no header image that can be seen. Seriously...
#header { background: #090909 url(http://www.newdesignsite.com/wp-content/uploads/2013/07/header.png) center repeat-y; margin: 0 auto; min-height: 120px; overflow: hidden; width: 100%; } #title-area { float: left; overflow: hidden; width: 430px; }
Kim
MemberYes, you would think that! That was what I did at first. I always create my own header for my sites. Initially, I created a header the 1060 x 120 suggested size and uploaded it in Appearance > Header like you would normally do. I ran into a lot of problems when the header would either 1) not center on the site, 2) or would completely not show up at all or 3) the black background turned gray! Even though my code says to center it and have the black background
background: #090909 url(images/header.png) center repeat-y;
After going thru the forums I learned that removing the header from Appearance > Header then either uploading my header via FTP or thru Media and pasting in the address. (I think this is what you're saying???) Still one thing or another wouldn't work.
That's the only reason why I thought doing a smaller logo would work. Guess not.
Maybe I will start from scratch and try that route again, but I was working on that for a week.
Kim
MemberSeriously, I've never had issues w/ a header like this in all the sites I've designed.
Kim
MemberHumm, well that worked to move the logo into the correct position. However, it also made most of the logo unclickable (to go back to the homepage) and it didn't just move my logo over, it moved my right header menu over & the right header widget over (which no longer fits in the header section).
Kim
MemberAwesome....background color is correct and logo remains. Progress. Now, how would I get the logo correctly positioned (it's too far left)?
Kim
MemberI appreciate your help. Adding background-color: black; to the #header section made no change to the gray color. In another post (there have been so many I've tried) they said to put
background-color: #090909 !important;
. Now when I do that in the #header section it does change it to the black color, BUT, then I loose my logo.Kim
MemberOkay, the logo is there now, but the background is still gray (and logo is too far to the left). Here's the code for my header below.
#header { background: #090909 url(images/header.png) center repeat-y; margin: 0 auto; min-height: 120px; overflow: hidden; width: 100%; } #title-area { float: left; overflow: hidden; width: 430px; }
Kim
Member...and it's got a gray background instead of the #090909....so weird.
-
AuthorPosts