This topic has 10 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
On my product pages I am getting an extra category accordion menu at the bottom of the page. On further investigation I’ve found that it move to the top of the page if you change the position of the mobile version.
It shouldn’t be appearing on the standard desktop version. Any help?
Hello,
Please provide us with wp-admin panel credentials and a page link where we can see the problem.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Details below
Hello,
Have you made any changes in the original theme files?
Please provide us with FTP credentials.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
No I haven’t made any changes to the original theme files. Login details below:
Hello,
This problem isn’t related to sidebar mobile position.
The reason is you created pages and added shortcodes that load product category. The category is shown with sidebar, so there are 2 sidebars: for a page and for a category.
You can resolve this issue in 2 ways:
1. Add products categories to the menu in Appearance > Menus
https://www.8theme.com/blog/how-to-include-product-category-into-menu/
2. Disable sidebar on the created pages, because shortcode loads Product Page sidebar (edit Page > Templates (in in Page Attributes box) > One column, without sidebar).
I’ve selected “No Sidebar” template for this page http://alimarriott.co.uk/store/?page_id=36
Please check it.
Thank you.
Regards,
Eva Kemp.
Okay great, thanks Eva.
Another question. I see in the sample pages, it’s possible to have an image at the top of the category pages – how do I go about doing that? I had it before but it won’t display now that I am creating the pages correctly
Thanks
Hello,
I’ve enabled product category thumbnails in Settings > Store > Presentation tab > “Product Category Settings” section > Show Product Category Thumbnails > Yes.
Now clear your browser cache and check the categories pages.
Thank you.
Regards,
Eva Kemp.
Thanks Eva,
You’re a legend.
Final final question,
Is there somewhere I should be looking to change the colour of the prices from red? Or should I just do this in the css
Thanks
Hello,
You need add this code in custom.css file and write your color value:
.pricedisplay {
color: #FF4949 !important;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up