Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table] Bottom Border Won't Go AwayMake sure that when you’re ending your table with the [/table] tag you have that tag come immediately after the last word. Don’t hit ‘enter’ before inserting it. Then see what happens. Because if you hit enter then insert the closing table tag it may count the ‘enter’ command as the creation of a new table row even if it’s an empty one
Forum: Themes and Templates
In reply to: [zAlive] Slider content boxesAbout a quarter of the way down the stylesheet (style.css) you’ll find this:
/* slider Begin */
#zSlider{margin-bottom:20px;}
#zSlider .description{list-style:none;width:100%;margin:0;}
#zSlider .description li{width:25%;float:left;margin:0;cursor:pointer;background:rgba(87,87,87,0.8);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cd575757,endcolorstr=#cd575757);}
#zSlider .description li.active{background:rgba(87,87,87,0.5);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7f575757,endcolorstr=#7f575757);}
#zSlider .description li.over{background:rgba(87,87,87,0.65);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#a6575757,endcolorstr=#a6575757);}
#zSlider .description strong{display:block;margin:20px 15px 15px;color:#aeaead;font-size:20px;}
#zSlider .description li.active strong{color:#325C74;}
#zSlider .description li.over strong{color:#889f70;}
#zSlider .description p{margin:10px 15px;color:#dddddd;}
#zSlider .description li.active p{margin:10px 15px;color:#a7a7a7;}
/* slider End */So you can squirrel around with the colors here, for the background color the selectors seem to be:
#zSlider .description li
#zSlider .description li.active
#zSlider .description li.over
#zSlider .description li.active strong
#zSlider .description li.over strongAnd for the text it seems to be:
#zSlider .description p
#zSlider .description li.active pHope this helps!
Forum: Fixing WordPress
In reply to: How do I bring blog functionality back to a WordPress website?A long-gone employee who I’ve replaced created it, or modified it from something else
Forum: Fixing WordPress
In reply to: How do I bring blog functionality back to a WordPress website?Ok, thanks, I did this and had to turn off a plugin (WP-CMS) for the Posts to come back. I have another issue to deal with now. The blog section of the site a) has no CSS, I can’t figure out which directory its missing ‘style2.css’ is supposed to go in. My lack of PHP experience is really messing me up I think. Also the latest posts are not showing up in the middle of the page. So I am lost, yet again
The website I’m working on is http://www.potterscarpetcleaning.com
Forum: Fixing WordPress
In reply to: How do I bring blog functionality back to a WordPress website?Well broken is the wrong word, let’s just go with disabled. Whenever I set up a wordpress website for a customer I go through the step of going to ‘reading’ and setting up the front page display to be a static page. I don’t know what else it may be that I’m doing which disables the blog mode, I just need the blog mode working, and for that blog to be accessible through the last link of the menu.
Forum: Fixing WordPress
In reply to: Can't go from static home page back to blog postsNo, I don’t care so much because almost nobody even knows about this blog yet