Title: wpdevboy's Replies - page 2 | WordPress.org

---

# wpdevboy

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/users/wpdevboy/replies/?output_format=md) [1](https://wordpress.org/support/users/wpdevboy/replies/?output_format=md)
2

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Filterable Posts/Custom Posts] Order of categories](https://wordpress.org/support/topic/order-of-categories-6/)
 *  [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/order-of-categories-6/#post-10780722)
 * try this – [https://wordpress.org/support/topic/order-categories-5/#post-8802776](https://wordpress.org/support/topic/order-categories-5/#post-8802776)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[One Page Scroll] Sidebar not closing on mobile](https://wordpress.org/support/topic/sidebar-not-closing-on-mobile/)
 *  Thread Starter [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-not-closing-on-mobile/#post-10758980)
 * Hopefully its obvious but if youre using this code just edit the pixel width 
   you want to add the click to close option (mines set to 1000px)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[One Page Scroll] Sidebar not closing on mobile](https://wordpress.org/support/topic/sidebar-not-closing-on-mobile/)
 *  Thread Starter [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/sidebar-not-closing-on-mobile/#post-10758972)
 * All good fixed it, adding this to the footer
 *     ```
       <script>
       jQuery(document).ready(function() {
         jQuery('.home_page_sidebar_menu li').click(function() {
           if(jQuery(window).width() < 1000){
       	jQuery(this).parents(".sidebar").addClass("hide-sidebar");	
       	jQuery('#panel-cog i').removeClass('fa-chevron-left').addClass('fa-chevron-right');
       	jQuery('section.content_wrap').css({'margin-left':'0px'});
       	}
         });
       });
       </script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Speeding up large datasets](https://wordpress.org/support/topic/speeding-up-large-datasets/)
 *  Thread Starter [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/speeding-up-large-datasets/#post-10541655)
 * [@meitar](https://wordpress.org/support/users/meitar/) how much $$ to find the
   motivation to update the plugin with partial fetches?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Speeding up large datasets](https://wordpress.org/support/topic/speeding-up-large-datasets/)
 *  Thread Starter [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/speeding-up-large-datasets/#post-10430700)
 * thanks [@meitar](https://wordpress.org/support/users/meitar/), will keep that
   in mind. do you know how to disable/enable the [https://datatables.net/reference/option/deferRender](https://datatables.net/reference/option/deferRender)
   option? can you do it via the table shortcode?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Speeding up large datasets](https://wordpress.org/support/topic/speeding-up-large-datasets/)
 *  Thread Starter [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/speeding-up-large-datasets/#post-10420266)
 * btw im not using the no-datatables class option so customizing the table options
   should have some effect
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Responsive table for mobile?](https://wordpress.org/support/topic/responsive-table-for-mobile-2/)
 *  [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/responsive-table-for-mobile-2/#post-10420197)
 * the table is no longer responsive – you need to downgrade the version of datatables
   js to 2.0.0 in inline-gdocs-viewer.php (edit the plugin)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Only first 100 rows load](https://wordpress.org/support/topic/only-first-100-rows-load/)
 *  [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/only-first-100-rows-load/#post-10420189)
 * you can add a filter to your functions.php – see here for an example – [https://wordpress.org/support/topic/qdoc-query-under-other-notes-bottom-of-screen-example-request/](https://wordpress.org/support/topic/qdoc-query-under-other-notes-bottom-of-screen-example-request/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] How to load just some entries at first?](https://wordpress.org/support/topic/how-to-load-just-some-entries-at-first/)
 *  [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/how-to-load-just-some-entries-at-first/#post-10420186)
 * you can add queries as part of the shortcode – see [https://maymay.net/blog/projects/inline-google-spreadsheet-viewer/](https://maymay.net/blog/projects/inline-google-spreadsheet-viewer/)
   for examples or create a filter – see [https://wordpress.org/support/topic/qdoc-query-under-other-notes-bottom-of-screen-example-request/](https://wordpress.org/support/topic/qdoc-query-under-other-notes-bottom-of-screen-example-request/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Inline Google Spreadsheet Viewer] Responsive layout not working properly](https://wordpress.org/support/topic/responsive-layout-not-working-properly/)
 *  [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/responsive-layout-not-working-properly/#post-9857159)
 * thanks, switching back to v2.0 worked for me as well
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Filterable Posts/Custom Posts] Order categories](https://wordpress.org/support/topic/order-categories-5/)
 *  Thread Starter [wpdevboy](https://wordpress.org/support/users/wpdevboy/)
 * (@wpdevboy)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/order-categories-5/#post-8802776)
 * figured it out. edit the rfp-class to change it from orderby=count to orderby
   =description. this will reorder the categories in the admin screen. now create(
   or update) a new shortcode with the categories in the correct order and it will
   display correctly
 * Change:
    `orderby=count&offset=1&hide_empty=0&fields=all`
 * To:
    `orderby=description&order=ASC&offset=1&hide_empty=0&fields=all`
    -  This reply was modified 9 years, 3 months ago by [wpdevboy](https://wordpress.org/support/users/wpdevboy/).

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/users/wpdevboy/replies/?output_format=md) [1](https://wordpress.org/support/users/wpdevboy/replies/?output_format=md)
2