Title: Mike Ritter's Replies | WordPress.org

---

# Mike Ritter

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/ritterml/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ritterml/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10Web Booster - Website speed optimization, Cache & Page Speed optimizer] Page Cache Will Not Clear When I Deactivate 10web Booster](https://wordpress.org/support/topic/page-cache-will-not-clear-when-i-deactivate-10web-booster/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/page-cache-will-not-clear-when-i-deactivate-10web-booster/#post-17854556)
 * Following up. The site is hosted on Godaddy. Problem was resolved when I disabled
   CDN. My apologies. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10Web Booster - Website speed optimization, Cache & Page Speed optimizer] Page Cache Will Not Clear When I Deactivate 10web Booster](https://wordpress.org/support/topic/page-cache-will-not-clear-when-i-deactivate-10web-booster/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/page-cache-will-not-clear-when-i-deactivate-10web-booster/#post-17812356)
 * Please reference [https://developer.wordpress.org/plugins/plugin-basics/activation-deactivation-hooks/](https://developer.wordpress.org/plugins/plugin-basics/activation-deactivation-hooks/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Create Block Theme] impossible to create child theme](https://wordpress.org/support/topic/impossible-to-create-child-theme/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/impossible-to-create-child-theme/#post-17028617)
 * Should this be marked resolved?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Spaces between bullets don’t save](https://wordpress.org/support/topic/spaces-between-bullets-dont-save/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/spaces-between-bullets-dont-save/#post-15957661)
 * You have shared a link to your wp-admin, which is not accessible to unauthorized
   users.
 * Also, you state “spaces between bullets”, which could mean between the bullet
   and the list item or between items in a bulleted list.
 * Learning CSS and HTML can be tedious. Please research your issue some more and
   post a followup.
 * For your experiments I recommend [https://tastewp.com/](https://tastewp.com/)
 * Note: Here’s a Pen with a CSS solution to spacing between LIs [https://codepen.io/Mikeritteronline/pen/dymBjXd](https://codepen.io/Mikeritteronline/pen/dymBjXd)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] our Site Title and/or Tagline are blank](https://wordpress.org/support/topic/our-site-title-and-or-tagline-are-blank/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/our-site-title-and-or-tagline-are-blank/#post-15093436)
 * Hi Jenny.
 * You should have these fields filled out.
 * If you do not want these to show up in your theme, you should adjust this setting
   in your theme.
 * If you share which theme you are using, perhaps someone can point you to where
   this setting is ( try the “Customize” screen in your “Admin Dashboard” to start).
 * Another option is to find the class name or ID of the block where your site title
   is displayed, then, in the “Customize” screen look for “Additional CSS”. There,
   you can hide the block like this:
 *     ```
       .block-class{
         display: none;
       }
       ```
   
 * [https://www.computerhope.com/issues/ch000746.htm](https://www.computerhope.com/issues/ch000746.htm)
 * [https://developer.mozilla.org/en-US/docs/Web/CSS/display](https://developer.mozilla.org/en-US/docs/Web/CSS/display)
 * [https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/](https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/)
 * [https://themeisle.com/blog/wordpress-customizer-how-to/](https://themeisle.com/blog/wordpress-customizer-how-to/)
    -  This reply was modified 4 years, 9 months ago by [Mike Ritter](https://wordpress.org/support/users/ritterml/).
    -  This reply was modified 4 years, 9 months ago by [Mike Ritter](https://wordpress.org/support/users/ritterml/).
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Using wp_nav_menu function to set classes](https://wordpress.org/support/topic/using-wp_nav_menu-function-to-set-classes/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/using-wp_nav_menu-function-to-set-classes/#post-15087866)
 * **How to Avoid**
 * Thanks [@catacaustic](https://wordpress.org/support/users/catacaustic/) for starting
   me on the path to resolving this.
 * The solution is the parameter `fallback_cb`.
 * In your array, set this option to ‘false’ or ‘0’.
 *     ```
       <?php wp_nav_menu(['location'=>'header-menu','fallback_cb'=>'0']) ?>
       ```
   
 * See [https://developer.wordpress.org/reference/functions/wp_nav_menu/](https://developer.wordpress.org/reference/functions/wp_nav_menu/)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Using wp_nav_menu function to set classes](https://wordpress.org/support/topic/using-wp_nav_menu-function-to-set-classes/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/using-wp_nav_menu-function-to-set-classes/#post-15087101)
 * [@catacaustic](https://wordpress.org/support/users/catacaustic/) thanks for the
   tip.
 * This should be addressed though, because, as a developer adding to the theme 
   incrementally I have added the code in a template and it should be honored.
 * I should be able to add the menu through my template or functions so it is does
   not require end user to create.
 * Can you or an admin please post a response with the WordPress way to do this?
    -  This reply was modified 4 years, 9 months ago by [Mike Ritter](https://wordpress.org/support/users/ritterml/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Project Manager – AI Powered Project Management, Task Management, Kanban Board & Time Tracker] Good Idea, Attentive Support, Poor Execution](https://wordpress.org/support/topic/good-idea-attentive-support-poor-execution/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/good-idea-attentive-support-poor-execution/#post-9214042)
 * Very good summary. I’ve found my experience to be similar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hustle - Email Marketing, Lead Generation, Optins, Popups] Conflicts with Icons in Betheme Firm](https://wordpress.org/support/topic/conflicts-with-icons-in-betheme-firm/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/conflicts-with-icons-in-betheme-firm/#post-8881199)
 * append: I end up with irrational characters
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [My custom metabox will not display](https://wordpress.org/support/topic/my-custom-metabox-will-not-display/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/my-custom-metabox-will-not-display/#post-7267689)
 * 😫 hate those unforced errors!!!
 * thank you!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Is _s improperly using query_posts()](https://wordpress.org/support/topic/is-_s-improperly-using-query_posts/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/is-_s-improperly-using-query_posts/#post-7036399)
 * —————————
    PLEASE DISREGARD THIS POST —————————
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Older Posts Not Showing](https://wordpress.org/support/topic/older-posts-not-showing-2/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/older-posts-not-showing-2/#post-6966298)
 * reference [https://codex.wordpress.org/Pagination#Adding_the_.22paged.22_parameter_to_a_query](https://codex.wordpress.org/Pagination#Adding_the_.22paged.22_parameter_to_a_query)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Woocommerce Products Widget Add Category](https://wordpress.org/support/topic/woocommerce-products-widget-add-category/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-products-widget-add-category/#post-6759797)
 * Digging deeper, we need a way to hook into ‘show’ and add ‘category’ with a drop-
   down list of existing categories from which to select.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Church Content - Sermons, Events and More] It shouldn't be in the wordpress repository](https://wordpress.org/support/topic/it-shouldnt-be-in-the-wordpress-repository/)
 *  [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/it-shouldnt-be-in-the-wordpress-repository/#post-7928981)
 * Agreeing with Virtus here.
 * More plugins should actually emulate this one.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I write a child theme to install into the existing folder?](https://wordpress.org/support/topic/how-do-i-write-a-child-theme-to-install-into-the-existing-folder/)
 *  Thread Starter [Mike Ritter](https://wordpress.org/support/users/ritterml/)
 * (@ritterml)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/how-do-i-write-a-child-theme-to-install-into-the-existing-folder/#post-2678461)
 * Thanks. Closing this issue.

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

1 [2](https://wordpress.org/support/users/ritterml/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ritterml/replies/page/2/?output_format=md)