Hello,
You can use the same license for both staging and production site if this is the same project.
Regards
Hello,
You can use the same license for both staging and production site if this is the same project.
Regards
Hello,
Could your hosting add that IP to whitelist? Activation is required to install additional plugins, get auto-updates of theme and XStore Core plugin etc. We are ready to give you refund if you want but it would be great if your hosting could add our IP to exclusion at least for a few days to allow you to activate theme and install all the necessary plugins and demo content.
Regards
Hello,
Edit 8theme options for the menu and use image like Image instead of background and choose position http://prntscr.com/rardzq
Regards
Hello,
Provide us also with the FTP access. We need to check some files in addition.
Regards
Hello,
Provide us with WP Dashboard and FTP access to your site to check and help you.
Regards
Hello,
There is no such option by default but you can implement this using third-party plugin, for example, WooCommerce Product addons.
Regards
Hello,
Where do you get this duplication? I don’t see the problem in the secondary menu http://prntscr.com/rah62j
Regards
Hello,
Can’t check the problem http://prntscr.com/ragv96 Provide us with WP Dashabord access to check and help you.
Regards
Hello,
I suppose you switched to single product builder. Do you plan to use single product builder or pre-created layouts for the single product? Provide us with WP Dashboard access to your site, it will be faster to improve styles than to post code here.
Regards
Hello,
Do you mean that you reset multiple headers that you created using the header builder?
Regards
Hello,
1) You enabled single product builder but did not add any content. I have added some default content for you http://prntscr.com/ragjkm
If you don’t want or don’t need custom structure of the single product and the default (pre-created) is ok for you then it would be better to disable single product builder (Theme Options > WooCommerce > Single product builder > Off) and use the default layout http://prntscr.com/ragohp
2) Seems you launched the import a few times and got duplicated menu items. Edit your menu from Appearance > Menus to remove/add menu items you need for different menus that are used in the header. Also, watch our video tutorials how to edit header using header builder https://www.youtube.com/watch?v=RbdKjQrFnO4&list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG
Let me know if you have any other questions.
Regards
Hello,
Do you use the Massive Addons carousel element? I recommended default element Image gallery http://prntscr.com/rafbpz
Regards
You are welcome.
Regards
Hello,
You removed classes for the text block with MC form and it caused the error. I have added the necessary classes directly to form structure instead of the text block of the footer content. Check now.
Regards
Hello,
This error Call to a member function get_cart_subtotal() on null is fixed.
Let me know if you still have the first error and if you have any other error messages in the log file once you get that error.
Regards
Hello,
Provide us with link to your site and temporary WP Dashboard access to check the issue and help you.
Regards
Hello,
Provide us with WP Dashboard access because I see that you removed to trash required woocommerce pages like cart, checkout, shop and I don’t see any product on your site.
Regards
Hello,
I passed your request to our developers. Maybe they will add this in one of the next updates.
Regards
Hello,
Did you face any issues on mobile devices after the changes?
Regards
Hello,
Try Image gallery WPBakery element + “stretch row and content” Row setting.
Regards
Hello,
Seems plugin files were corrupted. We have removed plugin files using file manager and installed plugin again. Check now.
Regards
Hello,
We need to inspect the form to find the reason of the problem. Provide us with temporary WP Dashboard access to your site to check and help you.
Regards
Hello,
I’m trying to explain that if you use image with text with bg fit “contain” you can’t display it without the gap. If you don’t want gap then use bg image without text, only with bubbles http://prntscr.com/ra901i and use it for your slider with image size cover. After that add the text layer with the necessary text http://prntscr.com/ra90o1 https://www.themepunch.com/slider-revolution/layer-content/#text-buttons
Regards
Hello,
Replace previous code by the following
.product-details .add_to_cart_button:before {
content: "\e90c";
}
.single_add_to_cart_button:before, .products-loop .product-details .add_to_cart_button:before, .products-grid .product-details .button:not(.compare):before, .product-slide .product-details .button:not(.compare):before {
background-color: #b71c1c;
border-radius: 5px 0 0 5px;
margin-left: -1px;
margin-right: 20px;
color: white;
font-size: 1rem;
padding: .91rem;
padding-bottom: .91rem;
}
.single_add_to_cart_button.button, .products-loop .product-details .add_to_cart_button, .products-grid .product-details .button:not(.compare), .product-slide .product-details .button:not(.compare) {
min-width: 150px;
border-radius: 5px !important;
padding-left: 0;
padding-right: 25px;
background-color: #f7be68;
color: black;
border: none !important;
padding-top: .91rem;
padding-bottom: .91rem;
}
.products-loop .product-details .add_to_cart_button {
padding-top: 10px;
}
.products-loop .product-details .add_to_cart_button:hover{
color: white;
background-color: #4c4c4c;
}
Regards
Hello,
Because your background image size is – “contain” and it won’t cover all the layer area that you set at slider settings http://prntscr.com/ra7kxp
If you want to avoid that space then use bg without text and choose bg size “cover” http://prntscr.com/ra7m49 and add text using text layers. Using “contain” you will always get space either at the right/left side or top/bottom depending on the device width.
Regards
Hello,
Yes, that archive is what you need. Every theme update includes both archives: updated theme archive and updated XStore core plugin archive. So, you need to update both using provided archives to get the correct result.
Regards
Hello,
This issue could be caused by updated version of core plugin and out of date version of the theme. We have updated theme http://prntscr.com/ra6wdr and imported demo again and did not face issues. Check your site now.
Regards
Hello,
Add the custom code to Theme Options > Custom CSS
.content-product {
box-shadow: 1px 1px 18px #b1b1b1;
padding: 0 0 10px 0;
}
Regards