Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Make 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

    About 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 strong

    And for the text it seems to be:
    #zSlider .description p
    #zSlider .description li.active p

    Hope this helps!

    Thread Starter Brian

    (@bridean77)

    A long-gone employee who I’ve replaced created it, or modified it from something else

    Thread Starter Brian

    (@bridean77)

    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

    Thread Starter Brian

    (@bridean77)

    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.

    Thread Starter Brian

    (@bridean77)

    No, I don’t care so much because almost nobody even knows about this blog yet

Viewing 6 replies - 1 through 6 (of 6 total)