lionoptic
Forum Replies Created
-
Forum: Plugins
In reply to: facebook app not workingHas anyone experienced this?
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10Same thing happened again.
Does anyone know of a wp theme editor/programmer I could simply hand off a finished prototype to and they could make it happen? I have no problem paying for someone’s time…I just need some simple tweaking options/know how so I can acheive what I want. I wanted to work with wp because it has some great features…but the learning curve for visual tweaking is not quite what I expected.
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10Thank you. This is exactly what I did in the child theme. I guess that’s why I was able to revert to the original parent just fine without any harm done. For some reason, it changed a bunch of other things when I updated the code you mentioned…not sure why.
I encountered another problem with my shopping cart and the save path file, which was just solved by my host. I have no idea if these things are related, but I’m going to test it again and come back here.
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10my style.css was blank, so I inserted this into it…is that what I should have done?
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10yeah, I tried switching back and forth between the child and the original to make sure. Every time I switched to the child, it changed the colors, but it also forced the entire page to the left and wiped out the menus and widgets I had set up. Then, when I would switch back to the original, its ok again. The only code I added to the style css were:
html {
background: #FF8A14;
}body {
background: #FF8A14;
}Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10Thank you. That’s the best luck I’ve had so far. It certainly changed the background colors and such, only thing is it’s now messing up everything else from the twenty ten theme. Things like the drop down menus disappeared, and now it’s not centered. I’m thinking if I don’t know what I’m doing here, maybe I should just stick with a pre-determined theme. I know how to design all day long in dreamweaver…but coding is not my thing (which is why I learned it to begin with 😉 All I’m trying to do is simply change the table color in the background area but it seems like this is more than I thought.
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10I’m just not code savy enough to understand this I guess. I tried changing the color in the css like you mentioned, but nothing happened:(
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10Is this the correct line to change? I viewed the source on my page and found this line:
body { background-color: #474747; }
(sorry, I can design like crazy golive or dreamweaver, but I have very little coding experience)
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10thank you, I’ll give it a whirl!
Forum: Fixing WordPress
In reply to: Changing the colors in twenty 10Thank you. I created a child successfully…now I’m really not sure what my next steps would be after that.
Forum: Themes and Templates
In reply to: Trying to change the table coloris this possible? thank you in advance;)
Forum: Themes and Templates
In reply to: Trying to change the table colorAnyone have any ideas? Even if it’s something like “that’s not possible?” 😉
Forum: Themes and Templates
In reply to: Trying to change the table colors of twenty tenForum: Everything else WordPress
In reply to: Newbie needs som adviceI checked through my host’s control panel and upgraded to php5…works like a charm now. thanks!
Forum: Everything else WordPress
In reply to: Newbie needs som adviceCool, I did what you suggested…works like a charme thank you. Only thing that went wrong was the pluging I installed for the gallery requires a certain version of php. I have no idea where to go from here but thats prob a different topic;)