You are welcome!
Regards
You are welcome!
Regards
Hello,
Go to Theme Options > Styling > Custom CSS and find styles for the .footer-links-bakery a, change the margins and font-size.
Regards
Hello,
Problem is caused by MailChimp for WooCommerce plugin. It makes the problem with theme script and also with the Massive Addons plugin script.
So, contact plugin author to solve the problem.
Regards
Hello,
Loco Translate > WooCommerce plugin. Or it can be other plugin translation if that text is added by the third-party plugin.
Regards
Hello,
Widget that is used there is the default WooCommerce widget and there are no options to hide some categories in widget settings. You can try the following code, where cat-item-52 – autogenerated class depending on category id
.widget_product_categories li.cat-item.cat-item-52 {
display: none;
}
Regards
Hello,
1) It depends on the WPBakery plugin script that finds that you enabled stretch row option and applies it. We don’t have the solution for this because it depends on plugin script and the speed of the script loading.
2), 3) It would be better if you ask plugin author in the comments section about this to get the really helpful answer.
Regards
Hello,
We have added the code below in the Custom CSS. Is that what you wanted?
.star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 5.3em;
font-family: star;
font-weight: 400
}
.star-rating::before {
content: '\53\53\53\53\53';
opacity: .25;
float: left;
top: 0;
left: 0;
position: absolute
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em
}
.star-rating span::before {
content: '\53\53\53\53\53';
top: 0;
position: absolute;
left: 0;
color: #2c2d33
}
p.stars {
margin: 10px 0;
}
#review_form p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
text-indent: 0;
opacity: .25;
}
#review_form .stars a:before {
font-family: star;
content: '\53';
color: #78C247;
letter-spacing: 2px;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
}
p.stars a:hover~a::before {
content: '\53';
color: #43454b;
opacity: .25
}
p.stars:hover a::before {
content: '\53';
color: #78C247;
opacity: 1
}
p.stars.selected a.active::before {
content: '\53';
color: #78C247;
opacity: 1
}
p.stars.selected a.active~a::before {
content: '\53';
color: #43454b;
opacity: .25
}
p.stars.selected a:not(.active)::before {
content: '\53';
color: #78C247;
opacity: 1
}
#review_form .stars a.star-5:before, #review_form .stars a.star-4:before,
#review_form .stars a.star-3:before, #review_form .stars a.star-2:before {
content: '\53';
}
#review_form .stars a {
font-size: 1.14em;
}
.comment-form-rating label {
margin-bottom: 36px;
}
Regards
Hello,
I can’t understand where you have that from your screenshot (cart, checkout, product) but if you want to remove that word you can do this using translation and just remove “via” in your translation, for example http://prntscr.com/kixlf7
Regards
Hello,
WooCommerce sorting options you can find in Appearance > Customize > WooCommerce > Product page.
You can check if this solution https://www.templatemonster.com/help/woocommerce-how-to-remove-some-options-from-the-sort-by-list.html is ok for you to remove some sorting options from the list. Use child theme function for these changes.
Regards
Hello,
1) We use Ajax request for the quick view. We send Ajax request to get product info and show it in the quick view window. Ajax request uses admin-ajax.php https://codex.wordpress.org/AJAX_in_Plugins
So, contact your hosting provider to solve this permission issue for the Ajax request.
2) Go to Theme Options > Styling > Custom CSS and add the following code
@media only screen and (min-width: 1200px){
.content-product .product-content-image img {
min-width: 1px;
}
}
Then go to Appearance > Customize > WooCommerce > Image size and choose the correct proportion for your site images. Regenerate thumbnails if you change the image settings.
Regards
Hello,
Our theme uses WPBakery Page builder (formerly Visual Composer, it’s old name of this plugin) https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431
Visual Composer Website builder is the different plugin https://visualcomposer.io/docs/faq/visual-composer-website-builder-vs-wpbakery-page-builder/
So, go to Appearance > Install Plugins > Install WPBakery page builder and then go to its settings > Role manages etc.
Regards
Hello,
Done.
Regards
You are welcome!
Regards
Hello,
Check now, please.
Regards
Hello,
Yes, we have the bugs tracker and I have added this issue to list.
Regards
You are welcome!
Regards
You are welcome!
Regards
Hello, @Rafael Pereira
Once you disabled cache I don’t see any problems. Do you still have the issue?
Regards
Hello,
Go to xstore/framework/woo.php and find etheme_top_cart function, copy it to child theme functions.php. And edit this function according to your need either using function or shortcode from plugin developers.
Regards
Hello, @kejdzinka
We just updated your translation file from pot http://prntscr.com/kijpez and uploaded updated translations. Category is translated now.
Regards
Hello,
You are welcome!
1) Done.
5) Go to Theme Options > Single Product > use Custom Tab Title and Return field to add title and content.
6) To reduce the space around the brand image add the following code in child theme style.css
.product-brands .title {margin-bottom: 0 !important;}
.product-brands img {padding: 0;}
If you want just to limit the width of that block add
.product-brands {
max-width: 179px;
float: right;
}
Regards
Hello,
1. Check now.
3. What you have in translation file http://prntscr.com/kij9bu the same on the frontend. I suppose you changed the translation of the WC plugin only and forgot about theme translation. Because once I made changes in theme translation file for the update cart, for example, it works fine.
4. Add the following code in child theme style.css
.add_to_cart_button {
color: #fff;
background: #ff0066;
border-color: #ff0066;
}
.add_to_cart_button:hover {
text-decoration: underline;
color: #fff;
}
Regards
Hello,
Theme Options > Import/Export and we pressed to import One page demo http://prntscr.com/kij4ze and it was imported. Check site now and let me know if you need any other help.
Regards
Hello,
Do you mean you want to have the accordion tabs design but for the mobile devices only or also for the desktop?
1. On the right menu:
– Uncategorized is the default WC plugin category we don’t have any options to delete it. You can just rename it in Products > Categories and edit the category. Or enable Hide empty categories in widget settings http://prntscr.com/kigdj3
– Remove widget title http://prntscr.com/kigcv2
On the main menu:
– Name of the product – You can disable it in Theme Options > Single Products http://prntscr.com/kigep3
– Product Information – removed by editing content-single-product.php in child theme
– Categories: – removed by editing content-single-product.php in child theme
– Amount (כמות) – do you want to remove title only or q-ty field at all?
– Social Networks – Theme Options > Single product > Show share buttons > off
– Description (תיאור) – removed
2) Done
3) Use the following code in child theme functions.php
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 25 );
4) Check now.
5) Sorry, I’m not sure that understand where exactly you want to add the tab. Can you provide me mockup?
6) I see that brand logo is 150×150 + paddings http://prntscr.com/kih0rm
7) Go to Theme Options > Single product > Tabs type > choose accordion.
Regards
Hello,
1) To add CSS changes use child theme style.css file. We have added code.
2) FTP is ok, but Dashboard access is still wrong.
3) If you want to edit translation go to Loco Translate and edit the WooCommerce plugin and Legenda theme translations according to your needs.
4) I’m not sure where exactly you want to change the color of the add to cart/read more button. On shop page? And do you want to change the text color or background color or border color? Provide me screenshot for better understanding.
Regards
Hello, @kejdzinka
Rose is out of the office during this week, so we can’t give the answer about the solution for that user. But if you provide me temporary Dashboard access we’ll check what caused the issue in your case and share the solution.
Regards
Hello,
I suppose your problem is related to errors in scripts http://prntscr.com/kieynu Do you use any script (for example mail chimp script) in the content of that page?
Regards
You are welcome!
Regards
Hello,
I have checked your form and would like to ask why you use the contact form if you want to implement subscription? For the subscription, it would be better to use Mail Chimp form. I have added MC form and necessary styles to child theme style.css. Check if this is ok for you or I should style the contact form instead?
Regards
Hello,
We don’t have the special area to add HTML/js code before body or head. You can use the additional plugin to add the code like Simple Header Footer HTML, Insert headers and footers or any similar.
Regards