This topic has 6 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
Hi
I have 2 questions:
1 – Is there a way to change the hole woocommerce shop display to match an ess grid layout? I mean, so that i can use woocommerce default filters and manually create my own.
2 – The filter boxes are bugged. They do not display in a right way, can you check it? I would prefer a solution that does not include making a new box with custom css.
Here, check it out http://recsaviajes.com.ar/costa-atlantica/
also, i am using the child theme. I tested with the main, just in case, and the bug persists
Hello,
1. Unfortunately there is no such option. Sorry.
2. Please clarify how you want the filters to be displayed. Show us screenshots if possible.
Regards,
Eva Kemp.
oh, what a pitty. At least do you know if this is achievable via custom php?
I would like something like this: http://essential.themepunch.com/even-grid-adams/
As you can see, the options occupy only 1 line and have a decent line up. If you are going to add some custom css, i would appreciate if you could do this in the child theme’s css so i can modify it later. Also, i need it to be 100% responsive, other way the website becomes useless.
Just one more thing. As you can see, the filters elements have a check box for selecting some options at the same time. I don’t need this, i only need to select 1 option per filter at the same time. Is there a way to accomplish this?
Thanks for the quick answer!
Hello,
1. It will require a lot of customization in php files and Woocommerce templates too. If you have necessary skills you may try to do this.
2. Please provide us with wp-admin panel credentials.
Regards,
Eva Kemp.
1 – Maybe i’ll give it a try. Ty!
2 – I’ve provided them for you above, but i’ll do it again, no problema at all.
Hello,
You can increase the width of drop down section with this code in custom.css:
.esg-filter-wrapper.dropdownstyle .esg-filterbutton {
width: 200px;
}
Also you can refer to Ess. Grid documentation: http://essential.themepunch.com/documentation/#filtering and visit their support via comments section:
http://codecanyon.net/item/essential-grid-wordpress-plugin/7563340/comments
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up