ryanmk54
Forum Replies Created
-
Forum: Themes and Templates
In reply to: using custom background for child themeLook in the wiki on how to create a child theme. In the child theme you can use a styles.css file to change the background of a particular class of elements. Use the inspect element feature of your web browser to find the class name of the element you want to change.
I don’t have wordpress installed anymore so I can’t help you much more than that.
Forum: Themes and Templates
In reply to: using custom background for child themeThank you. That is exactly what I was looking for! 🙂
This post may also help you
http://wordpress.org/support/topic/using-dynamic-background-in-css?replies=2#post-4467758I was trying somewhat of the same thing. Try this. Too bad I didn’t see it earlier
#page
{
background-color: #cff1f9;
border-radius: 8px;
margin: 0px;
}
#masthead, article, #colophon, aside
{
background-color: white;
border-radius: 8px;
padding: 5px;
}Forum: Fixing WordPress
In reply to: Website is now too big in Mozilla FirefoxOn your about page I can see all the photos without scrolling down. Have you changed your screen resolution or monitor recently? Does it look right in other browsers?
Forum: Fixing WordPress
In reply to: Website is now too big in Mozilla FirefoxLooks fine in my firefox browser
Forum: Fixing WordPress
In reply to: no css on non host computersusing an ip adress, how do I make my website accessible from the WAN
I figured this out. I had to set my computer as a virtual server in my router. Thanks for the help
Forum: Fixing WordPress
In reply to: no css on non host computersAre you uploading it to a site or on your desktop?
I am uploading it to my desktop
What does it currently say in your WordPress URL’s in the dashboard settings, //localhost or //192.168.0.102 ?
it used to say localhost; I changed it to 192.168.0.102 and it nows works on the other computer. Thanks for the help
.. Also, internal private ip address won’t be accessible from the WAN – referring to your //192.168.0.102/ link above.
Oops, using an ip adress, how do I make my website accessible from the WAN
Forum: Fixing WordPress
In reply to: no css on non host computersI extracted the files, made the changes written on step 3 here then copied the contents to /var/www/