Title: mod keys's Replies | WordPress.org

---

# mod keys

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Pages Show in Dashboard but get 404](https://wordpress.org/support/topic/pages-show-in-dashboard-but-get-404/)
 *  Thread Starter [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [4 months, 2 weeks ago](https://wordpress.org/support/topic/pages-show-in-dashboard-but-get-404/#post-18780964)
 * Okay! I seem to have fixed it. I noticed a invalid JSON message in the Dashboard.
   I googled “wordpress the response is not a valid json response” and saw this 
   really cool trick:
    - **Regenerate the .htaccess file**: A corrupted `.htaccess` file can cause 
      this error.
       * Go to **Settings > Permalinks**.
       * Without making any changes to the permalink structure, simply click **Save
         Changes**. This action forces WordPress to regenerate a new `.htaccess`
         file with default settings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Root and Sub Directory Execution Problem](https://wordpress.org/support/topic/root-and-sub-directory-execution-problem/)
 *  Thread Starter [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/root-and-sub-directory-execution-problem/#post-18028788)
 * I believe that I have this solved.
 * The .htaccess file at the root has no pointers to the subdir (as suggested by
   the linked page above: [Giving WordPress Its Own Directory](https://developer.wordpress.org/advanced-administration/server/wordpress-in-directory/)
 * The index.php has the subdir as below:
 * `_/** Loads the WordPress Environment and Template */_
   _require_( dirname( __FILE__).'/
   subdir/wp-blog-header.php' );
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Event List Development Design](https://wordpress.org/support/topic/event-list-development-design/)
 *  Thread Starter [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/event-list-development-design/#post-8891033)
 * Thanks. I ended up using a plugin: Category Posts in Custom Menu
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Images top cut off in headers](https://wordpress.org/support/topic/images-top-cut-off-in-headers/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/images-top-cut-off-in-headers/#post-8679963)
 * Ah! I believe that it is being caused by the navigation menu. (I used a trick
   to fake remove it and scroll shows entire image tops.)
 * I would remove the menu and see how that changes things. That would give a clue
   to adjusting the template to work around.
 * 1. Login (as an admin) to your site and click Customize
    2. Click Menus, then
   Menu Locations 3. Unselect your Top Menu (by choosing Select rather than an actual
   menu) 4. Hit the Save and Publish button and see what it looks like then
 * If that confirms the problem/solution for you… there are ways (CSS) to make that
   menu area transparent but you might then have problems with the menu text disappearing
   into dark areas of the photos (ah, design trade off).
 * If you need site admin help, please give me a call. I’m honest and affordable.
   I also have some experience with site security which is a WordPress essential!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Images top cut off in headers](https://wordpress.org/support/topic/images-top-cut-off-in-headers/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/images-top-cut-off-in-headers/#post-8679678)
 * Your site is working by design. The front page starts with a full size header
   and all other pages are meant to load with the page “scrolled up” to the content
   area.
 * What contact form are you using? (Like those extra features…)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Remove Two Column From Single Post](https://wordpress.org/support/topic/remove-two-column-from-single-post/)
 *  Thread Starter [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/remove-two-column-from-single-post/#post-8679055)
 * Fixed! I had tried it but with a space between the two classes e,g,
    `.single-
   post .has-sidebar:not(error404) #primary`
 * Thank you [@alchymyth](https://wordpress.org/support/users/alchymyth/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] How to modify home page’s title text?](https://wordpress.org/support/topic/how-to-modify-home-pages-title-text/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/how-to-modify-home-pages-title-text/#post-8676658)
 * Now that you are using a child theme, you can be assured that your customizations
   won’t be overwritten when you update the (parent) theme.
 * Here are the steps to use an inline style to fix this:
    1. Make a copy of /template-parts/page/content-front-page.php
    2. In the child theme folder, create folders /template-parts/page/
        and paste in
       your copy of content-front-page.php
    3. Look for the line: `<php the_title( '<h2 class="entry-title">', '</h2>' ); ?
       >` and change the style to suit yourself
    4. Example: `<?php the_title( '<h2 class="entry-title" style="font-size:8px;">','
       </h2>' ); ?>`
 * I can’t really counsel you on the CSS… too complicated. But suffice to say that
   the example above is a hack, rather than an elegant solution. You might as well
   just skip the php and code it: `<h2 style={whatever you need}>YOU ARE COOL</h2
   >`
 * That should do guide you enough to open a new thread… Changing Style of Page 
   Title for Responsive Site
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] How to modify home page’s title text?](https://wordpress.org/support/topic/how-to-modify-home-pages-title-text/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/how-to-modify-home-pages-title-text/#post-8666756)
 * Are you using a child theme? (Recommended!)
 * The front page content output is controlled by /template-parts/page/content-front-
   page.php on line 33.
 * You could either use an inline style or define a new class and stick it into 
   your style.css (child theme!).
 * You could also just hard code the title but that’s not really recommended…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Seventeen] Front-page text keeps behaving like sidebar was there](https://wordpress.org/support/topic/front-page-text-keeps-behaving-like-sidebar-was-there/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/front-page-text-keeps-behaving-like-sidebar-was-there/#post-8666549)
 * In this vein… I want to remove sidebar from single posts but am getting empty
   sidebar container (css not working right). I have twentyseventeen child theme,
   with sidebar enabled. (Works on blog page, all posts, categories, etc.).
 * My research told me to create a single-post.php (copied from single.php in the
   parent) and delete the get sidebar call. Then add CSS to my child theme style.
   css like so:
 *     ```
       @media screen and (min-width: 56.875em) {
       	.single-post .content-area
       	{
       	  float: left;
       	  margin-right: -100%;
       	  width: 100%;
       	}
       }
       ```
   
 * But it isn’t working. Here’s a post sample: [http://techpoet.net/wordpress-4-7-released/](http://techpoet.net/wordpress-4-7-released/)
 * By the way, it looks like this line (parent css) is being invoked
 *     ```
       .has-sidebar:not(.error404) #primary {
       		float: left;
       		width: 58%;
       	}
       ```
   
    -  This reply was modified 9 years, 4 months ago by [mod keys](https://wordpress.org/support/users/willibrown/).
    -  This reply was modified 9 years, 4 months ago by [mod keys](https://wordpress.org/support/users/willibrown/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] Login does not redirect to admin page](https://wordpress.org/support/topic/login-does-not-redirect-to-admin-page/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/login-does-not-redirect-to-admin-page/#post-4719174)
 * Ah, so that’s the problem. I thought it was a _feature_ (“force admins to hack
   into own system”)
 * WordFence _does_ work on a Windows (IIS 6) server. It scans the WordPress files,
   anyway. Whether it is able to block and blacklist, I can’t tell yet.
 * In order to get into the dashboard, I just renamed the wordfence plugin folder.
 * Now to convince the client to get a _real_ host.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 2.1 installed in a folder with index.php at root](https://wordpress.org/support/topic/wordpress-21-installed-in-a-folder-with-indexphp-at-root/)
 *  Thread Starter [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/wordpress-21-installed-in-a-folder-with-indexphp-at-root/#post-522623)
 * Found a fix. I downloaded the Filosofo Home-Page Control and it ‘just worked’.
   I left its Home-Page Page option set at WordPress Default and its Blog directory
   option blank. This is rather strange behavior – a plugin which is telling WordPress
   to do what it is already configured to do that is, use a certain page as the 
   index of my site and another “page” as the index of my blog.You can read the 
   whole story of [WordPress 2.1 in its Own Folder with a Static Front Page at the root](http://www.soulcode.net/blog/wp21-folder-static-front/)
   here.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static home page feature in v 2.1](https://wordpress.org/support/topic/static-home-page-feature-in-v-21/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/static-home-page-feature-in-v-21/#post-514670)
 * Found a fix. I downloaded the Filosofo Home-Page Control and it ‘just worked’.
   I left its Home-Page Page option set at WordPress Default and its Blog directory
   option blank. This is rather strange behavior – a plugin which is telling WordPress
   to do what it is already configured to do that is, use a certain page as the 
   index of my site and another “page” as the index of my blog.You can read the 
   whole story of [WordPress 2.1 in its Own Folder with a Static Front Page at the root](http://www.soulcode.net/blog/wp21-folder-static-front/)
   here.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static home page feature in v 2.1](https://wordpress.org/support/topic/static-home-page-feature-in-v-21/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/static-home-page-feature-in-v-21/#post-514669)
 * Yeah farg! I did a fresh install on a different domain o’ mine. [http://www.moksha.net](http://www.moksha.net)
   Worked like it s’posed to. Only difference? I’m running WordPress from the root
   with none of that fancy stuff where WP is installed in the folder /blog and my
   index.php is out to the root of my website. I THINK THAT’S THE ISSUE!!! BUT I’M
   NO GENIUS OR NOTHIN’
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [using WP for websites (not blogs)](https://wordpress.org/support/topic/using-wp-for-websites-not-blogs/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/using-wp-for-websites-not-blogs/#post-522513)
 * Ah, you need to learn about [The Loop](http://codex.wordpress.org/The_Loop)!
 * Wonderful bedtime reading!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Static home page feature in v 2.1](https://wordpress.org/support/topic/static-home-page-feature-in-v-21/)
 *  [mod keys](https://wordpress.org/support/users/willibrown/)
 * (@willibrown)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/static-home-page-feature-in-v-21/#post-514668)
 * I am having the same issue. This is an upgraded 2.05 to 2.1
    [http://www.soulcode.net](http://www.soulcode.net)
   1. I have my special index.php at the root <?php /* Short and sweet */ define(‘
   WP_USE_THEMES’, true); require(‘./blog/wp-blog-header.php’); ?> 2. WP is installed
   in the folder /blog has 3. I am using the new 2.1 feature Options/Reading/Front
   Page 5. I have a page called Home with slug of home 6. I even tried using a different
   page through the Options/Front Page feature and it didn’t work 7. I played with
   using the static_front page plugin – didn’t work 8. The Blog page works correctly

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

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