Product page Button Having Problem

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by effyeweb, Dec 3, 2013.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    Take a look. www.FaithBookStore.com.my

    12.jpg

    ---------------------------------------------------------

    Hello,
    For this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS



    .sidebar.becomemember .input-text.qty {
    width: 64px;
    height: 38px;
    margin-left:35px;
    }
    .sidebar.becomemember input[type="button"].plus {
    width: 35px !important;

    }
    .sidebar.becomemember input[type="button"].minus {
    width: 39px !important;
    margin-bottom:2px;
    }

    .woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
    width: 130px !important;
    position: relative;
    margin:0 !important;
    top:15px;
    display: inline-block;
    overflow:none;
    zoom: 1;
    }
    .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    bottom:10 !important;
    left: 0;
    z-index:9999;
    }


    Code is also updated with the latest theme at the members area.


    Thanks & Regards
    Nitesh Raghuwanshi
     
  2. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    hi, any solution?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,
    For this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS



    .sidebar.becomemember .input-text.qty {
    width: 64px;
    height: 38px;
    margin-left:35px;
    }
    .sidebar.becomemember input[type="button"].plus {
    width: 35px !important;

    }
    .sidebar.becomemember input[type="button"].minus {
    width: 39px !important;
    margin-bottom:2px;
    }

    .woocommerce .quantity, .woocommerce-page .quantity, .woocommerce #content .quantity, .woocommerce-page #content .quantity {
    width: 130px !important;
    position: relative;
    margin:0 !important;
    top:15px;
    display: inline-block;
    overflow:none;
    zoom: 1;
    }
    .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus {
    bottom:10 !important;
    left: 0;
    z-index:9999;
    }



    Code is also updated with the latest theme at the members area.


    Thanks & Regards
    Nitesh Raghuwanshi


     
  4. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    last time when i delete my old version of sale junction template and install the new version, i lost all date and widget in theme option, will this happen again in this time if i re-install it. Tq
     
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    You can use Widget Saver plugin to save your widgets.
    Download it from the link given below and install it from the Plugins panel (Plugins ->Add New ->Upload) in your Dashboard.
    http://wordpress.org/plugins/widget-saver/

    And then update your theme by downloading the latest copy of SaleJunction Theme from the members area (http://inkthemes.com/members/member)
    and, upload and activate it in your dashboard.

    Follow the link given below for reference.
    http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/
     
  6. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    how about other setting and data in theme option
     
  7. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Your theme option content and css code in the Custom CSS section will remain intact while installing fresh Theme, but if you have make changes in .php files
    (like header.php, sidebar.php ,footer.php..etc.) of theme then you will loss your changes while installing fresh Theme.
     

Share This Page