This topic has 7 replies, 3 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hello,
I’ve just installed Xstore Theme but all the pages are different from the ones on the demo. Here is the website http://www.premiumhotellerie.it/test. I’m not getting why I’ve followed the step in your guide
Hello,
I have imported home page layout using templates. Check now.
Not sure what caused glitch with the import of the home page during installation. Maybe some timeout or decoding issue. Anyway, check and let me know if there is something else that should be fixed.
Regards
Thank you, yes now it is working. But there are some bugs on buy-now-button when I install elementor pro. Can you check this?
Do you mean this http://prntscr.com/syflb7 ? Text of the button is too long, so add the next code in Theme Options > Theme Custom CSS
.content-product .button {
font-size: 11px;
padding: 10px 15px;
}
Regards
Thanks, I will check if the problem is that and let you know.
1) I think that I have the same problem I had on home page with the blog page, because it looks strange and I cannot edit with elementor. Can you check?
Hi,
2. can you please check why the blog page doesn’t appear as your demo?
3., how can I disable the product category shown on the single product? Not product page but in the carousel you can see on the home page
Hello,
1) Did you follow Elementor instructions described here https://elementor.com/blog/create-blog-page-wordpress/ to edit blog archive page?
2) Because breadcrumbs were disabled for that page http://prntscr.com/syr5ug Check now.
3) I don’t see product category in the carousel on the home page http://prntscr.com/syr7f2 Could you, provide screenshot for better understanding?
To disable category on the single product add the below code to Theme Options > Custom CSS
.product_meta .products-page-cats {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up