• Resolved 4alifetime

    (@4alifetime)


    Hi everybody,

    First of all, i cant start without saying: lovely plugin.

    I guess, since i added some code at functions.php file the jquery features (search, sorting, next/previous page) stopped to work. I’ve read this entry and even deleting the whole new code and i dont get why but the site explodes.

    function add_jquery_ui() {
    	wp_enqueue_script( 'jquery' );
        wp_enqueue_script('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js', false, '1.11.4');
    	wp_register_style('jquery-ui', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css');
    	wp_enqueue_style( 'jquery-ui' );  
    }
    add_action( 'init', 'add_jquery_ui' );

    I’d aprecciate if anybody can help me.

    Thanks in advanced,
    4aLifeTime

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    I don’t think that this code is causing the problem, but that something else is interfering.
    Can you therefore please try again after temporarily deactivating all other plugins and after switching to a WordPress default theme like Twenty Sixteen? That way, we can find what’s causing this.

    Regards,
    Tobias

    Thread Starter 4alifetime

    (@4alifetime)

    Thanks for your quick reply. I figured out. As you recommended, i deactivated each plugin one by one and “Custom Code CSS and JS” was the problem.

    Regards,
    4aLifeTime

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems with Jquery functions’ is closed to new replies.