Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bcatkins2

    (@bcatkins2)

    tugbucket – this might shed some light with your expertise. In the ‘Custom CSS’ box in the theme options of my theme – I have placed the following code (with help) to make some changes for various things. Would anything here perhaps be interfering with your plugin for columns to work correctly? Take a look and let me know if you would. – I really want to keep your plugin in this theme – and I know of no other plugin that does this. Here’s the custom css:

    .active {
    pointer-events: none;
    cursor: default;
    }

    #single-share { display: none !important;}

    #author-box-single { display: none !important; }

    div.uploadbtn .simplebtn span { display: inline-block !important;}

    header #searchform2 { display: none !important;}

    h3.article-title { margin-bottom: -80px !important;}
    ul.simplelist, ul.minus-blue-list, ul.minus-green-list, ul.minus-orange-list, ul.minus-gold-list, ul.minus-black-list { margin-bottom: 0px !important; }
    .one_half, .one_half_last { margin-bottom: 0px !important;}

    #emptyCartMsg h3{font-size:14px}

    a.Cart66ButtonSecondary:hover {
    text-decoration: none;
    color: #FFFFFF;
    }

    a.Cart66ButtonPrimary,a.Cart66ButtonSecondary:hover {
    text-decoration: none;
    color: #FFFFFF;
    }

    #ccInfo h2{font-size:18px}

    @media (max-width: 600px) {
    #ccInfo div {clear:both;width:50%; display:block; }
    #ccInfo div select {padding:2px}
    #billingInfo { }
    #paymentInfo {margin-left: 0!important;}
    #contactPaymentInfo .description {display:block; margin:0}
    #paymentInfo, #accountInfo, #Cart66CheckoutButtonDiv {float: none;width: auto;margin-left: 0!Important;}
    #Cart66CheckoutButtonDiv { float: none; margin-left: 10px; width: 50%; }
    #Cart66CheckoutButtonDiv .Cart66ButtonPrimary {margin-left:0}
    }

    #random-slider { display: none !important;}

    #tabs_wrapper2 { display: none !important;}
    a.Cart66ButtonPrimary:hover, a.Cart66ButtonSecondary:hover {
    text-decoration: none;
    color: #FFFFFF!important;
    }

    .entry ol a { padding: 0 5px; font-size: 12px; color: #FFF !important; background-color: #ee9622 !important; }
    .entry ol a:hover { color: #000 !important; background-color: #eee !important;}

    .front-overlay-wrap { background-color: rgba(000, 0, 0, 0.3) !important; }

    .phorm2 ul.shortLabels li label {
    width: 90px!important;
    }

    .phorm2 ul li label {
    width: 156px!important;
    }

    #infinite-articles { opacity: 1 !important; }

    #viewCartTable td{
    max-width: 65px!important;
    }

    .subtotal .cart66-align-center .Cart66ButtonSecondary{
    margin-left: -30px!important;}

    Thread Starter bcatkins2

    (@bcatkins2)

    This is a theme that I’ve been working with for a while, and has taken lots of tweaks to get working properly. I’m a little apprehensive of changing the theme very quick – but say it was the theme – as I know themes can cause plugins not to work properly – is there a way around this problem – one I could try now? Perhaps using the <raw> . . . </raw> around something maybe? I understand WP and coding to a limited degree. Thanks for your help! – Clark

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