This topic has 7 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Brian Johnson
Hello dear Support,
We just bought WooPress and we love it. We have some problems that I wanted to check with you.
1- Our site is in Spanish and although I already translated the .mo and .po files (as mentioned in the help document), the Shop Sidebar still shows a “Category” label on top (as seen in IMAGE1). I can’t seem to find the place to translate this label.
https://dl.dropboxusercontent.com/u/1950227/IMAGE1.jpg
2. I want to get rid of the sort functionality on top of the Shop page (as seen in IMAGE2) because we are using the template as a catalog more than a shop. Is there a way to get rid of it?
https://dl.dropboxusercontent.com/u/1950227/IMAGE2.jpg
3. When I click on the “FrontEnd Editor” to edit the Shop page in the Visual Composer, it just keeps loading it and never finishes (as seen in image3). The Visual Composer does work correctly in other pages.
https://dl.dropboxusercontent.com/u/1950227/IMAGE3.jpg
Thanks a lot for your help!
Jorge
Also, one last thing…
4. It seems that if I change h1 to adjust the size of the font of the page name (as shown on IMAGE4) it also changes the size of the font in the menu and categories.
https://dl.dropboxusercontent.com/u/1950227/IMAGE-4.jpg
Hello,
1. You need place Woocommerce Product Categories widget into Shop Sidebar area in Appearance > Widgets and write your own title there.
2. Please add this code in custom.css file:
.filter-wrap .woocommerce-ordering {
display: none;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
3. Please check if it works with default WordPress theme.
4. Please add this code in custom.css file:
.bc-type-3 .title, .bc-type-4 .title, .bc-type-5 .title, .bc-type-6 .title {
font-size: 20px;
}
Regards,
Eva Kemp.
Thanks for your answer!!! Here are some comments:
3. Please let me know what do you mean by default WordPress theme? Visual Composer works for all pages except the Shop page.
4. I did the changes in custom.css but it still looks the same. It looks like it’s not using the title class. Here’s an image: https://dl.dropboxusercontent.com/u/1950227/IMAGE-5.png
Best,
Jorge
Hello,
3) It’s because the Shop and Blog are static page and they can’t be edited via FrontEnd Editor in our theme.
4) Please try replace this code
.bc-type-3 .title, .bc-type-4 .title, .bc-type-5 .title, .bc-type-6 .title {
font-size: 20px;
}
to
.bc-type-3 .title, .bc-type-4 .title, .bc-type-5 .title, .bc-type-6 .title {
font-size: 20px !important;
}
Regards,
Robert Hall.
Thanks for all your help! It is now working!
You are welcome!
With best regards
BRian Johnson
The issue related to '‘Shop Sidebar & Shop Page’' has been successfully resolved, and the topic is now closed for further responses