Forum Replies Created

Viewing 15 replies - 16 through 30 (of 30 total)
  • Thread Starter mark2

    (@mark2)

    Thanks for your help njc, I appreciate it.

    Here’s some additional info that may help figuring out the problem…. As I mentioned earlier, this theme uses multiple PHP files to define the various CSS sections on the site. The problem is that for certain elements, the values aren’t getting passed through. Here’s an example of code from the live site (not working) and my local (working):

    Live (Not working) Site:

    #Header {
    	width: 100%;
    	float: left;
    	padding: 0px 0px 15px 0px;
       background-image: url(../../images/bg2-bw.png);
       background-repeat: repeat-x;
       background-position: left top;
       background-color: ;

    Note: value for background-colour is missing

    Local (Working) Version:

    #Header {
    
    	width: 100%;
    
    	float: left;
    
    	padding: 0px 0px 15px 0px;
       background-image: url(../../images/bg2-bw.png);
       background-repeat: repeat-x;
       background-position: left top;
       background-color: none;

    The value for background-colour is present

    Thread Starter mark2

    (@mark2)

    Sorry – misunderstood you on the ID… I know what you’re referring to now. So when you refer to the the WP Core, you mean the CSS files within /wp-admin, right?

    But here’s the thing – I haven’t changed anything between the local version on my computer & the one the site I uploaded… If there was 2 CSS files using the same ID, wouldn’t this problem appear on my local version as well?

    Thread Starter mark2

    (@mark2)

    I think I understand what you’re saying…

    There are no 2 CSS files with the same filename… but when you say ‘ID’, what are you referring to? Page ID? Where should I be looking for to find this info?

    Another thing to add… this theme uses dynamic inputs for many of the CSS values, so the majority of the CSS pages are actually PHP files…

    Thread Starter mark2

    (@mark2)

    I’m looking for the exact same solution, but so far no luck!

    Anybody have an idea on how to do this?

    Forum: Fixing WordPress
    In reply to: Last viewed post

    Same thing goes for me; the ‘Last Viewed Posts’ plugin is not working for me either…

    Thread Starter mark2

    (@mark2)

    oh wow.. ha, thanks. that makes so much sense! I figured it was an error coming up before the menu, as every item after the slider was affected… can’t believe I didn’t have the foresight to take a look!

    I just spent the last couple of hours implementing a hack fix; adding text properties to each of the effected div’s in the css, which turned out working…. but this solution is much better!

    thanks alot for the help, really appreciated!

    Thread Starter mark2

    (@mark2)

    I’ve now also tried replacing the @import with href for reference to the CSS. It’s now:

    <link rel=”stylesheet” href=”/wp-content/themes/perfect/style.css” type=”text/css” media=”all” />

    and STILL it’s not working on only the homepage in IE… What doesn’t make sense to me is that it’s still reading the CSS file b/c the page is properly formatted… it’s like it’s using only some of the CSS file…?

    Thread Starter mark2

    (@mark2)

    Yea, I removed references to 2 of the css files and still the same.

    I’ve been doing some research on the problem, and one possible fix is because I’m using @import instead of href to reference the style sheet?

    Forum: Hacks
    In reply to: Changing URL Structure
    Thread Starter mark2

    (@mark2)

    That worked, thanks!

    Thread Starter mark2

    (@mark2)

    YES!

    Thanks, that worked! I can’t believe I didn’t try that earlier!

    Much appreciated!!!

    Thread Starter mark2

    (@mark2)

    What’s weird is that the header.php file is the same for both “post” pages & regular pages; everything else appears fine in the header EXCEPT the logo.

    Would this be an issue with the CSS file of the something in the PHP for the post pages?

    Thread Starter mark2

    (@mark2)

    No luck.

    I tried adding the “/” as suggested, but that actually causes the logo to disappear on all the site’s pages.

    I find this problem really odd as the post pages are using the exact same header & CSS file as all the other pages, yet the logo refuses to appear ONLY on these post pages… It’s driving me insane!

    Thread Starter mark2

    (@mark2)

    And here is the CSS (the logo is div class=”logoimg”):

    html, body {height: 100%;}

    /*Opera Fix*/
    body:before {
    content:””;
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/
    }

    body {
    margin:0;
    padding:0;
    text-align:left;
    font-size:72%;
    font-family:Arial, Helvetica, sans-serif;
    line-height:1.6em;
    color:#565350;
    background:url(../images/bg.gif) #F8FBEE;
    }

    a {
    color:#99CC33;
    text-decoration:underline;
    }

    a:hover {
    color:#090808;
    text-decoration:none;
    }

    p {
    margin-top:5px;
    padding:0 0 5px 0;
    }

    ol {
    margin:0;
    padding:0 0 0 2em;
    color:#fff;
    }

    ol li {
    padding:7px 0 9px;
    position:relative;
    }

    img {border:0;}

    div {
    margin:0;
    padding:0;
    text-align:left;
    }

    small {font-size:0.8em;}

    form {
    margin:0;
    padding:0;
    border:none;
    }

    fieldset, label {
    border:0;
    margin:0;
    padding:0;
    }

    input, select, textarea {
    font:1em Arial, Helvetica, sans-serif;
    color:#ffffff;
    border:0;
    background:none;
    }

    .container {
    width:1040px;
    min-height: 100%;
    margin:0 auto;
    }

    /* ====================== head ==============================*/

    .top {
    height:25px;
    padding:9px 30px;
    color:#A0A0A0;
    font:11px/24px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    border-bottom:1px solid #DEDEDE;
    }

    .top a {
    color:#A0A0A0;
    text-decoration:none;
    }

    .top a:hover {
    color:#99CC33;
    text-decoration:none;
    }

    #menu-top-menu {
    margin:0;
    padding:8px 0;
    list-style:none;
    float:right;
    }

    #menu-top-menu li {
    margin:0 0 0 5px;
    padding:0 0 0 5px;
    float:left;
    line-height:0.9em;
    border-left:1px solid #A0A0A0;
    }

    #menu-top-menu li:first-child {border-left:none;}

    .top_menu {
    margin:0;
    padding:0 0 0 10px;
    list-style:none;
    float:right;
    }

    .top_menu li {
    margin:0;
    padding:0 0 0 6px;
    float:left;
    }

    a.icon1, a.icon2, a.icon3 {
    width:23px;
    height:23px;
    overflow:hidden;
    display:block;
    float:left;
    border:1px solid #DEDEDE;
    }

    a:hover.icon1, a:hover.icon2, a:hover.icon3 {border:1px solid #99CC33;}

    .icon1 {background:url(../images/icon1.jpg) 0 0 no-repeat;}
    .icon2 {background:url(../images/icon2.jpg) 0 0 no-repeat;}
    .icon3 {background:url(../images/icon3.jpg) 0 0 no-repeat;}

    #header {
    width:940px;
    margin:0 auto;
    padding:20px;
    background:#fff;
    border-left:1px solid #E4E4E4;
    border-right:1px solid #E4E4E4;
    }

    .head {
    height:70px;
    position:relative;
    }
    .logoimg {
    float:left;
    margin:0;
    padding:0;
    }

    div.logo {
    width:420px;
    height:70px;
    overflow:hidden;
    float:left;

    }

    a.logo {
    display:block;
    outline:none;
    padding-left:10px;
    font:bold 31px/45px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:none;
    color:#46403B;
    text-decoration:none;
    }

    a:hover.logo {
    color:#99CC33;
    text-decoration:none;
    }

    span.slogan {
    display:block;
    padding-left:10px;
    font:10px/10px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#938C86;
    }

    .welcome_msg {
    float:right;
    text-align:right;
    font:bold 25px/20px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    margin-bottom:20px;
    color:#99CC33;
    }

    .log_reg {
    margin:0;
    padding:0;
    list-style:none;
    float:right;
    clear:right;
    }

    .log_reg li {
    margin:0;
    padding:0;
    float:left;
    }

    .log_reg li a {
    color:#444444;
    padding:8px 9px;
    display:block;
    float:left;
    text-transform:uppercase;
    text-decoration:none;
    }

    .log_reg li a:hover {
    color:#fff;
    background:#99CC33;
    text-decoration:none;
    }

    .page_slogan {
    padding:35px 30px;
    top:-40px;
    position:relative;
    background:#333366;
    }

    /* ======================== Menu ================================*/

    #menu {
    border-top:1px solid #E4E4E4;
    border-bottom:1px solid #E4E4E4;
    position:relative;
    z-index:100;
    }

    #menu ul {
    margin:0;
    padding:0 30px;
    list-style:none;
    }

    #menu li {
    margin:0;
    padding:0 5px 0 0;
    float:left;
    font-size:14px;
    text-transform:uppercase;
    }

    #menu li li {
    padding:0;
    font-size:12px;
    border-bottom:1px solid #696460;
    }

    #menu li a {
    position:relative;
    display:block;
    float:left;
    padding:25px 15px;
    color:#444444;
    text-decoration:none;
    }

    .sf-menu li.sfHover,
    #menu li a:hover {
    color:#fff;
    background:#99CC33;
    text-decoration:none;
    }

    #menu li.current_page_item a,
    #menu li.current-menu-item a{
    color:#fff;
    background:#99CC33;
    }

    /*** ESSENTIAL STYLES ***/
    .sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    }
    .sf-menu {
    line-height: 1.0;
    }
    .sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
    }
    .sf-menu ul li {
    width: 100%;
    }
    .sf-menu li:hover {
    visibility: inherit; /* fixes IE7 ‘sticky bug’ */
    }
    .sf-menu li {
    float: left;
    position: relative;
    }
    .sf-menu a {
    display: block;
    position: relative;
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
    left: 0;
    top: 4.55em; /* match top ul list item height */
    z-index: 99;
    }
    ul.sf-menu li:hover li ul,
    ul.sf-menu li.sfHover li ul {
    top: -999em;
    }
    ul.sf-menu li li:hover ul,
    ul.sf-menu li li.sfHover ul {
    left: 175px; /* match ul width */
    top: 0;
    }
    ul.sf-menu li li:hover li ul,
    ul.sf-menu li li.sfHover li ul {
    top: -999em;
    }
    ul.sf-menu li li li:hover ul,
    ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
    }

    /*** DEMO SKIN ***/

    #menu .sf-menu li ul {
    width:auto;
    margin:0;
    padding:0;
    background: #46403B;
    }
    #menu .sf-menu li ul li {
    width:175px;
    position:relative;
    }
    #menu .sf-menu li ul ul {margin:0;}
    #menu li li a {
    width:145px;
    padding:10px 15px;
    color:#fff;
    display:block;
    }

    #menu .sf-menu li.sfHover li a {
    padding:10px 15px;
    background:#46403B;
    }

    .sf-menu li li:hover, .sf-menu li li.sfHover,
    #menu .sf-menu li.sfHover li a:hover, #menu .sf-menu li.sfHover li a:focus, #menu .sf-menu li.sfHover li a:active,
    .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    outline:0;
    color:#fff;
    background:#99CC33;
    }

    /*** arrows **/
    .sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
    }

    .sf-sub-indicator {
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -5px;
    margin-top:20px;
    top: 2.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url(‘../images/arrows-ffffff.png’) no-repeat 0 -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
    }
    a > .sf-sub-indicator { /* give all except IE6 the correct values */
    top: .8em;
    background-position: -10px -100px; /* use translucent arrow for modern browsers*/
    }
    /* apply hovers to modern browsers */
    a:focus > .sf-sub-indicator,
    a:hover > .sf-sub-indicator,
    a:active > .sf-sub-indicator,
    li:hover > a > .sf-sub-indicator,
    li.sfHover > a > .sf-sub-indicator {
    background-position: 0 -100px; /* arrow hovers for modern browsers*/
    }

    /* point right for anchors in subs */
    .sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
    .sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
    /* apply hovers to modern browsers */
    .sf-menu ul a:focus > .sf-sub-indicator,
    .sf-menu ul a:hover > .sf-sub-indicator,
    .sf-menu ul a:active > .sf-sub-indicator,
    .sf-menu ul li:hover > a > .sf-sub-indicator,
    .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
    }

    /*** shadows for all but IE6 ***/
    .sf-shadow ul {
    padding: 0 8px 9px 0;
    }
    .sf-shadow ul.sf-shadow-off {
    background: transparent;
    }

    /* ======================== Slider ================================*/

    #tmpSlideshow {
    margin:20px auto 0;
    position:relative;
    width:938px;
    height:385px;
    }

    div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 938px;
    height: 385px;
    display: none;
    }

    div.tmpSlide img {
    float: left;
    width: 626px;
    height:385px;
    overflow:hidden;
    }

    div#tmpSlideshowControls {
    position: absolute;
    bottom: 34px;
    right: 185px;
    }

    div.tmpSlideshowControl {
    width:19px;
    height:19px;
    display:block;
    text-indent:-9999px;
    margin-right:3px;
    float:left;
    position:relative;
    z-index:99;
    cursor:pointer;
    background:url(../images/bull.png) -22px 0 no-repeat;
    }

    div.tmpSlideshowControlOn,
    div.tmpSlideshowControlActive {
    font-weight:bold;
    background:url(../images/bull.png) 0 0 no-repeat;
    }

    div.tmpSlideCopy {
    position: absolute;
    padding: 100px 35px;
    background-color: #99CC33;
    color: #ffffff;
    top: 0;
    right: 0;
    width: 242px !important;
    height: 185px;
    }

    div#tmpSlideshow h2 {
    font:36px/36px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:capitalize;
    padding-bottom:20px;
    color: #ffffff;
    }

    /* ======================== Content ================================*/

    h1 {
    font:36px/36px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    font-weight:bold;
    color:#99CC33;
    margin:0;
    padding:0;
    }

    h2 {
    font:27px/27px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#99CC33;
    margin:0;
    padding:0;
    padding-bottom:10px;
    }

    h2 a {
    color:#46403B;
    text-decoration:none;
    }

    h3 {
    font:24px/24px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#99CC33;
    margin:5 px;
    padding:0;
    }

    h4 {
    font:18px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#656565;
    margin:0;
    padding:0 0 3px;
    }

    h5, h6 {
    font:16px Arial, Helvetica, sans-serif;
    color:#A9A9A9;
    font-weight:bold;
    margin:0;
    padding:0 0 1.2em;
    }

    #content {
    width:982px;
    margin:0 auto;
    padding-bottom: 65px; /* must be same height as the footer */
    overflow:auto;
    position:relative;
    z-index:10;
    }

    .cont_container {
    width:940px;
    margin-bottom:20px;
    padding:40px 20px;
    background:#fff;
    border:1px solid #E4E4E4;
    border-top:none;
    }

    .content {
    width:610px;
    float:left;
    }

    .sidebar {
    width:310px;
    float:right;
    }

    .title {
    border-bottom:1px solid #DDDDDD;
    margin-bottom:15px;
    padding:0 0 12px 0;
    }

    ul.news {
    margin:0;
    padding:0 0 20px !important;
    list-style:none;
    }

    ul.news li {
    width:310px;
    margin:0;
    padding:0;
    }

    ul.news li .news_excerpt {
    margin:0;
    padding:10px;
    display:block;
    overflow:hidden;
    text-decoration:none;
    }

    ul.news li div:hover.news_excerpt{background:#F0F6D8 !important;}

    a.news_thumb {
    width:90px;
    height:90px;
    display:block;
    overflow:hidden;
    float:left;
    margin:0 20px 0 0 !important;
    padding:0 !important;
    background:none !important;
    }

    span.news_date {
    display:block;
    padding:5px 0;
    font:10px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#A5A5A5;
    }

    div.news_excerpt p {
    display:block;
    font:13px/1.6em Arial, Helvetica, sans-serif;
    color:#565350;
    }

    .widget {
    position:relative;
    overflow:hidden;
    padding-bottom:40px;
    }

    .widget ul {
    margin:0;
    padding:0;
    list-style:none;
    }

    .widget li {
    margin:0;
    padding:0;
    border-bottom:1px dashed #E8E8E8;
    }

    .widget li a {
    display:block;
    font-size:14px;
    padding:4px 0 4px 28px;
    background:url(../images_green/arr.gif) 0 5px no-repeat;
    color:#090808;
    text-decoration:none;
    }

    .widget li a:hover {
    color:#fff;
    text-decoration:none;
    background:url(../images_green/arr.gif) 0 5px no-repeat #0CBAD9;
    }

    #bottom_sidebar {
    width:940px;
    padding:20px;
    overflow:hidden;
    }

    #bottom_sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
    }

    #bottom_sidebar li {
    margin:0;
    padding:0;
    text-transform:uppercase;
    border-bottom:1px solid #DCDCDC;
    }

    #bottom_sidebar li a {
    display:block;
    margin:0;
    padding:8px 15px;
    color:#707070;
    text-decoration:none;
    }

    #bottom_sidebar li a:hover {
    color:#fff;
    text-decoration:none;
    background:#99CC33;
    }

    .bot_widget {
    width:165px;
    margin-right:40px;
    float:left;
    }

    a.more_btn {
    width:92px;
    height:39px;
    overflow:hidden;
    display:block;
    clear:both;
    color:#46403B;
    text-indent:-9999px;
    outline:none;
    text-decoration:none;
    background:url(../images_green/read_more.png) 0 0 no-repeat;
    }

    .post,
    .box_main_page {
    margin-bottom:12px;
    border-bottom:1px solid #DDDDDD;
    }

    .post_short {
    padding-bottom:1.5em;
    overflow:hidden;
    }

    .row {
    overflow:hidden;
    zoom:1;
    padding-bottom:15px;
    }

    .read_more {
    float:left;
    font-size:12px;
    text-transform:uppercase;
    }

    .comments {
    float:right;
    font-size:10px;
    color:#BFBFBF;
    text-transform:uppercase;
    }

    .column_one,
    .column_two,
    .column_three {
    width:170px;
    float:left;
    margin-right:40px;
    }

    .column_three {margin-right:0;}

    .letter {
    display:block;
    text-align:center;
    color:#46403B;
    font:100px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    }

    .excerpt p {
    font:16px Arial, Helvetica, sans-serif;
    color:#A9A9A9;
    margin:0;
    padding:0 0 1.2em;
    }

    .clear {
    clear:both;
    height:0;
    }

    .personnel {
    margin:0;
    padding:0;
    list-style:none;
    }

    .personnel li {
    width:307px;
    overflow:hidden;
    margin:0;
    padding:0 0 20px;
    float:left;
    }

    .personnel li a,
    .person_box {
    width:287px;
    padding:10px;
    float:left;
    display:block;
    overflow:hidden;
    text-decoration:none;
    color:#8F8F8F;
    }

    .person_box {margin-right:20px; margin-bottom:20px;}

    .personnel li a:hover,
    .person_box {
    color:#fff;
    background:#99CC33;
    }

    .personnel li a:hover span,
    .person_box span {color:#fff;}

    .person_pic {
    width:287px;
    display:block;
    overflow:hidden;
    margin-bottom:20px;
    }

    .person_title {
    display:block;
    font:17px/17px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#343433;
    padding-bottom:5px;
    }

    .person_dpt {
    display:block;
    font:15px/15px “Trebuchet MS”, Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#8E8E8E;
    padding-bottom:5px;
    }

    .person_short {
    display:block;
    color:#8F8F8F;
    font-size:13px;
    }

    .cont_det {margin-left:330px;

    }

    .services {
    overflow:hidden;
    zoom:1;
    padding-bottom:20px;
    }

    a.service_thumb {
    width:214px;
    height:158px;
    padding:10px;
    display:block;
    overflow:hidden;
    float:left;
    }

    a:hover.service_thumb {background:#99CC33;}

    .service_det {margin-left:255px;}

    .clients {
    width:940px;
    border-top:1px solid #DDDDDD;
    margin:0;
    padding:0;
    list-style:none;
    }

    .clients li {
    width:233px;
    height:159px;
    overflow:hidden;
    float:left;
    margin:0;
    padding:0;
    border-left:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    }

    .question {
    position:relative;
    overflow:hidden;
    zoom:1;
    padding-bottom:8px;
    }

    .q, .a {display:block; float:left; font:18px/16px “Trebuchet MS”, Arial, Helvetica, sans-serif; color:#46403B;}
    .question h5 {margin-left:30px; padding:0; line-height:18px;}

    .answer {
    position:relative;
    overflow:hidden;
    zoom:1;
    padding-bottom:30px;
    }

    .answer_det {margin-left:30px;}

    address {
    display:block;
    margin:0;
    padding:0 0 2em;
    font:16px Arial, Helvetica, sans-serif;
    color:#A9A9A9;
    }

    .phone {
    overflow:hidden;
    zoom:1;
    display:block;
    height:20px;
    font-size:12px;
    color:#565350;
    }

    .phone label{
    width:100px;
    float:left;
    display:block;
    }

    .form {margin-bottom:15px;}
    .inp {
    width:330px;
    padding:9px;
    color:#747474;
    border:1px solid #D7D7D7;
    }

    .textarea {
    width:520px;
    padding:9px;
    color:#747474;
    border:1px solid #D7D7D7;
    }

    .send_msg {
    width:138px;
    height:35px;
    outline:none;
    cursor:pointer;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images_green/send_msg.gif) 0 0 no-repeat;
    }

    .read_more_pic {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    }

    .read_more_det {margin-left:255px;}

    .column_list {
    width:260px;
    overflow:hidden;
    zoom:1;
    float:left;
    }

    .column_list ul {
    margin:0;
    padding:0;
    list-style:none;
    }

    .column_list ul li {
    margin:0;
    padding:4px 0 4px 45px;
    font-size:14px;
    background:url(../images_green/arr.gif) 0 4px no-repeat;
    }

    /* ================================== jCarousel ======================================= –*/

    .jcarousel-skin-tango .jcarousel-container {
    background: #fff;
    }

    .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 941px;
    padding: 0;
    }

    .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 941px;
    height: 450px;
    }

    .jcarousel-skin-tango .jcarousel-item {
    width: 307px;
    height: 450px;
    }

    .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin:0 4px;
    }

    .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
    }

    /**
    * Horizontal Buttons
    */
    .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -55px;
    right: 5px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images_green/next-horizontal.png) no-repeat 0 0;
    }

    .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 0;
    }

    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -27px 0;
    }

    .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -55px;
    right: 35px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images_green/prev-horizontal.png) no-repeat 0 0;
    }

    .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
    }

    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
    .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -27px 0;
    }

    /* ———————————- Paging ———————————————-*/

    #paging {
    overflow:hidden;
    zoom:1;
    padding:15px 0;
    font:13px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    }

    #paging ul {
    margin:0;
    padding:0;
    list-style:none;
    }

    #paging li {
    margin:0;
    padding:0;
    float:left;
    }

    #paging .pages {
    display:block;
    padding-right:15px;
    float:left;
    }

    #paging li a {
    color:#565350;
    display:block;
    float:left;
    margin-right:10px;
    text-decoration:none;
    }

    #paging li a:hover {
    color:#99CC33;
    text-decoration:none;
    }

    #paging li span.current {
    color:#99CC33;
    display:block;
    font-weight:bold;
    float:left;
    margin-right:10px;
    text-decoration:underline;
    }

    #paging a.nextpostslink,
    #paging a.previouspostslink {
    float:left;
    margin-right:10px;
    text-decoration:none;
    }

    /* ———————————- FOOTER ———————————————-*/

    #footer {
    position:relative;
    margin:-65px auto 0; /* negative value of footer height */
    width:980px;
    height:14px;
    padding:25px 30px;
    overflow:hidden;
    clear:both;
    z-index:100;
    font:11px Arial, Helvetica, sans-serif;
    color:#000;
    border-top:1px solid #E4E4E4;
    text-transform:uppercase;
    }

    #footer a {
    color:#9D9D9D;
    text-decoration:none;
    }

    #footer a:hover {
    color:#000;
    text-decoration:none;
    }

    .copy {float:left;}

    .f_menu {
    margin:0;
    padding:0;
    float:right;
    list-style:none;
    }

    .f_menu li {
    margin:0;
    padding:0 10px 0 0;
    float:left;
    }

    Thread Starter mark2

    (@mark2)

    Good idea, thanks!

    Here’s the source code for one of the pages I’m having problems with (I’ve bolded where the line where the logo is supposed to be called):

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; dir=”ltr” lang=”en-US”>
    <head>
    <meta http-equiv=”content-type” content=”text/html;charset=UTF-8″ />

    <title>Capacitor Repair | Power Factor Services Ltd.</title>

    <!–[if !IE 7]>
    <style type=”text/css”>
    .container {display:table; height:100%;}
    </style>
    <![endif]–>

    <!– link to the JavaScript files (hoverIntent is optional) –>

    <link rel=”alternate” type=”application/rss+xml” title=”Power Factor Services Ltd. » Capacitor Repair Category Feed” href=”https://localhost/powerfactorservices/wordpress/category/power-factor-correction/capacitor-repair/feed&#8221; />
    <link rel=’stylesheet’ id=’NextGEN-css’ href=’https://localhost/powerfactorservices/wordpress/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0&#8242; type=’text/css’ media=’screen’ />
    <link rel=’stylesheet’ id=’shutter-css’ href=’https://localhost/powerfactorservices/wordpress/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css?ver=1.3.0&#8242; type=’text/css’ media=’screen’ />

    <link rel=’stylesheet’ id=’contact-form-7-css’ href=’https://localhost/powerfactorservices/wordpress/wp-content/plugins/contact-form-7/styles.css?ver=2.3.1&#8242; type=’text/css’ media=’all’ />
    <script type=’text/javascript’>
    /* <![CDATA[ */
    var shutterSettings = {
    msgLoading: “L O A D I N G”,
    msgClose: “Click to Close”,
    imageCount: “1”
    };
    /* ]]> */
    </script>
    <script type=’text/javascript’ src=’https://localhost/powerfactorservices/wordpress/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js?ver=1.3.0′></script&gt;
    <script type=’text/javascript’ src=’https://localhost/powerfactorservices/wordpress/wp-includes/js/jquery/jquery.js?ver=1.4.2′></script&gt;
    <script type=’text/javascript’ src=’https://localhost/powerfactorservices/wordpress/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.88′></script&gt;
    <script type=’text/javascript’ src=’https://localhost/powerfactorservices/wordpress/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.01′></script&gt;
    <script type=’text/javascript’ src=’https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/js/jquery.hoverIntent.js?ver=1.0′></script&gt;
    <script type=’text/javascript’ src=’https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/js/superfish.js?ver=1.4′></script&gt;
    <link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”https://localhost/powerfactorservices/wordpress/xmlrpc.php?rsd&#8221; />
    <link rel=”wlwmanifest” type=”application/wlwmanifest+xml” href=”https://localhost/powerfactorservices/wordpress/wp-includes/wlwmanifest.xml&#8221; />

    <link rel=’index’ title=’Power Factor Services Ltd.’ href=’https://localhost/powerfactorservices/wordpress&#8217; />
    <meta name=”generator” content=”WordPress 3.0.1″ />

    <!– All in One SEO Pack 1.6.12.2 by Michael Torbert of Semper Fi Web Design[259,311] –>
    <meta name=”robots” content=”noindex,follow” />
    <link rel=”canonical” href=”https://localhost/powerfactorservices/wordpress/category/power-factor-correction/capacitor-repair&#8221; />
    <!– /all in one seo pack –>

    <meta name=’NextGEN’ content=’1.6.2′ />

    <!– initialise Superfish –>
    <script type=”text/javascript”>

    jQuery(document).ready(function($){
    $(“ul.sf-menu”).superfish();
    });

    </script>

    <style type=”text/css”>@import url(“https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/style.css&#8221;);</style>
    <link rel=”alternate stylesheet” type=”text/css” href=”https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/stylesheets/style-blue.css&#8221; title=”style-blue” media=”screen” />
    <link rel=”alternate stylesheet” type=”text/css” href=”https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/stylesheets/style-green.css&#8221; title=”style-green” media=”screen” />
    <link rel=”alternate stylesheet” type=”text/css” href=”https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/stylesheets/style-orange.css&#8221; title=”style-orange” media=”screen” />

    <script src=”https://localhost/powerfactorservices/wordpress/wp-content/themes/perfect/js/styleswitch.js&#8221; type=”text/javascript”></script>

    </head>

    <body>

    <div class=”container”>
    <div class=”top”>
    <ul class=”top_menu”>

    <ul id=”menu-top-menu” class=”menu”><li id=”menu-item-295″ class=”menu-item menu-item-type-post_type menu-item-295″>Contact Us

    Thursday, December 2, 2010 11:53 PM <div class=”clear”></div>
    </div>
    <div id=”header”>

    <div class=”head”>
    <div class=”logoimg”>
    <img src=”wp-content/uploads/2010/11/logo.png”>
    </div>

    <div class=”logo”>
    Power Factor Services Ltd.
    <span class=”slogan”>Providing Power Factor Correction & Monitoring Since 1992 </span>

    </div>
    <div class=”welcome_msg”>905-631-1531</div>

    <div class=”clear”></div>
    </div>
    </div>
    <div id=”menu”>
    <ul id=”menu-main-menu” class=”sf-menu”><li id=”menu-item-153″ class=”menu-item menu-item-type-custom menu-item-home menu-item-153″>Main
    <li id=”menu-item-129″ class=”menu-item menu-item-type-post_type menu-item-129″>About us

    <li id=”menu-item-243″ class=”menu-item menu-item-type-taxonomy current-menu-ancestor menu-item-243″>Our Services
    <ul class=”sub-menu”>
    <li id=”menu-item-264″ class=”menu-item menu-item-type-taxonomy current-category-ancestor current-menu-ancestor current-menu-parent current-category-parent menu-item-264″>Power Factor Correction
    <ul class=”sub-menu”>
    <li id=”menu-item-358″ class=”menu-item menu-item-type-taxonomy current-menu-item current-category-ancestor menu-item-358″>Capacitor Repair
    <li id=”menu-item-357″ class=”menu-item menu-item-type-taxonomy menu-item-357″>Capacitor Maintenance

    <li id=”menu-item-265″ class=”menu-item menu-item-type-taxonomy menu-item-265″>Electrical Power Monitoring
    <ul class=”sub-menu”>
    <li id=”menu-item-267″ class=”menu-item menu-item-type-taxonomy menu-item-267″>Load Monitoring
    <li id=”menu-item-266″ class=”menu-item menu-item-type-taxonomy menu-item-266″>Investigative Monitoring

    <li id=”menu-item-166″ class=”menu-item menu-item-type-post_type menu-item-166″>Power Factor Correction Explained

    <li id=”menu-item-106″ class=”menu-item menu-item-type-post_type menu-item-106″>FAQ
    <li id=”menu-item-112″ class=”menu-item menu-item-type-post_type menu-item-112″>Clients
    <li id=”menu-item-133″ class=”menu-item menu-item-type-post_type menu-item-133″>Contact Us
    <div class=”clear”></div>
    </div>
    <div id=”content”>
    <div class=”cont_container”>
    <div class=”page_slogan”>
    <h1>Power Factor Correction & Monitoring Systems</h1>

    </div>
    <div class=”content”>
    <div class=”services”>
    <img width=”214″ height=”158″ src=”https://localhost/powerfactorservices/wordpress/wp-content/uploads/2010/10/PFS-powerfactorcorrection3.jpg&#8221; class=”attachment-posts-thumb wp-post-image” alt=”Capacitor Repair” title=”Capacitor Repair” />
    <div class=”service_det”>
    <h5>Capacitor Repair</h5>
    <p>Power Factor Services can correct your power system’s power factor through the repair of your power system’s existing capacitor banks; even for capacitors that are no longer manufactured!</p>

    MORE
    </div>
    </div>
    </div>

    <div class=”sidebar”>
    <div class=”widget”><div class=”title”><h3>Services At A Glance</h3></div>

    <ul class=’children’>
    <li class=”cat-item cat-item-33″>Investigative Monitoring

    <li class=”cat-item cat-item-32″>Load Monitoring

    <li class=”cat-item cat-item-29″>Our Services

    <li class=”cat-item cat-item-31 current-cat-parent”>Power Factor Correction

    <ul class=’children’>
    <li class=”cat-item cat-item-38″>Capacitor Maintenance

    <li class=”cat-item cat-item-39 current-cat”>Capacitor Repair

    </div></div> <div class=”clear”></div>
    </div>

    <div id=”bottom_sidebar”>
    <div class=”bot_widget”><h4>Company</h4> <div class=”textwidget”>

    </div>
    </div><div class=”bot_widget”><h4>Services</h4> <div class=”textwidget”>

    </div>
    </div><div class=”bot_widget”><h4>Resources</h4> <div class=”textwidget”>

    </div>
    </div> <div class=”clear”></div>
    </div>
    </div>
    </div>
    <div id=”footer”>
    <div class=”copy”>Power Factor Services Ltd. © 2010 • Website Created By mark2marketing</div>

    <ul id=”menu-footer-menu” class=”f_menu”><li id=”menu-item-196″ class=”menu-item menu-item-type-post_type menu-item-196″>Home
    <li id=”menu-item-198″ class=”menu-item menu-item-type-post_type menu-item-198″>Privacy
    <li id=”menu-item-197″ class=”menu-item menu-item-type-post_type menu-item-197″>Contact Us
    </div>
    </body>
    </html>

    Hey Tom,

    That’s exactly what I’m looking to do! can you tell me how exactly you got the labels on the same line with your input fields? Thanks!

Viewing 15 replies - 16 through 30 (of 30 total)