This topic has 8 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hi, i was trying to set page product, but i nee some support:
1. can i use a background color for sidebar?
2. i need show a pagination in main shop product, but i can´t, now show me 12 product an no more,
3. when i clik en a product, show me half part of image, i need see the image product complete.
4. i dont know how add to sidebar, a brand filter.
thanks for you help!!
juan
I forgot send you a link of my project: http://sociedadespañola.com.ar/perfumeria-2
Hello,
1. Please add this code in custom.css file:
.col-md-3.sidebar.sidebar-left {
background-color: grey !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
2. Please provide us with wp-admin panel credentials in private content.
3. I’ve checked single product page and an image has been loaded fully:
http://storage3.static.itmages.com/i/15/0504/h_1430753056_2449934_3be75c73bc.png
4. Go to Appearance > Widgets and drag “8theme – Brands Filter” widget into Shop Sidebar area.
Regards,
Eva Kemp.
Thanks a lot!work ok!
1. i sent a wp-admin panel credentials in private content. for help me with paginations
2. how can i translate SALE /NEW red circle icon? from .po? or a particualr php file?
thanks!!
Sorry i have 1 question!
1. i have many brands, more than 20, can i show this widget brands, in sidebar but with a accordion option? becouse show me now a large list with brands.
thnaks!
Hello,
1) Sorry, but your credentials aren’t correct.
2) You can translate these words in \woopress\woocommerce\loop\sale-flash.php file.
3) We don’t have such feature in our theme.
You can try to use some third-party plugin to implement such functionality.
Regards,
Robert Hall.
Thanks for you help! i found the solutions!!
Now i need change the color of menu item, on mouse over, can i do it?
best regards!
Hello,
Please add this code in custom.css file:
.menu > li > a:hover {
color: yellow !important;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up