joefletcher
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Request] Plugin Compatibility CheckerThis plugin comes close, but maybe not exactly, to what you want.
It’s back up. Must have temporary.
On another note, there are some bugs in the Magento MailChimp Ecommerce 360 plugin, and hasn’t been updated in a year. Any chance someone from MailChimp can visit the Magento Mailchimp plugin forums and see if you can get someone to fix it? Specifically, the compilation mode and the code quality posts here:
Hey, glad to hear this is continuing to develop. I use the plugin on dozens of sites.
But the 1.2 zip download is missing from the WP installation page. Can someone correct the link or upload the zip?
Thanks,
JoeForum: Plugins
In reply to: [Plugin: W3 Total Cache] redirect errorThanks! That fixed it for me, too. Was struggling forever on this.
Forum: Fixing WordPress
In reply to: Server Time Issues in WP 2.9.2Glad I found your post. It’s the same in 3.0.1. So apparently they don’t see this as a bug. But I think maybe where the error lies is in the XML Sitemap Generator plugin (which is where I discovered the same as you did). It probably uses the default time set in wp-settings.php instead of the default time set in the actual WP Settings page.
Can anyone shed some light on this issue?
Forum: Plugins
In reply to: [Plugin: WordPress Exploit Scanner] Exploit Scanner not workingI’ll second what Patyuen said – this causes huge bloat in the options table. Only run this in an emergency if you need to scan for exploits. Afterwards, you may need to manually delete these records.
Forum: Fixing WordPress
In reply to: Navigation on category pages appends category name problemYep, you’re right! I coded my links wrong. I coded
href="about-us"instead of adding a/, so all I had to do washref="/about-us"What a dumb oversight.
Thanks for your help!
Forum: Fixing WordPress
In reply to: Navigation on category pages appends category name problemI don’t think that’s exactly what my issue is. It’s a bug somehow, b/c my menu URLs change depending on what page I’m currently on. The URLs should be static. They are links to pages.
Forum: Plugins
In reply to: [Plugin: Smooth Slider] image code showing up in slider pages!I’ve got the same question.
Forum: Fixing WordPress
In reply to: turn off comments on pages by defaultHey Oliver, never too late. That’s exactly what I need to do.
But, does anyone know how to either uncheck “allow comments” & “trackbacks” in the ADMIN on Pages only? So that by default, Posts have it checked; Pages have it unchecked.
Or, if I remove Comments from the Page templates as described above, then any suggestions on removing that Meta box for Comments – again, in the Admin for Pages only?
Forum: Plugins
In reply to: Trouble with javascript and css after latest upgrade of W3 Total CacheAh cool, I was going to ask about that. Good idea. Thanks!
Forum: Plugins
In reply to: Trouble with javascript and css after latest upgrade of W3 Total CacheThanks, Frederick. I wanted to point out that I noticed it actually does save the last js I enter on the screen. So, if I enter 7 js’s, the last one entered get saved.
Any rough ETA guestimate for the next release?
Forum: Plugins
In reply to: Trouble with javascript and css after latest upgrade of W3 Total CacheI have the same problem on a fresh install of .8 (never installed previous versions) on 2.8.6.
I just installed the latest version (v.8) and it appears that I’m unable to add javascript or css files in the minify section. I see a new drop-down list of groups for both- but when I enter my css or js files and hit save it does not seem to work. After adding the files and hitting save I’m returned to the minify settings screen but no list of the added files are displayed.
Forum: Everything else WordPress
In reply to: Add link with class to page menuSince I had the same issue, I came here. I started digging into the code suggested above, but given I’m modifying Thematic using a child theme, and the fact that Thematic has put the code above into a hooks-filter file, I’d have to move it to my custom functions file. I probably could, but got lazy. Then I found another easier way:
If you use the All in One SEO pack plugin (recommended), go to your Contact page. In the SEO section, there’s a field for Title Attribute. Simply enter the word Contact there. The Simple Modal Contact Form plugin settings page says:
The title for the contact link to your contact form page.
Make sure you enter the word Contact there, too.
Forum: Fixing WordPress
In reply to: How to Get a Custom Field (URL) into an RSS FeedIt works for me. Are using a custom field for your new link? My custom field is called ArticleLink, which is how I think it is set up in Kaf’s script.