• crool

    (@crool)


    Hi,
    The sorting works fine. Thanks! But to see the results at the frontend I have to check the ‘override orderby’box .
    Only ‘yes’ is not working.
    But with the ‘override orderby’box check visitors can no longer sort this category using the standard sort by box.

    Do i need to add some code or filter to my functions.php so visitors can use the default sort by box to change order by p.e. latest, popularity?
    Or what should i do?
    Hope you can help me out!
    Carol

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

    (@aurovrata)

    Indeed, and if you read the FAQs to understand how this plugin works you will find your answer. Hint FAQ #10 ??

    Thread Starter crool

    (@crool)

    Hi Aurovrata,

    I saw this one, thanks, but i do not realy understand this one.
    How or what should be the correct query to override?

    (if($wp_query….){
    $override = true;
    })

    My default orderby is set to menu_order so this one can be overwrite but all other queries not.
    Can you give me a hint?

    Hope you can help me out here.
    Carol

    Plugin Author Aurovrata Venet

    (@aurovrata)

    How or what should be the correct query to override?

    so each time your front-end fires a query ( the initial loading of tte page or when a user requests a custom order view), you an hook into the manual ranking process using the documented funcitonality in the FAQ #10.

    The $wp_query object is passed to the function for you to analyses and programmatically decide if you want the plugin to override that orderby directive or not.

    See the WP_Query object documentation and the orderby attribute that you can analyse to determine what you want to do.

    Thread Starter crool

    (@crool)

    Hi,
    Is there a way I can hire you to write this code for me?

    Like to hear from you

    Carol

    Plugin Author Aurovrata Venet

    (@aurovrata)

    sure, please reach out to vrata at syllogic dot in

    Thread Starter crool

    (@crool)

    Can not send the form? I don’t see a string or captcha:

    Captcha
    enter the above string to post your message.
    The reCAPTCHA wasn’t entered correctly. Go back and try it again.

    error:

    https://www.google.com/recaptcha/api/challenge?k=6LdoEQATAAAAAFR97sciYntriN1XcDw-CcLCx7Bg&hl=en:1 Failed to load resource: the server responded with a status of 404 ()

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Can not send the form? I don’t see a string or captcha:

    I don’t understand how this is related to your problem

    Plugin Author Aurovrata Venet

    (@aurovrata)

    vrata at syllogic dot in

    PS: this is an e-mail address nor a website, please read it aloud to understand

    Thread Starter crool

    (@crool)

    I went to the website syllogic.in , to the contactform. But i can not send it. Or is this not yours? Can you send me your e-mail?

    Plugin Author Aurovrata Venet

    (@aurovrata)

    But i can not send it. Or is this not yours?

    it is, but not maintained anymore and will be taken down soon.

    Can you send me your e-mail?

    I did already, vrata at syllogic dot in

    Thread Starter crool

    (@crool)

    Ah, took a little bit long to understand…..
    I did send you the email

    Thanks!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    yes, I got it. Will respond shortly

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Not showing without override orderby checked’ is closed to new replies.