Dear Enfold Team,
I use a Masonry element with the entry type “Product Cat” and then say 2 from 8 different product categories selected, Sort option is set to “yes, display sort options and currently active taxonomy”.
Problem: the 2 selected categories are shown for sorting, but around them there are extra separator lines for the other non-displayed product categories, looks messed up. See for yourself below:
Thanks in advance,
Joerka
Hi joerka27!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-sort-by-term .text-sep {
border: none!important;
text-indent: 0!important;
}
.av-masonry-sort .avia_hide_sort {
display: inline-block;
}
Cheers!
Yigit
Hi Yigit,
I added the code, but then all (including the non-selected sort options) are visible, which is not the intention.
Solved it after some try&error with:
.av-masonry-sort .avia_hide_sort {
display: none!important;
}
Problem was that “.html_elegant-blog .post-entry .text-sep” sets display: inline-block, that’s why it only appears (my assumption) when elegant blog is activated.
Problem solved nevertheless, thanks for your help!
Joerka
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit