Viewing 1 replies (of 1 total)
  • Plugin Author agentevolution

    (@agentevolution)

    There is no Ajax on the tabs. They use jQuery UI tabs, included in WordPress core.

    You can remove all the javascript on the single listing template with in your theme’s functions.php:
    remove_action('wp_enqueue_scripts', 'enqueue_single_listing_scripts');

Viewing 1 replies (of 1 total)

The topic ‘Disable Ajax’ is closed to new replies.