Jeff Milone
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] How to exclude some pages from CDN/CachingWhich application are you trying to use for checkout?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] How to exclude some pages from CDN/CachingI have the same issue. I worked with their support and they recommended using Shared SSL. You basically activate Shared SSL in your pull zone on your MaxCDN account. Then use the shared ssl domain in the W3TC settings: your-site.netdna-ssl.com
So, it’s kind of a workaround. You use the CDN SSL url for everything. That way you can keep everything on your site the same. It’s working for us so far.
Forum: Networking WordPress
In reply to: Moved Multisite Install, Not WorkingTried the .htaccess file before with no luck. I looked in the etc directory for httpd.conf, but it wasn’t there. Is that were it should be, and what should I be looking for in the file?
Forum: Networking WordPress
In reply to: Moved Multisite Install, Not WorkingTried test.php in the multisite directory, and it downloaded instead of running. Then i moved test.php into the root and it ran normally.
It appears PHP is not working only in the multisite directory… strange.
Forum: Networking WordPress
In reply to: Moved Multisite Install, Not WorkingThanks Ipstenu. Plugin trick didn’t help. We have a single install of WordPress in the root of the new server, and it’s working fine. Wouldn’t that indicate that PHP is installed correctly?
Forum: Plugins
In reply to: [Plugin: Google Maps Anywhere] Error activating pluginThank you very much. It works perfectly now. Thank you for your work!
I was actually able to do that. I even deleted the plugin, and uploaded a fresh copy. But, still every time I go on the plugins page – if All In One SEO is active – I get a 500 error. If I want to manage the plugins, I have to delete or rename the All In One plugin. I’m at a loss.
Forum: Themes and Templates
In reply to: PHP in Custom Fieldthanks for any pointers.
Forum: Themes and Templates
In reply to: Get posts based on page title?Nice catch adamrice. That makes sense, but it tried it, and still no luck. This is what I’m using now:
<h3>Recent Stories</h3> <?php $recent = new WP_Query("category_name=the_title()&showposts=2"); while($recent->have_posts()) : $recent->the_post();?>
Forum: Plugins
In reply to: [Plugin: podPress] Stats erroranyone have a suggestion?
Forum: Fixing WordPress
In reply to: Upload ProblemI see this is a common problem. For the record, I’ve tried everything in the sticky. Also, the uploads worked when my blog was on shared hosting with 1&1 – it stopped working when I moved it to MediaTemple – if that helps troubleshoot.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Create New Thumbnail hangYup I traced my problem to 1&1 hosting as well. I moved the site to MediaTemple, and all the NextGen problems disappeared.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Next-Gen upload Image into Post FreezesMy limits are the same as simonsopinion’s, but it’s hanging at the Create New Thumbnails screen when I upload one image that is 322×483.
That is so small, it can’t possibly put me over any limits. Any ideas?
Forum: Plugins
In reply to: Horrible plug-inGotta stand up for NextGen – great plugin.
Forum: Themes and Templates
In reply to: More Tag IssueWhen I try using the default Page template, and designate it the “posts page” under “options” -> “reading,” that page just displays what is on the home page (home.php).
Maybe it will help to look at my site. I just want a page that displays the latest 5 posts and utilizes the “more” tag.