This topic has 17 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Sir,
I am Ivellios.Now when I setup the shop page of the woopress theme,I found I can’t setup it as same as the handtools Demo.
For instance:
1.I want 3 column products list,not 4 column.
2.I don’t want the picture between banner and products list of shop page.
So what should I do?
TKS
Hello,
Thanks for the topic.
1. Customize > Woocommerce > Product Catalog > Products per row
2. Theme Options > Shop > http://prntscr.com/jlnic2
Regards
Sir,
Thanks a lot.I have sovled the problems.
In the process of change, I found that my website couldn’t meet mobile phone adaptation.
So how can I do?
Thank you very much!
Regards
Hello,
You’re welcome!
Theme Options > Responsive > Enable Responsive Design.
Regards
Sir,
Tks very much.Another question:
When I categorize my products in the shop page, it will always show “Uncategorized”. How can I remove “Uncategorized”?
Regards
Hello,
Please read this – https://wordpress.org/support/topic/woocommerce-category-issue-uncategorized/
Regards
Sir,
Thank you.I got it.
And how can I add banner for every page?Just like the page of SHOP,BLOG and so on.
At the same time,when I use the demo,both Chinese and English displayed in the page.
So what should I do?
Regards!
Hello,
1. There is no option to show a banner on all pages.
2. Please give me more details about the problem and provide some screenshots.
Regards
Sir,
1. I want to add backgroung picture on the top of every page as the same as demo”handtools”(Sorry,I just expressed wrong)
2. I have Uploaded screenshots(https://prnt.sc/jqqizv)
Thank you sir
Regards
Sir,
I have another question:
In the url of the products displayed, whether it is possible to remove the directory of the “product-category” to avoid the URL layer being too long, which is not conducive to Google SEO.
Tks
Hello,
1. On our demo, this http://prntscr.com/jqzrm3 is the result of settings for breadcrumbs. Theme Options > Header Settings > Breadcrumbs > Breadcrumbs Style – Background large and upload Breadcrumbs background image.
2. Thanks for the screenshot. What language did you select in Settings > General > Site Language?
To translate theme, I would recommend you to use Loco Translate plugin https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (the same for woopress theme).
3. All settings for URL you can find in Settings > Permalinks. Read more – https://docs.woocommerce.com/document/permalinks/
Regards
Sir,
Tks a lot.I have sovled the problems with your help.
In addition,in single product page,I want to show product title and remove it from breadcrumb which product title located on breadcrumb.
So what should I do?
Regards
You’re welcome!
Theme Options > Single Product Page > Show Product Title > On
+ add this code in Theme Options > Custom css:
.single-product .page-heading .title {
display: none;
}
Regards
Sir,
How to remove”Return to Previous Page”near the breadcrumb of every page?
Tks
Regards
.page-heading .back-history {
display: none;
}
Regards
Thank you Sir
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up