• Hi,

    it′s a great plugin.

    One Question: Is it possible to reorder the list of favorited posts? Now the last favorited post is added at the bottom of the list. For my users it would be much more comfortable, if it would be added at the top of the list.

    Is there any solution like adding somewhere an “order=desc” or something like that?

    Thanks in advance

    https://www.ads-software.com/plugins/favorites/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sthib

    (@sthib)

    Any idea for this?

    Yes, this would be a fantastic option. Did you find a solution for this?

    Thread Starter sthib

    (@sthib)

    I have done it with a “CSS-Stunt”:

    .favorites-list {
        transform: rotate(180deg) !important;
    }
    .favorites-list li {
        transform: rotate(-180deg) !important;
    }

    Works for me (for now)…

    @sthib … Great Idea. It works.

    I am thinking also about a solution for pagination with sorting descendant of course.

    This worked great for me as well! Thank you so much for this snippet of code. Saved me a lot of time and searching.

    Moved my list slightly to the left when rotated, so I changed around the margins under .favorites-list li and now it is perfect.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Order of Favorites List’ is closed to new replies.