Title: IHDadmin's Replies | WordPress.org

---

# IHDadmin

  [  ](https://wordpress.org/support/users/ihdadmin/)

 *   [Profile](https://wordpress.org/support/users/ihdadmin/)
 *   [Topics Started](https://wordpress.org/support/users/ihdadmin/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ihdadmin/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ihdadmin/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ihdadmin/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ihdadmin/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ihdadmin/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments Evolved for WordPress] JS Error And Commenting Tabs Misaligned](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/)
 *  Thread Starter [IHDadmin](https://wordpress.org/support/users/ihdadmin/)
 * (@ihdadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/#post-3723736)
 * Previous problem solved with some jquery tweaks but now I am facing another one:
   
   Steps to reproduce:
    1. [Please click on this link](http://www.indiahelpdesk.in/terror-threats-factored-into-navys-preparations)
    2. Click on Facebook tab
    3. click on Disqus Tab
    4. click on Google + Tab
 * Now you can see that Google+ tab is coming up empty .i.e there is no comment 
   form. It is coming up in first time but not after visiting other tabs.
 * please help me. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments Evolved for WordPress] JS Error And Commenting Tabs Misaligned](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/)
 *  Thread Starter [IHDadmin](https://wordpress.org/support/users/ihdadmin/)
 * (@ihdadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/#post-3723713)
 * I got the reason. It is happening because of old version of jquery-ui.min.js.
 * Its working fine with latest version but its affecting other features on the 
   site. It is included in theme’s files.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments Evolved for WordPress] JS Error And Commenting Tabs Misaligned](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/)
 *  Thread Starter [IHDadmin](https://wordpress.org/support/users/ihdadmin/)
 * (@ihdadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/#post-3723585)
 * Found this article: [Check Here](http://core.trac.wordpress.org/ticket/11526)
 * > using wp_enqueue_script() or wp_register_script() before init is wrong.
 * This may be causing the issue:
 *     ```
       function gplus_comments_init()
       {
         define( 'GPLUS_COMMENTS_VERSION', '1.3.0' );
         defined('GPLUS_COMMENTS_DEBUG') or define('GPLUS_COMMENTS_DEBUG', false);
         defined('GPLUS_COMMENTS_DIR') or define('GPLUS_COMMENTS_DIR', dirname(__FILE__));
         defined('GPLUS_COMMENTS_URL') or define('GPLUS_COMMENTS_URL', rtrim(plugin_dir_url(__FILE__),"/"));
         defined('GPLUS_COMMENTS_LIB') or define('GPLUS_COMMENTS_LIB', GPLUS_COMMENTS_DIR . "/lib");
         defined('GPLUS_COMMENTS_TEMPLATES') or define('GPLUS_COMMENTS_TEMPLATES', GPLUS_COMMENTS_DIR . "/templates");
   
         wp_register_style('gplus_comments_font', GPLUS_COMMENTS_URL . '/font/font.css', null, GPLUS_COMMENTS_VERSION, "all");
         wp_register_style('gplus_comments_tabs_css', GPLUS_COMMENTS_URL . '/styles/tabs.css', array("gplus_comments_font"), GPLUS_COMMENTS_VERSION, "screen");
         wp_register_script('gplus_comments_tabs_js', GPLUS_COMMENTS_URL . '/js/tabs.js', array('jquery-ui-tabs'), GPLUS_COMMENTS_VERSION, true);
         wp_enqueue_script('jquery');
         wp_enqueue_script('jquery-ui-core');
         wp_enqueue_script('jquery-ui-tabs');
       }
       add_action('init', 'gplus_comments_init');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments Evolved for WordPress] JS Error And Commenting Tabs Misaligned](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/)
 *  Thread Starter [IHDadmin](https://wordpress.org/support/users/ihdadmin/)
 * (@ihdadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/#post-3723578)
 * Previously I was using wp-minfy only for css, not for js.
    Although presently
   I have turned it off to solve this problem.
 * Please check again. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comments Evolved for WordPress] JS Error And Commenting Tabs Misaligned](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/)
 *  Thread Starter [IHDadmin](https://wordpress.org/support/users/ihdadmin/)
 * (@ihdadmin)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/js-error-and-commenting-tabs-misaligned/#post-3723561)
 * Even after turning of the mod_pagespeed, it’s replicating. So please help.
    You
   can check the link after clearing the cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Problems importing tablepress](https://wordpress.org/support/topic/problems-importing-tablepress/)
 *  [IHDadmin](https://wordpress.org/support/users/ihdadmin/)
 * (@ihdadmin)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problems-importing-tablepress/#post-3255693)
 * Mee too facing the same issue.
    [link](http://www.indiahelpdesk.in)

Viewing 6 replies - 1 through 6 (of 6 total)