• Resolved manfield75

    (@manfield75)


    It’s really a weird issue.
    We have a post query in our page:

    if( is_page( $ntz['pages']['tours'] ) ){
        $tours = new WP_Query();
        $tours->query(array(
          "post_type"      => 'cini_tours',
          "posts_per_page" => -1,
          "orderby"        => 'menu_order',
          "order"          => 'ASC'
        ));

    that returns 0 items only if site is browsed using Safari (actually also if we do a get request from telnet).
    If plugin is disabled everything works as expected.
    Any idea?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter manfield75

    (@manfield75)

    The issue is not related to Safari.
    Actually if I’m logged as admin I see these elements on frontend, otherwise not.
    Role Scoper should affect only backend, but it messed something on frontend.

    Thread Starter manfield75

    (@manfield75)

    Moreover. New result from testing:

    1. Safari is logged off: posts are not visible on frontend
    2. Safari is logged on: posts are visible on frontend
    3. Any other browser is logged off or on: posts are visible on frontend.

    Definitely there’s an issue related to Safai.

    Thread Starter manfield75

    (@manfield75)

    This issue is no valid. I close it. I will reopen it with the right topic.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin:Role Scoper] Safari issue’ is closed to new replies.