JamesM
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changes don’t show up after savingWe 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
In reply to: Changes don’t show up after savingThank you, I will check these things and reply tomorrow.
Forum: Plugins
In reply to: [Plugin: AsideShop] Not compatible with WP 2.8?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
In reply to: is_home conditional helpis that something you need to build in? I just tried jamesmeister.com/graphic_design/ and it didn’t work.
Forum: Themes and Templates
In reply to: is_home conditional helpI use that for each “page” I want, to pull out one category per “page”.
Forum: Themes and Templates
In reply to: is_home conditional helpStrange… 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
In reply to: is_home conditional helpI’ve used is_home and is_front_page and both still show up on the main front page.
Forum: Themes and Templates
In reply to: is_home conditional helpI used that and I’m still seeing it pop up on the home page.
Forum: Fixing WordPress
In reply to: Admin Login expires CONSTANTLYI 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
In reply to: Admin Login expires CONSTANTLYNo one?
Forum: Fixing WordPress
In reply to: Auto Upgrade for Plugins asks for FTP Login? WP2.5The 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
In reply to: Upload error<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Worked like a charm… thank you.
Forum: Fixing WordPress
In reply to: Cannot upload photos in 2.5. Worked in 2.3I’ve never used that one… it’s not installed.
Forum: Fixing WordPress
In reply to: Cannot upload photos in 2.5. Worked in 2.3Same 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
In reply to: Upgrade to 2.2 – Dashboard not workingThe latest .htaccess fix works!
Thanks!