• Resolved malvveli

    (@malvveli)


    Hi,

    I am trying to reorder my portfolio items and even though I have done it in the backend the following issue appears on debug.log file.

    
    

    [19-Oct-2022 13:09:00 UTC] DEBUG_MSG:
    [252]./public/class-reorder-post-within-categories-public.php
    + RPWC2 SORT VALIDATION, found post_type ‘avada_portfolio’ / taxonomy ‘portfolio_category'(4)
    [19-Oct-2022 13:09:00 UTC] DEBUG_MSG:
    + RPWC2 SORT VALIDATION ABORTED, for orderby: date

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Thank you for the detailed report, makes my life easier ??

    RPWC2 SORT VALIDATION ABORTED, for orderby: date

    So by default, the manual order does not override an oderby directive, which your current query is using. This is done specifically to allow front-end widgets to reorder posts, for example a product page allowing a custom order menu such as most popular or some other order request.

    You can 2 options,

    1. a hard override (see screenshot, #5) which will apply only to that term (so you need to do it for all terms your order) and will systematically override your posts, or…

    2. programmatically override the orderby which allows you more fine-grained control (see FAQ #10)

    Thread Starter malvveli

    (@malvveli)

    Hi,

    Thank you for your answer ??

    Plugin Author Aurovrata Venet

    (@aurovrata)

    did you manage to get it to work?

    Thread Starter malvveli

    (@malvveli)

    No to be honest I did not,

    I clicked the Override ‘orderby’ query attribute checkbox.
    I also tried to do it programmatically, but I guess I did something wrong.
    I did not want to bother this is why i did not mentioned it again:(.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Do you still need to get it to work, or have you found another solution?

    I am available to help you to get it to work if you need it.

    Thread Starter malvveli

    (@malvveli)

    To be honest I would like to make it work, because it seems like a great solution. How can we get in touch?
    Thank you so much for your help!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    can you reach out to me on “vrata at syllogic dot in”

    Plugin Author Aurovrata Venet

    (@aurovrata)

    assuming this is fixed. Please reach out if you’re still having issues.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Re ordering portfolio within category Issue’ is closed to new replies.