Viewing 15 replies - 1 through 15 (of 28 total)
  • Ditto!

    Same here! Gone back to version 2.1.

    Plugin Author hijiri

    (@hijiri)

    Thanks for the feedback.
    I verify that trouble.

    Thread Starter meanthemes

    (@meanthemes)

    Thanks, any ideas on when a fix will be available, already getting people asking me why ordering is broken (I recommend this plugin on a number of my themes).

    I had to remove the plugin completely to get my normal order back, not even using 2.1 again solve the ordering issue the 3.0.3 created…

    I wonder if this version has been tested at all…

    Yes, it has stopped working for all my websites, too. Had to go back to date manipulation. *sigh*

    Yes i also face same problem ,any news about next update .

    Ditto, when can we expect an update with fix?

    same here

    went back to 2.1 and all is fine again

    Plugin Author hijiri

    (@hijiri)

    Is the trouble only the front?
    Is admin normal?

    Admin looks fine. Just that the set order is being ignored.
    In my case, I simply reverted back to the previous version of the plugin and everything worked again. Avoid update until this is fixed.

    Thread Starter meanthemes

    (@meanthemes)

    I can confirm, admin is perfect, front end seems to ignore the query. 2.1.0 worked without issue for me so hopefully its a simple roll back of that part of the code.

    Plugin Author hijiri

    (@hijiri)

    Hi, there.

    updated to ver.3.0.4.
    Please try this.

    note:
    Your Query which uses the ‘order’ or ‘orderby’ parameters is preferred.
    In order to prefer the parameters of your query, You must use the ‘WP_Query()’ or ‘query_posts()’. Excluded ‘get_posts()’.

    Thanks.

    Thread Starter meanthemes

    (@meanthemes)

    Hi there, it still doesn’t seem to work for me,

    Here is the query I am using and I must stress, Intuitive CPO overwrote this just fine in 2.1.0…

    $main_query = new WP_Query( array ( 'post_type' => 'meanthemes-homepage', 'posts_per_page' => '9999', 'orderby' => 'date', 'order' => 'asc' ) );

    Please can you take another look at your code and compare it to 2.1.0 method?

    ver.3.0.4 is working for me now, thanks!

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘3.0.3 has broken something’ is closed to new replies.