Cannot display directory/entry in lightbox – colorbox/theme conflict

Home Forums Gravity Forms Directory & Addons Cannot display directory/entry in lightbox – colorbox/theme conflict

This topic contains 0 replies, has 1 voice, and was last updated by  drew173 3 months, 3 weeks ago.

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #5338

    drew173
    Participant

    I am using the Dancefloor v2_5 theme by Gorilla Themes.  Been watching the dev over there respond to several other queries and ignore mine even though I paid extra for the supported version >:(  so I figured I’d ask you too.

     

    http://www.sacmusicmachine.com/login

    username hurr

    password 12345678

    http://www.sacmusicmachine.com/my-forms

    The read and edit views for the forms pop up fine if I switch to any other theme…. but I’ve got a lot of work invested in this one and am fond of it.

    The theme uses Colorbox.  It’s about the only thing I can find for a conflict.  I tried disabling every plugin except GF and GF Directory, no dice.  I turned them all back on and switched themes and it works like a charm.  Switch back and it’s broken.

    Here are all the jquery script actions from functions.php:

    if (!function_exists(‘load_theme_scripts’))

    $jscriptURL = get_template_directory_uri().’/js/’;

    wp_deregister_script( ‘jquery’ );

    wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js’);

    wp_register_script(‘jcolorbox’, ($jscriptURL.’jquery.colorbox-min.js’), array(‘jquery’), NULL, true );

    wp_enqueue_script(‘jcolorbox’);

    wp_register_script(‘jsCycle’, ($jscriptURL.’jquery.cycle.all.js.js’), array(‘jquery’), NULL, true );

    wp_enqueue_script(‘jsCycle’);

    wp_register_script(‘jsEasing’, ($jscriptURL.’jquery.easing.1.3.js’), array(‘jquery’), NULL, true );

    wp_enqueue_script(‘jsEasing’);

    wp_register_script(‘JSlides’, ($jscriptURL.’slides.min.jquery.js’), array(‘jquery’), NULL, true );

    wp_enqueue_script(‘JSlides’);

    wp_register_script(‘myScript’, ($jscriptURL.’script.js’), array(‘jquery’), NULL, true );

    wp_enqueue_script(‘myScript’);

     

     

     

    Thanks for any insight you can provide.

     

     

     

     

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.