Title: Matthew Denton's Replies | WordPress.org

---

# Matthew Denton

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/mdbitz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mdbitz/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/mdbitz/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/mdbitz/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/mdbitz/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/mdbitz/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Fatal error: Uncaught Exception: Serialization of ‘Closure’ is not allowed](https://wordpress.org/support/topic/fatal-error-uncaught-exception-serialization-of-closure-is-not-allowed/)
 *  Plugin Contributor [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-uncaught-exception-serialization-of-closure-is-not-allowed/#post-14025351)
 * Hi everyone, this issue is stemming from a theme/plugin using an anonymous function
   on a hook’s value which Jetpack’s sync process tries to capture.
 * [@tnolte](https://wordpress.org/support/users/tnolte/), [@gmmedia](https://wordpress.org/support/users/gmmedia/)-
   > the hook in question is theme_support although this has happened for other 
   actions in the past. You should be able to do a search for `add_action( 'theme_support'`
   in your plugins/themes to find which is using the anonymous function. ex: `$callback
   = function ()`
 * [https://github.com/Automattic/jetpack/issues/7252](https://github.com/Automattic/jetpack/issues/7252)
   is re-opened and we’ll either add defensive steps (catch error) or look into 
   using a serialization method that works for anonymous functions.
 * The reason this is an occasional error is that Jetpack only attempts to send 
   callables periodically when values change.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I remove "Sample Page in permalink?](https://wordpress.org/support/topic/how-do-i-remove-sample-page-in-permalink/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-sample-page-in-permalink/#post-4880630)
 * Your website source is showing that you are using the Twenty Fourteen theme and
   the W3 Total Cache plugin. Can you clear your cache from W3 Total Cache and confirm
   if the comments box is still present afterwards?
 * Performance > Dashboard > Empty all Cache
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Subdomains and custom menus](https://wordpress.org/support/topic/subdomains-and-custom-menus/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/subdomains-and-custom-menus/#post-4881030)
 * Glad to be of help.
 * If you are all set please mark the post as resolved 🙂 It helps everyone see 
   that additional follow-up isn’t needed. The fine folks at WordPress appreciate
   keeping the boards clean.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Bulk/Mass Editing Question/Problem](https://wordpress.org/support/topic/bulkmass-editing-questionproblem/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/bulkmass-editing-questionproblem/#post-4877958)
 * Hi:
 * You might want to look into a different approach to resolving this. If you create
   a child theme you could modify the appropriate template page so that if the post’s
   publish date is prior to the date you moved to the new theme it does not show
   the featured image. And if it is newer it does show the featured image.
 * This would solve your problem without having to update 1000 different posts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password Protected page doesn't work](https://wordpress.org/support/topic/password-protected-page-doesnt-work-1/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/password-protected-page-doesnt-work-1/#post-4877957)
 * Hi:
 * If the page content is not overly sensitive can you post a link to it here? Or
   if it is sensitive can you create a new dummy page with a simple password and
   share?
 * This would allow us to duplicate the behavior you are experiencing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom wp-admin login URL not found](https://wordpress.org/support/topic/custom-wp-admin-login-url-not-found/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/custom-wp-admin-login-url-not-found/#post-4877956)
 * Hi:
 * You may want to ftp to your site and remove the _Better WP Security_ plugin (
   Download it to your machine so you can re-upload later). After you remove the
   plugin it should auto de-activiate and you should be able to access the admin
   login from [http://www.tanya-roberts.com/wp-admin/](http://www.tanya-roberts.com/wp-admin/)
 * After you are logged in you can re-upload the plugin and update it’s settings
   if desired.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Display only posts with and without passwords] what's mean?](https://wordpress.org/support/topic/display-only-posts-with-and-without-passwords-whats-mean/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/display-only-posts-with-and-without-passwords-whats-mean/#post-4878931)
 * Hi, I assume you got the content from [http://codex.wordpress.org/Class_Reference/WP_Query](http://codex.wordpress.org/Class_Reference/WP_Query)?
 * In the examples they show the 3 uses for the has_password parameter. The
 * > with and without
 *  means that it will return results regardless of if they have a password or do
   not have a password.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I remove "Sample Page in permalink?](https://wordpress.org/support/topic/how-do-i-remove-sample-page-in-permalink/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-remove-sample-page-in-permalink/#post-4880594)
 * Hi:
 * > Got a problem, I have added a page to a wp blog, and when you click the link
   > it is domain dot com / sample-page / page name
   > How can I clear this? TO be domain dot com / page name
 * Does your page have a parent page? If it does that is the reason for the /sample-
   page/page-name url. If you update the parent to “(no parent)” this should go 
   away.
 * > how do I remove the comment box on the homepage and inner pages!
 * You can disable the “Allow people to post comments on new articles” setting on
   Settings > Discussion page.
 * Also you can disable comments on individual pages by unchecking “Allow Comments”
   under the Discussion area of the editor. If you don’t see this section.
    1. Click on the “Screen Options” tab at top of the edit page
    2. Click on Discussion checkbox
    3. Scroll down and the Discussion section will be visible
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Do changes in Editor but no Change](https://wordpress.org/support/topic/do-changes-in-editor-but-no-change/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/do-changes-in-editor-but-no-change/#post-4880591)
 * Hi:
 * Can you give some additional details around the behavior you are experiencing?
 * When you Update the content and click “Preview Changes”, does it show the new
   content?
 * If you Update the content and click the “View Post” or “View Page” link does 
   it show you the most recent content?
 * Also are you using any caching plugins?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changed URL in settings by accident…Can't login](https://wordpress.org/support/topic/changed-url-in-settings-by-accidentcant-login/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/changed-url-in-settings-by-accidentcant-login/#post-4881015)
 * Hi,
 * If you can’t ftp into your account you should see about resetting your ftp user
   with your hosting company. If you need support with the reset I would contact
   your hosting company, their support team should be able to walk you through the
   process.
 * Once that is reset using the above linked page should get your site back up and
   running. Good Luck!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Subdomains and custom menus](https://wordpress.org/support/topic/subdomains-and-custom-menus/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/subdomains-and-custom-menus/#post-4881010)
 * Hi:
 * You can manage the sites using different WordPress installations without using
   WPMU.
 * > Can the subdomain something.abc.com simply be added to the abc.com custom menu,
   > just like any other link can be added to its custom menu?
 * Yes, add a Link to your custom menu point it to something.abc.com and you will
   be all set.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Scroll up from bottom](https://wordpress.org/support/topic/scroll-up-from-bottom/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/scroll-up-from-bottom/#post-4861943)
 * Hi Amos:
 * A quick search revealed that you can use the following bit of javascript to have
   your website auto-scroll to the bottom of the page.
 *     ```
       window.onload=toBottom;
   
       function toBottom()
       {
       window.scrollTo(0, document.body.scrollHeight);
       }
       ```
   
 * You can reference the following link for more information.
    [http://stackoverflow.com/questions/11715646/scroll-automatically-to-the-bottom-of-the-page](http://stackoverflow.com/questions/11715646/scroll-automatically-to-the-bottom-of-the-page)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2 and 3 level deep url structure without creating parent pages](https://wordpress.org/support/topic/2-and-3-level-deep-url-structure-without-creating-parent-pages/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/2-and-3-level-deep-url-structure-without-creating-parent-pages/#post-4863105)
 * Is there a particular reason you want to create the above structure?
 * If a user of your website tried to direct to [http://mysite.com/level/](http://mysite.com/level/)
   or [http://mysite.com/level1/levels2/](http://mysite.com/level1/levels2/) what
   behavior do you want them to experience?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding text in bottom of the front page?](https://wordpress.org/support/topic/adding-text-in-bottom-of-the-front-page/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/adding-text-in-bottom-of-the-front-page/#post-4865858)
 * Hi, I’m not familiar with the templatemela theme. However it sounds to me that
   you might want to use the _is\_front\_page_ function.
    [http://codex.wordpress.org/Function_Reference/is_front_page](http://codex.wordpress.org/Function_Reference/is_front_page)
 * If you access Appearance > Editor you could modify the template file (possibly
   footer) to include the text.
 *     ```
       <?php
       if( is_front_page() ) {
           echo '<p>My Front Page Text</p>';
       }
       ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [changes to advanced image editing and text colour with latest upgrade](https://wordpress.org/support/topic/changes-to-advanced-image-editing-and-text-colour-with-latest-upgrade/)
 *  [Matthew Denton](https://wordpress.org/support/users/mdbitz/)
 * (@mdbitz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/changes-to-advanced-image-editing-and-text-colour-with-latest-upgrade/#post-4869307)
 * Hi Olivia.
 * The items you mentioned are due to the upgrade of TinyMCE to version 4 from the
   version 3 used in previous WordPress Versions. To maintain the functionality 
   you could either revert back to 3.8.* or follow up with other TinyMCE version
   4 plugins that have those capabilities.
 * For adding vertical and horizontal space on an image you could use the css fields
   found under advanced settings of the editor to put padding and margins on the
   image.

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

1 [2](https://wordpress.org/support/users/mdbitz/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mdbitz/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/mdbitz/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/mdbitz/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/mdbitz/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/mdbitz/replies/page/2/?output_format=md)