Hello,
Fixed. Changes were made in theme-functions.php and theme-options.php files.
Regards
Hello,
Fixed. Changes were made in theme-functions.php and theme-options.php files.
Regards
Hello,
You are welcome.
Regards
Hello,
1) To change image size either use any graphic editor (Photoshop etc) or default WP tool https://gyazo.com/d91e68fec857980bb2e45900dda4ead5
To get the top bar go to Theme Options > Header > top bar http://prntscr.com/okfmiw
To enable cart, search, my account use also header options http://prntscr.com/okfmxm
2) I don’t understand you. Do you want to get that row back https://ibb.co/DVhYvTv ?
3) Slider works https://gyazo.com/efc80261745a94b4e470832bbab0d83e Why do you think that it does not work?
Regards
Hello,
You are welcome.
Regards
Hello,
Our documentation is online https://www.8theme.com/documentation/xstore/
If you have any problems with downloading theme package from Downloads area of ThemeForest, please, contact Envato support https://help.market.envato.com/hc/en-us/requests/new We are just theme author that sells products on the ThemeForest marketplace, we do not manage the downloads files.
Regards
Hello,
We have checked your site and see that theme is installed and you also imported demo content. Provide screenshot of the problem, please. Where you see the pending message?
Regards
Hello,
Provide us with temporary Dashabord and FTP access to your site, please. We’ll check and help you.
Regards
Hello,
You have added just links to pages, not the screenshots. I don’t see any problem with that product https://gyazo.com/d4bc68d3023d48def65bcb5cf15be07e
Regards
Hello,
Follow the documentation https://www.8theme.com/documentation/xstore/plugins/mail-chimp-form-custom-styles/
Regards
Hello,
Don’t see any transparent bg if the container color is selected https://gyazo.com/9c45f7c0e292a8fd6bc6a59c21536275
Provide me screenshots of your issue for better understanding.
Regards
Hello,
Sorry, but there is no class or ID to add the custom icon for that text. It was before http://prntscr.com/o9078f but not now http://prntscr.com/oke6y9 They are using simple p tag to display the message now. I have changed custom code from
.product-view-mask3 .footer-product>.wcmp_add_to_cart_message:before
to
.product-view-mask3 .footer-product>p:before
but keep in mind that if that text does not have any custom class and we use just p tag to apply styles then if any other p tag will be displayed in the product footer it will also have that icon.
Regards
Hello,
I don’t see any problem with that page http://prntscr.com/oke2sy
You chose the blank template and page displays according to your saved settings.
If you don’t need this then change the template to default one instead of blank http://prntscr.com/oke3l2
Regards
Hello,
Border radius also should work but we can’t re-save theme options to generate correct styles http://prntscr.com/okdv9z
What changes did you do during last day? Did you enable/disable any plugins? Every WP page has js errors http://prntscr.com/okdwli Fix this, please.
Regards
Hello,
Could you, please, provide temporary Dashboard access to your site. We need to check the settings to give you helpful answer.
Regards
Hello,
You are welcome.
Regards
Hello,
We can’t check your site because of password protection. Please, provide us link to page where you use Vimeo and temporary Dashboard access to your site. We’ll check and help you.
Regards
Hello,
You are welcome.
Regards
Hello,
Provide us with temporary Dashboard and FTP access to your site, please.
Regards
Hello,
You are welcome.
Regards
Hello,
We can’t check the site because of some fatal error. Provide us with FTP access to your site.
Regards
Hello,
1., 3. Clear the browser cache.
2. The new update will be able next week.
Regards
Hello,
I don’t see the same layout as on your screenshot. For me page looks little bit different http://prntscr.com/ok0tvi
Do you want to align title to left? Go to Theme Options > Breadcrumbs > choose Align left instead of align-center http://prntscr.com/ok0uht Check now.
Regards
Hello,
1) Remove the following code from the child theme style.css http://prntscr.com/ok0lda
2) Add the following code to make products 100% width for mobile
@media only screen and (max-width: 480px){
.products-grid .product {
width: 100%;
}
}
Regards
Hello,
Check now.
Regards
Hello,
If you don’t want to show menu over the breadcrumbs then Header over the content option should be disabled and upload header image if you need it http://prntscr.com/ok0e90
And manage breadcrumbs paddings and bg http://prntscr.com/ok0ffs according to your needs.
Regards
Hello,
You may try another color for the bullets to get them for both versions http://prntscr.com/ok0d2v
Regards
Hello,
Seems this is bug of the new version of the Revolution slider because it changes the bullets while editing https://gyazo.com/fdb009e6c26be43fee9171ea143c4c20 but does not apply changes on the preview or frontend http://prntscr.com/ok0bge
We have asked plugin author about this issue https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments?page=989&filter=all#comment_22523975 and waiting for reply.
Regards
Hello,
1) Create static block with the necessary content (banner or text or images). Copy the Static block shortcode. Go to Products > Categories > add the static block shortcode to the product description http://prntscr.com/ojzpwh Save.
2) Yes, create different static blocks
3) You will see the banner only for those categories where you add it.
Regards
Hello,
You are welcome!
Regards
Hello,
1) Need also FTP access to fix code.
3) Just disable it in Theme Options > Shop > Product layout http://prntscr.com/ojzlhe
4) There is no option to show list for mobile and grid for the desktop but you can make product 100% width, just add the following code to child theme style.css
@media only screen and (max-width: 480px){
.products-grid .product {
width: 100% !important;
}
}
5) Translate XStore core plugin http://prntscr.com/ojzo13
Regards