Hello,
Thank you. I have passed your issue to our developers. I’ll inform you once they fix the issue.
Regards
Hello,
Thank you. I have passed your issue to our developers. I’ll inform you once they fix the issue.
Regards
Hello,
Glad to hear that problem was resolved.
Regards
Hello,
Unfortunately, it’s not possible to implement the layout from your screenshot with the default HTML structure of the WooCommerce shipping area. I have passed your request to our developers. They will try to change it and then include to theme update. If you provide us with WP Dashboard and FTP access to your site I’ll be able to upload an improved version to your server once get a response from developers. Or follow our updates and check when we release improvements of this checkout section https://xstore.8theme.com/update-history/
Regards
Hello,
Check now, please.
Regards
Hello,
We found that selector conflicts with this option http://prntscr.com/t0rmbk Please, keep it disabled till we fix the problem. We’ll try to find the solution and include solution to the theme update once we fix it.
Sorry for this inconvenience.
Regards
Hello,
We fixed the arrow previous time https://gyazo.com/6f7683ed509d55ca08fb2b25d2401437 We don’t see issues with this. Try to flush cache (browser and plugin cache).
Regards
Hello,
Maybe the page is private or moved to trash. Not sure about this. Provide us with WP Dashboard access to check the problem in more detail.
Regards
Hello,
Go to Theme Options > Header builder > remove the element from the header bottom https://gyazo.com/86fc6bdf7f4dcb7c1ee805b51f96f411
Regards
Hello,
1) Watch the video tutorial how to install theme https://youtu.be/UAlAkvoilfk
You need to unzip theme and xstore folder that you get move to wp-content/themes/
2) After that go to your Dashboard > XStore > Activate theme using your purchase code and follow the Demo content setup wizard.
3) HTML folder is for those who need also HTML template for their own needs. If you don’t know what this is and need WP theme only then just skip that folder.
4) Place files from that folder to wp-content/languages/themes/
After that install Loco translate plugin and update translation files according to docs https://www.8theme.com/documentation/xstore/theme-translation/translation-files-update/
Continue translation if you find any untranslated strings on the frontend. Of course site language in WP settings should be Portuguese.
Regards
Hello,
Could you, please, provide us with temporary WP Dashboard access to check the backend of the footer static block and its settings?
Regards
Hello,
We found that selector conflicts with this option http://prntscr.com/t0rmbk Please, keep it disabled till we fix the problem. We’ll try to find the solution and include solution to the theme update once we fix it.
Sorry for this inconvenience.
Regards
Hello,
1) Go to WPBakery > Role manager > enable builder not just for pages but also for the static block http://prntscr.com/t0r4ho
2) After that go to Static Block > edit it and change the image.
If it does not work then provide us with Dashboard access to your site to check.
Regards
Regards
Hello,
Go to Theme Options > Header builder > remove the Newsletter element from the header area http://prntscr.com/t0r20f .
Regards
Hello,
Sorry for the delay in answering.
1) The Dashboard link does not work anymore.
2) You forget to provide password for the FTP.
Regards
Hello,
Take my apologies for the delay in answering.
The problem caused by your custom https://gyazo.com/9a678133f91814d10690048d238cfce0
.footer-widget li a, .widget li a {
line-height: 0.4em !important;
font-size: 12px !important;
}
Replace it by
.footer-widget li a, .widget li a {
line-height: 1 !important;
font-size: 12px !important;
}
Regards
Hello,
Our theme includes a number of options to edit layout of the shop page and products. You can find options in Theme Options > WooCommerce > Shop. If you need anything extra and want to edit shop page using Elementor you need to buy Pro version of the Elementor plugin.
Regards
Hello,
Thank you for using our theme!
Go to Static Blocks and edit your mega menu static block > press edit row icon and check “Equal height” option http://prntscr.com/t0oe0c Save changes. Check the mobile menu after that. If it does not help then provide us with WP Dashboard and FTP access to your site.
Regards
Helo,
We don’t have problem with the widget once we added our correct token http://prntscr.com/t0ntqa
1) So, log out from your Face book account. Press add account button http://prntscr.com/t0nuo8 and proceed with the steps to generate token.
2) After that go to Appearance > Widgets > choose the account http://prntscr.com/t0nvh3
3) After that go to XStore > Instagram API and refresh data http://prntscr.com/t0nvzi
Regards
Hello,
You used custom font-family for the headings in the typography settings and that’s why product title also uses that family. We have added below code to custom CSS to change it and inherit the body font
.content-product .product-title a {
font-family: inherit;
}
Check now.
Regards
Hello,
We got the translation from the customer, so all the translations are partial, unfortunately. But 7% is better than nothing, so we have included it to the translations list. If you see the missing strings on the frontend you can finish the translation of these staring by editing this translation.
If you can finish translations and share it with us using the form at the top of the page we would be very grateful https://www.8theme.com/forums/xstore-wordpress-support-forum/xstore-translation-files-sharing/
Regards
Hello,
Go to WPBakery > Role manager > enable WPBakery for the static blocks, not just for pages.
Use Static block to create that mega menu layout http://prntscr.com/t0fk1e
Watch our video tutorial on how to create mega menu using static block https://youtu.be/f07MBdnFPfk
Regards
Hello,
Thank you for your access. We need a little bit more time to find out. I’ll inform you once we fix the problem. Thank you for your patience.
Regards
Hello,
We don’t see any errors in the console or problem with product images http://prntscr.com/t0fg0g
That error was related to cached version of old scripts and styles. Once you cleared the cache everything is ok I think.
Regards
Hello,
Go to Appearance > Widgets > add the Product categories widget to Shop sidebar and translate widget title to what you need.
Regards
Hello,
If you go to WooCommerce > Status > Logs tab > you’ll see a lot of error logs related to your child theme http://prntscr.com/t0fdro
Take a look at the code that you changed there and fix it. The theme author is not responsible for changes made in the child theme.
Regards
Hello,
We are sorry for the delay in answering. We have a lot of requests that’s why response time is increased.
1) Add the below code to Theme Options > Custom CSS
.single-product .etheme-sticky-cart .cart {
align-items: center;
}
Also, find the code
.custom-button, .single-product .single_add_to_cart_button, .wpcf7-form input[type=submit] {
line-height: 25px;
padding: 31px 89px;
color: #fff !important;
font-size: 13px;
letter-spacing: 2px;
margin-top: 40px;
font-family: Lora;
font-weight: 400;
width: 311px;
border: none;
height: 75px;
background: url(https://xstore.8theme.com/demos/makeup/wp-content/uploads/sites/39/2017/06/pink-img.png) no-repeat;
}
and remove margin-top: 40px; from that code.
2) Go to Pages > edit the home page > edit the section options and change the bg image http://prntscr.com/t0fbyf
3) Provide us with temporary WP Dashboard access to check the backend settings you used for that heading and fix them to make it look in makeup demo style.
Regards
Hello,
1) Provide us with link to your site, temporary WP Dashboard and FTP access to your site to check the problem in more detail.
2) What mobile device do you use (model)?
Regards
Hello,
Product categories widget is not the filter widget. This is the default WooComerce widget that displays a list of categories but does not filter by the categories.
To filter by categories you need to look for filter plugins. There are a lot of free https://wordpress.org/plugins/search/filters/ and paid filter plugins but we did not study them very carefully to check which one has the categories filter you need. Check the description of the plugins to get more information about this.
Regards
Regards
Hello,
Because of negative margin for the first row in the row settings http://prntscr.com/t0f4d9
I have removed that margin. Check the mobile menu now.
Regards
Hello,
Install and activate all the required plugins especially Redux to get access to Theme Options http://prntscr.com/t0f3fv
Regards