Title: John Parris's Replies - page 41 | WordPress.org

---

# John Parris

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 601 through 615 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/40/?output_format=md)
[1](https://wordpress.org/support/users/mindctrl/replies/?output_format=md) [2](https://wordpress.org/support/users/mindctrl/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mindctrl/replies/page/3/?output_format=md)…
[40](https://wordpress.org/support/users/mindctrl/replies/page/40/?output_format=md)
41 [42](https://wordpress.org/support/users/mindctrl/replies/page/42/?output_format=md)…
[61](https://wordpress.org/support/users/mindctrl/replies/page/61/?output_format=md)
[62](https://wordpress.org/support/users/mindctrl/replies/page/62/?output_format=md)
[63](https://wordpress.org/support/users/mindctrl/replies/page/63/?output_format=md)
[→](https://wordpress.org/support/users/mindctrl/replies/page/42/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS different http and htpps](https://wordpress.org/support/topic/css-different-http-and-htpps/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-different-http-and-htpps/#post-6130332)
 * They look the same to me. Here’s a screencast showing the two. [http://cl.ly/212f1j21143E](http://cl.ly/212f1j21143E)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to add something to the backend vertical menu](https://wordpress.org/support/topic/how-to-add-something-to-the-backend-vertical-menu/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-add-something-to-the-backend-vertical-menu/#post-6128331)
 * Hi,
 * It really depends on what exactly you’re trying to do. WordPress has a hook called`
   admin_menu` that you can tie into to add extra menu items. [Info here](https://codex.wordpress.org/Plugin_API/Action_Reference/admin_menu).
   Building out the content of the page you want to display is another ball of wax.
 * You’ll need to use `add_menu_page` to add the link, and use the `$function` parameter
   to call a function to display the page content. [https://codex.wordpress.org/Function_Reference/add_menu_page](https://codex.wordpress.org/Function_Reference/add_menu_page)
 * Is there something specific you’re trying to do? You might not have to dive into
   that much code if there’s already a solution for what you want.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Categories showing up as "Nothing Found"](https://wordpress.org/support/topic/categories-showing-up-as-nothing-found/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/categories-showing-up-as-nothing-found/#post-6128804)
 * Hi,
 * Try going to Settings > Permalinks in your WP admin and clicking the Save button.
   See if that helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Piwik does anybody have any experience with using this?](https://wordpress.org/support/topic/piwik-does-anybody-have-any-experience-with-using-this/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/piwik-does-anybody-have-any-experience-with-using-this/#post-6129252)
 * I’ve had mostly good experiences with it. They do have occasional issues where
   updates introduces bugs, but generally it works ok. The stats seem to be accurate
   when compared to server logs. Anything in particular you’re interested in?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove Page Title in Twenty Thirteen](https://wordpress.org/support/topic/remove-page-title-in-twenty-thirteen/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-page-title-in-twenty-thirteen/#post-6129801)
 * Which title are you trying to remove? Do you have a link to your site?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Passing credentials to WordPress](https://wordpress.org/support/topic/passing-credentials-to-wordpress/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/passing-credentials-to-wordpress/#post-6130324)
 * Hi Duane,
 * The [Members plugin](https://wordpress.org/plugins/members/) offers a fairly 
   simple solution for hiding content from logged out users. You can limit visibility
   of whole pages, or only part of pages by using the included shortcodes.
 * You may also want to check out [Restrict Content](https://wordpress.org/plugins/restrict-content/)
   or [Restrict Content Pro](https://pippinsplugins.com/products/restrict-content-pro/),
   depending on your needs.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Alternative plugin to Paypal Payment](https://wordpress.org/support/topic/alternative-plugin-to-paypal-payment/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/alternative-plugin-to-paypal-payment/#post-6130322)
 * Hi, maybe check out Stripe. [https://wordpress.org/plugins/stripe/](https://wordpress.org/plugins/stripe/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Defaults to Install.php Periodically](https://wordpress.org/support/topic/defaults-to-installphp-periodically/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/defaults-to-installphp-periodically/#post-6130321)
 * Hi Mark,
 * This often points to an issue with the hosting, like perhaps the database connection
   is dropping and WordPress thinks it needs to be reinstalled. It would be a good
   idea to check with your host to see if they can find any issues with that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS different http and htpps](https://wordpress.org/support/topic/css-different-http-and-htpps/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-different-http-and-htpps/#post-6130317)
 * Your site looks the same to me on both URLs, so I’m guessing you got it sorted
   out?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't access my WP admin](https://wordpress.org/support/topic/cant-access-my-wp-admin-help/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/cant-access-my-wp-admin-help/#post-6130944)
 * Hi,
 * I can see your site, though some things are broken.
 * Changing a site address can sometimes be more involved than just changing those
   settings. You might want to try this plugin that helps ensure all URLs point 
   to https. [https://wordpress.org/plugins/wordpress-https/](https://wordpress.org/plugins/wordpress-https/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Disable WordPress' Mobile View for Custom Theme](https://wordpress.org/support/topic/disable-wordpress-mobile-view-for-custom-theme/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/disable-wordpress-mobile-view-for-custom-theme/#post-6130942)
 * Hi,
 * If you’re referring to the commercial theme named iChurch here ([http://themeforest.net/item/ichurch-responsive-church-wordpress-theme/6965001](http://themeforest.net/item/ichurch-responsive-church-wordpress-theme/6965001)),
   you’ll need to ask their support folks how to do that. It might not be possible
   without custom coding, but give them a shout.
 * If you’re referring to a theme here in the wordpress.org directory, let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailgun for WordPress] Configured, but some messages not delivered](https://wordpress.org/support/topic/configured-but-some-messages-not-delivered/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/configured-but-some-messages-not-delivered/#post-6071202)
 * It looks like mg.velovision.com doesn’t resolve to anything, which could be causing
   your “Unrouteable address” error.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Publish section missing](https://wordpress.org/support/topic/publish-section-missing/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/publish-section-missing/#post-6078858)
 * Can you deactivate **all** plugins and activate the Twenty Fifteen theme **all
   at the same time** and see if it shows up?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Please help me to remove Author box from the bottom of posts](https://wordpress.org/support/topic/please-help-me-to-remove-author-box-from-the-bottom-of-posts/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-me-to-remove-author-box-from-the-bottom-of-posts/#post-6078856)
 * Glad to hear the CSS is working. Unfortunately I’m not familiar with that Facebook
   plugin at all. Maybe their support would know how to help with that.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Please help me to remove Author box from the bottom of posts](https://wordpress.org/support/topic/please-help-me-to-remove-author-box-from-the-bottom-of-posts/)
 *  [John Parris](https://wordpress.org/support/users/mindctrl/)
 * (@mindctrl)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/please-help-me-to-remove-author-box-from-the-bottom-of-posts/#post-6078847)
 * Add it under Appearance > Custom CSS.

Viewing 15 replies - 601 through 615 (of 942 total)

[←](https://wordpress.org/support/users/mindctrl/replies/page/40/?output_format=md)
[1](https://wordpress.org/support/users/mindctrl/replies/?output_format=md) [2](https://wordpress.org/support/users/mindctrl/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mindctrl/replies/page/3/?output_format=md)…
[40](https://wordpress.org/support/users/mindctrl/replies/page/40/?output_format=md)
41 [42](https://wordpress.org/support/users/mindctrl/replies/page/42/?output_format=md)…
[61](https://wordpress.org/support/users/mindctrl/replies/page/61/?output_format=md)
[62](https://wordpress.org/support/users/mindctrl/replies/page/62/?output_format=md)
[63](https://wordpress.org/support/users/mindctrl/replies/page/63/?output_format=md)
[→](https://wordpress.org/support/users/mindctrl/replies/page/42/?output_format=md)