Support

DETOX : Compatibility with WP e-Commerce (3 posts)

Languages

de | fr | es | 日本語

About This Topic

Tags

  1. rss laura

    new member


    rss Posted 1 year ago
    #

    Hey.
    Absolutely love the Detox theme. It's functionality is amazing! Just a quick question but is there any way i can incorporate the WP Shopping Cart e-Commerce plugin with the theme. The only thing that doesnt seem to work is that glider at the top of the page where it features the 4 latest posts. How would I be able to fix the glider?

  2. rss milo

    moderator


    rss Posted 1 year ago
    #

    WP Shopping Cart e-Commerce plugin is interfering with jquery call,
    you can break that with a simple function, that'll go into the Detox theme function:

    function my_init_method() {
    if (!is_admin()) {
    wp_deregister_script( 'jquery' );
    wp_register_script( 'jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js');
    }
    }
    add_action('init', 'my_init_method');

    As a general rule: any plugin that loads standard jquery core w/o checking if it's not already loaded, is not usable.

  3. rss milo

    moderator


    rss Posted 1 year ago
    #

    Updated Detox BuddyPress version (with more fixed bugs) is available

    for download

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.