Hello,
I’ve created pages in your site, check, please. To configure shop and blog page go to Theme Options.
Also, increase PHP Post Max Size value to 64M.
Regards,
Rose Tyler.
Hello,
I’ve created pages in your site, check, please. To configure shop and blog page go to Theme Options.
Also, increase PHP Post Max Size value to 64M.
Regards,
Rose Tyler.
Hello,
I’ve re-added previous code in Custom css. Clear browser cache and check menu.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.prdctfltr_wc input[type="checkbox"] {
-webkit-appearance: checkbox;
}
Regards,
Rose Tyler.
Hello,
Sorry, but you have to wait for the answer from Woocommerce support.
Unfortunately, we are able to help only in case problem related to our theme options or functionality and files. In case problem related to default WooCommerce options then only plugin authors can help you.
Regards,
Rose Tyler.
Hello,
Could you please provide wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Sorry for a delay.
Try to add this code in Custom CSS:
.single-product .container {
background: white;
}
Regards,
Rose Tyler.
Hello,
Please, use this code:
.menu > li > a {
line-height: 1.5;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Global Custom CSS:
@media only screen and (max-width: 1200px){
.shopping-cart-widget .cart-summ .shop-text, .shopping-cart-widget .cart-summ .total, .header-type-18 .navbar-right .navbar-right .shop-text {
font-size: 14px;
}
.shopping-cart-widget {
background-color: transparent;
padding: 0;
}
.shopping-container {
margin-top: 20px;
}
}
and this in Custom CSS for mobile:
.shopping-cart-widget .cart-summ .shop-text {
font-size: 0;
}
Regards,
Rose Tyler.
Hello,
Sorry, but we don’t have such feature in our theme. Promo popup works for all pages.
Regards,
Rose Tyler.
Hello,
Please read the documentation https://www.8theme.com/demo/docs/classico/index.html#footer
First, you need to disable footer demo blocks in 8Theme Options->General->Footer.
Next, you can create and edit footer in Static Block section. To enable Visual Composer editor for static block go to Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”. In Static Block you can choose 4 columns for content http://prntscr.com/dwn8p3. Also, set “Static Block” widget from Footer widget in Appearance > Widgets.
Regards,
Rose Tyler.
Hello,
As I see, the previous code works fine http://prntscr.com/dwn2tx , clear browser cache and check it after that. If this is not what you want to change then provide me screenshot for better understanding.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
Go to Edit page > edit Row or Column settings and go to Design Options tab, there change padding, margin and color http://prntscr.com/dwcus9 http://prntscr.com/dwd1jn http://prnt.sc/dwcvsg http://prntscr.com/dwcz3v
This Visual Composer documentation may be helpful for you:
https://wpbakery.atlassian.net/wiki/display/VC/Element+Design+Options
Regards,
Rose Tyler.
Hello,
I’ve changed some settings. Please, check it now.
Regards,
Rose Tyler.
Hello,
You can try to add this code:
.product {
width: 100%;
}
.footer-product {
width: 30%;
float: none;
left: 35%;
}
in custom css for page http://prntscr.com/dwc6rc
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
Could you please provide a link to your website and with wp-admin access in Private Content so we could check it?
Regards,
Rose Tyler.
Hello,
Sorry for a delay.
Could you please check the credentials? We can’t login your website and see the problem at the moment.
Regards,
Rose Tyler.
Hello,
You can set background image for row and background color for column http://prntscr.com/dwbl38
Regards,
Rose Tyler.
Hello,
I checked your site on iPhone 6s and everything works now. Please see screenshot: http://prntscr.com/dwb9h3
Regards,
Rose Tyler.
Hello,
1. Try to add this code in Custom CSS:
.out-stock {
top: 22%;
right: 3% !important;
left: auto;
width: 68px;
height: 68px;
}
.out-stock .wr-c {
font: 10px/15px 'Roboto', Arial, Helvetica, sans-serif;
margin-top: 16px;
}
.out-stock .wr-c .bigT {
font-size: 12px;
}
2.
.mobile-nav a {
color: white !important;
}
.mobile-nav-heading {
color: white;
}
5. Unfortunately there is no such possibility.
6. Try to use WooCommerce Product Tags widget.
Regards,
Rose Tyler.
Hello,
1-2. Please update the theme to the latest version 3.0.3.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Don’t forget to create back up of your files and database before starting update process!
https://youtu.be/KdWESIIPU1k
Also, try to disable all 3rd-party plugins, clear browser cache and check issue after that.
3. Please add this code in custom.css file:
.single-product-page .product-info .quantity .minus {
z-index: 2;
}
Regards,
Rose Tyler.
Hello,
Try to add this code in Custom CSS:
.menu .nav-sublist-dropdown {
transform: translateX(-50%);
left: 50%;
}
Regards,
Rose Tyler.
Hello,
Glad to hear you resolved the issue.
Have a nice day!
Regards,
Rose Tyler.
Hello,
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
Regards,
Rose Tyler.
Hello,
You’re welcome!
Try to change this code http://prntscr.com/dw79ov to display: block;
Regards,
Rose Tyler.
Hello,
You’re welcome!
Have a nice day!
Regards,
Rose Tyler.
Hello,
You can show 2 products per row using this code in Theme Options > Custom CSS > Custom CSS for mobile:
.products-grid .product {
width: 50% !important;
}
Regards,
Rose Tyler.