Title: doc4's Replies | WordPress.org

---

# doc4

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 843 total)

1 [2](https://wordpress.org/support/users/doc4/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/doc4/replies/page/3/?output_format=md) …
[55](https://wordpress.org/support/users/doc4/replies/page/55/?output_format=md)
[56](https://wordpress.org/support/users/doc4/replies/page/56/?output_format=md)
[57](https://wordpress.org/support/users/doc4/replies/page/57/?output_format=md)
[→](https://wordpress.org/support/users/doc4/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MessyMenu] Set Menu Order?](https://wordpress.org/support/topic/set-menu-order/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/set-menu-order/#post-18050350)
 * I have a working version where you can add a menu link position number, just 
   need to clean it up. I’ll probably need to take out the manual sorting once this
   is released. It was a nice temporary thing but really gets in the way once you
   start adding the positions 🙂 Will release soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MessyMenu] Set Menu Order?](https://wordpress.org/support/topic/set-menu-order/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/set-menu-order/#post-18050259)
 * ReOrdering has been added. I’m looking into the other suggestions as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MessyMenu] Set Menu Order?](https://wordpress.org/support/topic/set-menu-order/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/set-menu-order/#post-18046041)
 * Are you submitting plugins too? It too almost a year and a half to get a response.
   The worst was when they finally did get back to me, WordPress had updated, but
   I still had ‘Requires at least’ set to the previous version so it was rejected!
   It’s been a struggle for sure.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MessyMenu] Set Menu Order?](https://wordpress.org/support/topic/set-menu-order/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/set-menu-order/#post-18046033)
 * It took such a long time to get this through WordPress that I really just stopped
   working on it. I was planning on adding the ordering but hadn’t thought about
   the other ideas. I really like them though. Once I’ve added them in I’ll give
   you credit in the plugin :). Let me see what I can do.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12077608)
 * Thank you, I’m doing just that. Good news is your plugin is not the issue 🙂
   
   I Really appreciate the help on this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12077269)
 * And the function is
 *     ```
       if ( ! function_exists( 'rdwpVueAppCssClasses' ) ) :
           function rdwpVueAppCssClasses() {
               return implode(
                       ' ',
                       ThemeOptions()->VUE_APP_CSS_CLASSES ?? []
               );
           }
       endif;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12077152)
 * Alright removing `<?php echo rdwpVueAppCssClasses(); ?>` from the header fixes
   everything. I’m just not sure what this is at the moment.
 *     ```
       <body <?php body_class(); ?>>
       <?php wp_body_open(); ?>
       <div id="rd-wp-app" class="rdpp-v6-3-0 wrap <?php echo rdwpVueAppCssClasses(); ?>">
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12077121)
 * This is interesting, removing the header.php file seems to fix the problem. Still
   digging.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12077104)
 * Switching themes does, in fact, make the sorting work, with and without the plugins
   activated. I don’t think the plugins are the cause, something in the theme must
   be causing this to happen.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12077089)
 * Good call on switching themes. Let me try that, be right back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12076497)
 * I’ve tried disabling all of the plugins with no luck, though I suspect that I
   have two instances of jquery.
 *     ```
       <script type='text/javascript' src='https://portal.racingdudes.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp'></script>
       <script type='text/javascript' src='https://portal.racingdudes.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
       ```
   
 * I’ve removed one at a time to no avail either. I’m also running this in a dev
   environment completely removed from the CDN and it’s still non-functional. I’m
   running out of ideas to try. I appreciate any thoughts on this.
    -  This reply was modified 6 years, 6 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
    -  This reply was modified 6 years, 6 months ago by [doc4](https://wordpress.org/support/users/doc4/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Sorting and jquery functionality not working](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/)
 *  Thread Starter [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/sorting-and-jquery-functionality-not-working/#post-12076482)
 * Ah, yes. I turned on the ‘Use DataTables’ forgot I turned it off. There is a 
   CDN on this so it takes a bit to recache the site. Here are some images and a
   video of me trying to use this in the meantime.
 * [https://drive.google.com/open?id=1m5i-Gy-GYm-KBgzx9R_3iCcrsKZxYvK6](https://drive.google.com/open?id=1m5i-Gy-GYm-KBgzx9R_3iCcrsKZxYvK6)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multicons] What's New in Version 5?](https://wordpress.org/support/topic/whats-new-in-version-5/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/whats-new-in-version-5/#post-7098072)
 * Just updated the plugin to show the changes and removed the default favicon from
   the Dashboard. There is only one default favicon to ensure the plugin is working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multicons] Latest version removed my favicon and replaced with another](https://wordpress.org/support/topic/latest-version-removed-my-favicon-and-replaced-with-another/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/latest-version-removed-my-favicon-and-replaced-with-another/#post-6692023)
 * The plugin is supported but it’s easier to reach me if you email me directly 
   through our website. Visit the screenshots section of the plugin then use the
   contact form on the website.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multicons] What's New in Version 5?](https://wordpress.org/support/topic/whats-new-in-version-5/)
 *  Plugin Author [doc4](https://wordpress.org/support/users/doc4/)
 * (@doc4)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/whats-new-in-version-5/#post-7098061)
 * I’ll get that updated in a moment.
 * Version 5 now has support for Android favicons both high resolution and regular.
   It’s also been updated to show support for WordPress 4.2.2. I’ve also added new
   favicon templates.

Viewing 15 replies - 1 through 15 (of 843 total)

1 [2](https://wordpress.org/support/users/doc4/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/doc4/replies/page/3/?output_format=md) …
[55](https://wordpress.org/support/users/doc4/replies/page/55/?output_format=md)
[56](https://wordpress.org/support/users/doc4/replies/page/56/?output_format=md)
[57](https://wordpress.org/support/users/doc4/replies/page/57/?output_format=md)
[→](https://wordpress.org/support/users/doc4/replies/page/2/?output_format=md)