Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
You can add this code in Theme Options > Custom css:
.wcppec-checkout-buttons {
overflow: visible;
}
http://prnt.sc/evjyuv
or http://prnt.sc/evk4lr
.wcppec-checkout-buttons {
overflow: visible;
}
.wcppec-checkout-buttons__separator{
display:none;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom css for mobile:
.mobile-nav-heading.close-mobile-nav {
color: white;
}
.mobile-nav li a {
color: white;
}
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Go to Appearance > Themes > install and activate Storefront theme – official WC theme and check if this problem persists when default theme is activated.
Try to disable 3-rd party plugins and update Visual Composer plugin https://www.8theme.com/download-plugins/page/2/. Then check.
Let us know the result.
Regards,
Rose Tyler.
Hello,
Feel free to ask if you need any other help.
Regards,
Rose Tyler.
Hello,
Please, provide wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
You can replace old plugin files to new, use FTP or cPanel.
Regards,
Rose Tyler.
Hello,
Your last question is a bit unclear. Could you please clarify us with more details?
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
To change “Select Options’” you may edit wp-content/plugins/woocommerce/includes/class-wc-product-variable.php file (line number 42).
Regards,
Rose Tyler.
Hello,
You’re welcome!
Regards,
Rose Tyler.
Hello,
Try to disable 3-rd party plugins and update Visual Composer plugin https://www.8theme.com/download-plugins/page/2/. Then check.
Regards,
Rose Tyler.
Hello,
I’ve checked it in Firefox and seems it works fine there also.
Try to clear browser cache and make sure that you are using the last Firefox version.
Regards,
Rose Tyler.
Hello,
Go to Appearance > Themes > install and activate Storefront theme – official WC theme and check if this problem persists when default theme is activated.
Regards,
Rose Tyler.
Hello,
To hide it on all pages you can use this code in Custom css for mobile:
.sidebar {
display: none !important;
}
if only for checkout and categories pages:
.woocommerce-checkout .sidebar, .tax-product_cat .sidebar{
display: none;
}
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom css for mobile:
.home .header-wrapper {
padding-bottom: 40px;
}
.home .divider {
margin: 10px;
}
Regards,
Rose Tyler.
Hello,
I’ve checked it and saw the same situation with official WooCommerce theme – Storefront. We’ll be able to help you only in case problem appears with our theme only and works fine with Storefront.
Regards,
Rose Tyler.
Hello,
Please, add this code in Custom css:
.step-title:after {
display: none;
}
.woocommerce-checkout .shop_table .shipping th {
width: 20%;
}
Regards,
Rose Tyler.
Hello,
In this case, provide wp-admin and FTP access, please.
Regards,
Rose Tyler.
Hello,
Yes, try to change the value to what you need and then check.
Regards,
Rose Tyler.
Hello,
You’re welcome!
The problem was related to php version, so we changed one of the function conditions.
Regards,
Rose Tyler.
Hello,
Also, you can use this code:
.payment_box p label {
padding-left: 0;
margin-top:10px;
}
To this http://prntscr.com/evibq8 add
width: 100%;
http://prntscr.com/eviby3 +
margin-bottom: 15px;
and
#payment label {
padding-left: 0;
}
This one you can add in Custom css for mobile, to hide sidebar on this page:
.woocommerce-checkout .sidebar {
display: none;
}
Regards,
Rose Tyler.
Hello,
Please see screenshots http://prntscr.com/evi4ce http://prntscr.com/evi523
Regards,
Rose Tyler.
Hello,
You can change this code to:
.home .products-grid .product {
width: 50% !important;
}
Regards,
Rose Tyler.
Hello,
As I see, you didn’t change file: on your site – http://prnt.sc/evh2g5 and need to be http://prnt.sc/evh2zz. Please, replace etheme.js file in js folder, use FTP.
Regards,
Rose Tyler.
Hello,
Go to Settings > Permalinks and click “Save” button.
Regards,
Rose Tyler.
Hello,
I’ve checked it https://gyazo.com/62c48b632e02559c4777069932691d75
Is your problem solved?
Regards,
Rose Tyler.
Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
You’re welcome!
You need to delete this custom code http://prntscr.com/evgwyz
Regards,
Rose Tyler.