slezaka
Forum Replies Created
-
Problem is not with random. Same results with:
1. option: Featured(desc) -> title(desc)
2. option: Featured(desc) -> price(desc)Everything is working fine, when i have only one sorting method or if first is ASC and second is DESC. When both main fields are DESC or ASC sorting is not working.
I have everything on localhost. But tommorow i can prepare live version for testing.
Hi, thx for reply. I know i can nested them. But when i tryting to configure sorting like:
1. option: Feautured(desc) -> random
2. option: Featured(desc) -> title(desc)
3. option: Featured(desc) -> price(desc)
4. option: Featured(desc) -> post_date(desc)It’s not working on frontpage. All fields in sorting list are marked like “active”.
Working configuration for example is:
1. option: Featured(desc) -> random
2. option: Featured(asc) -> price(desc)Not working configuration is:
1. option: Featured(desc) -> random
2. option: Featured(desc) -> price(desc)So i can’t add multiple descending main fields with different sub fields like you are writing. It is not working. I think there is problem with “active” class on frontpage. All main featured fields are marked as “active” in class. Probably it is bug.
