Title: JamesM's Replies | WordPress.org

---

# JamesM

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changes don’t show up after saving](https://wordpress.org/support/topic/changes-dont-show-up-after-saving/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/changes-dont-show-up-after-saving/#post-10203300)
 * We are on a Managed WordPress account with GoDaddy so I can easily purge the 
   server cache from inside WordPress.
 * As far as I can tell GoDaddy isn’t using sucuri or cloudflare, or so I’m told
   by their support.
 * Looking through the list of files pulled from the plugin I installed to see what’s
   rendering the page I’m editing I’m not immediately seeing anything overwriting
   my edits on index.php. The header portion in the transparent grey box actually
   resides in the body section of the site and not in the header file. If it helps,
   we’re using the Unyson framework.
 * I’m not really sure what to provide to troubleshoot further.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changes don’t show up after saving](https://wordpress.org/support/topic/changes-dont-show-up-after-saving/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/changes-dont-show-up-after-saving/#post-10200708)
 * Thank you, I will check these things and reply tomorrow.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AsideShop] Not compatible with WP 2.8?](https://wordpress.org/support/topic/plugin-asideshop-not-compatible-with-wp-28/)
 *  [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-asideshop-not-compatible-with-wp-28/#post-1101707)
 * Yup, same thing happened to me this AM.
 * Guess I’ll just find a way to code it into my theme by hand and not worry about
   a plugin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [is_home conditional help](https://wordpress.org/support/topic/is_home-conditional-help/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/is_home-conditional-help/#post-944896)
 * is that something you need to build in? I just tried jamesmeister.com/graphic_design/
   and it didn’t work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [is_home conditional help](https://wordpress.org/support/topic/is_home-conditional-help/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/is_home-conditional-help/#post-944877)
 * I use that for each “page” I want, to pull out one category per “page”.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [is_home conditional help](https://wordpress.org/support/topic/is_home-conditional-help/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/is_home-conditional-help/#post-944871)
 * Strange… no matter how I seem to phrase the conditional (all of the examples 
   above) it never vanishes from the front page.
 * Could it be that I have renamed index.php to all.php and have rewritten index.
   php to only pull up the main category and include all.php?
 * I’m using this for index.php
 *     ```
       <?php
       $_GET['cat'] = "1";
       include "all.php";
       ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [is_home conditional help](https://wordpress.org/support/topic/is_home-conditional-help/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/is_home-conditional-help/#post-944850)
 * I’ve used is_home and is_front_page and both still show up on the main front 
   page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [is_home conditional help](https://wordpress.org/support/topic/is_home-conditional-help/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/is_home-conditional-help/#post-944805)
 * I used that and I’m still seeing it pop up on the home page.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin Login expires CONSTANTLY](https://wordpress.org/support/topic/admin-login-expires-constantly/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/admin-login-expires-constantly/#post-816092)
 * I have yet to find a plugin that may be causing it… and it’s my only problem 
   with 2.6.
 * It happens on all browsers, on XP and OS X so I know it’s not just one thing.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Admin Login expires CONSTANTLY](https://wordpress.org/support/topic/admin-login-expires-constantly/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/admin-login-expires-constantly/#post-816015)
 * No one?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Auto Upgrade for Plugins asks for FTP Login? WP2.5](https://wordpress.org/support/topic/auto-upgrade-for-plugins-asks-for-ftp-login-wp25/)
 *  Thread Starter [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/auto-upgrade-for-plugins-asks-for-ftp-login-wp25/#post-723971)
 * The error I get, is like my FTP settings I type in aren’t right… but they’re 
   identical to the ones I use to login via FTP.
 * Error: There was an error connecting to the server, Please verify the settings
   are correct.
 * Weird… I installed your FS Tester thing, and the identical settings worked… I
   can now upgrade plugins with no issue.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Upload error](https://wordpress.org/support/topic/upload-error-5/)
 *  [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/upload-error-5/page/2/#post-714982)
 * > <IfModule mod_security.c>
   >  <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST
   > Off </Files> </IfModule>
 * Worked like a charm… thank you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot upload photos in 2.5. Worked in 2.3](https://wordpress.org/support/topic/cannot-upload-photos-in-25-worked-in-23/)
 *  [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/cannot-upload-photos-in-25-worked-in-23/#post-720734)
 * I’ve never used that one… it’s not installed.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot upload photos in 2.5. Worked in 2.3](https://wordpress.org/support/topic/cannot-upload-photos-in-25-worked-in-23/)
 *  [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/cannot-upload-photos-in-25-worked-in-23/#post-720653)
 * Same exact error on my end… it “uploads” the photo and then ERROR. By upload 
   I mean the progress bar fills up, nothing actually ever makes it to the server.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Upgrade to 2.2 – Dashboard not working](https://wordpress.org/support/topic/upgrade-to-22-dashboard-not-working/)
 *  [JamesM](https://wordpress.org/support/users/righton/)
 * (@righton)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/upgrade-to-22-dashboard-not-working/#post-564342)
 * The latest .htaccess fix works!
 * Thanks!

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

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