Hello,
We can’t tell you why it does not work for you without Dashboard access. Provide access to check.
Regards
Hello,
We can’t tell you why it does not work for you without Dashboard access. Provide access to check.
Regards
Hello,
You are welcome!
Regards
Hello,
Yes, you can edit the page and remove the Revolution slider element and either add the single image element or use 8theme Slider element https://youtu.be/_dVwgeruFJk
Regards
Hello,
Add the following code to Theme Options > Custom CSS to implement changes:
/* ===== To make products 100% width for the mobile ===== */
@media only screen and (max-width: 480px){
.products-grid .product {
width: 100%;
}
}
/* ===== To limit title height ===== */
.product_list_widget li .product-title a {
height: 5ex;
line-height: 2.5ex;
overflow: hidden;
}
Regards
Not at all.
Regards
Hello,
What version of WPBakery do you use? Are you trying to use backend or frontend editor?
Regards
Hello,
Unfortunately, Static Blocks do not support Frontend editor, only Backend. What design do you want to implement? If you provide us with your design I’ll be able to suggest you what elements to use or even create it for you.
Regards
Hello,
Good solution because these buttons are not for links to your social accounts, share buttons created for share option.
Regards
Hello,
1) JS file you mentioned is the default WordPress file, we are theme developers and can help you only with questions related strictly to our theme files, theme options, theme styles. Questions about default WP files you need to address to WP support.
2) Add to cart button question. Add the following custom to Theme Options > Custom CSS and tell me if this is what you need
.adding-to-cart .add_to_cart_button.added {
color: transparent !important;
}
.adding-to-cart .add_to_cart_button.added:before {
content: '\e918';
color: #fff;
position: absolute;
left: 50%;
transform: translateX(-50%);
transition: none;
}
Regards
Hello,
Sorry, but we are not the SEO experts, we are theme developers and we can help you only with questions related to Theme Options, theme styles. All the other questions are outside the scope of our support, unfortunately. Contact SEO plugin support to get the answer to your questions.
Regards
Hello,
There is no special option to edit the with of the single product container for the mobile or align it. You can do this using custom CSS if you have the CSS skills. For example, add the following code to Theme Options > Custom CSS
@media only screen and (max-width:768px){
.product-information-inner {
text-align: center;
}
.product-share, .share-post {
justify-content: center;
}
div.quantity {
margin-bottom: 0;
float: none;
}
.product-information .cart {
display: flex;
align-items: center;
justify-content: center;
}
}
Regards
Hello,
Thank you that you shared your solution. Probably it will be useful for somebody with the same request.
Regards
You are welcome!
Regards
Hello,
Yes. Link to old archive sent to your registration email. Keep in mind that XStore core plugin version should be 1.0.23 and you can find it in the Downloads list https://www.8theme.com/downloads
Do you need help with site update? We can assist you with this for free, just provide Dashboard and FTP access to your site.
Regards
Hello.
4.0 version of Legenda theme will be compatible with the latest version of WooCommerce. But it has not released yet.
We have submitted 4.0 theme update to ThemeForest. Waiting for approvement.
Regards
Hello,
Go to Theme Options > General > Header Settings > Breadcrumbs background > change the bg image to what you need. It will change the breadcrumbs bg image for whole the site. If you want to change the breadcrumbs image for this page only upload featured image for the page. Individual page image overwrites the global option for this page only.
Regard
Hello,
No, XStore core plugin was out of date http://prntscr.com/o02ugk
Don’t see any error when you use recommended in previous message version 1.2.2. Read the support answer more attentive next time and follow the recommendations.
Regards
Hello,
I see. Then replace the previous code by the following
.single-product ul.st-swatch-size-large.st-image-swatch.st-swatch-shape-square li {
width: 100px;
height: 100px;
}
You can use either child theme style.css or Custom CSS area, no matter. Just don’t forget to clear cache.
Regards
Hello,
If you want to display sale price for the variable products in the following way http://prntscr.com/o02q7z, unfortunately, WooCommerce does not have such option. You may try to implement this only by additional customization. You can submit customization request here.
Regards
Hello,
You are welcome!
Regards
Hello,
Also, try to check the site using the real device.
Regards
Hello,
There is no option to edit that link. It’s default WP option, it’s not related to our theme.
Regards
Hello,
IE is the out of date browser. Anyway, make sure that old browser support option is enabled http://prntscr.com/o02ldq
Regards
Hello,
Copy single.php into child theme. Edit the file and move
<?php comments_template('', true); ?> before the related posts
http://prntscr.com/o02k1j
Regards
Hello,
You are welcome!
Regards
You are welcome!
Regards
Hello,
I asked you to add that code to child theme style.css but it was empty http://prntscr.com/nzw3nu
Everything works ok if I add the code and clear cache.
Regards
Hello,
Use either Button WPBakery element http://prntscr.com/nzvxzs or the button shortcode http://prntscr.com/nzvy7f
Regards
Hello,
Do you want to get the zoom button over the image? Something like this http://prntscr.com/nzvvyu ?
Then add the following custom CSS to child theme style.css
.images-wrapper .main-images:before {
width: 30px;
height: 30px;
border-radius: 5px;
background: #fff;
position: absolute;
right: 5px;
bottom: 5px;
font-family: 'xstore-icons';
content: '\e90b';
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
pointer-events: none;
}
Regards
Hello,
Everything depends on your design for desktop and mobile devices. Detailed information about CSS units you can read here https://www.w3schools.com/cssref/css_units.asp
Regards