• Hi, I found an issue when Jetpack plugin is active, especially when Sharing and Publicize modules are active. The whole page content is blank.

    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter David Rozando

    (@daviedr)

    I found a fix, but not sure if this causes other issues.

    In your jck-woo-shortcode-pagination.php file, comment these lines:

    $wp_query->found_posts = $GLOBALS['woocommerce_loop']['pagination']['found_posts'];
    $wp_query->post_count = $GLOBALS['woocommerce_loop']['pagination']['post_count'];
    $wp_query->current_post = $GLOBALS['woocommerce_loop']['pagination']['current_post'];
Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with Jetpack modules’ is closed to new replies.