pixelgeek
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Login] Can’t save settingsIf they post a solution for you please post it here as well since I have the exact same issue.
Thanks
Forum: Plugins
In reply to: [WP Menu Icons] Could not load wpmi.css.mapThe .map file is used by the browser to deminify the css file when viewing it in the debugger. So unless you need that this isn’t an error to be concerned about.
Forum: Reviews
In reply to: [IgnitionDeck Crowdfunding Platform] Total messNot sure what I would need to contact you about? I tried out the plugin(s) and it wouldn’t even install. And this was on a plain install. Just WordPress and a theme.
If your code can’t handle that then I suspect that you need to spend a lot more time trying to fix the very serious issues with your plugin. I’m not even sure how you could release it in this shape.
I just got mine to work. I suspect that you might have the same issue that I did. It appears that when I copied the example code from the plugin page that some non-standard characters were inserted as spaces. I deleted all the spaces between the entries and then added proper spaces and it solved the problem.
Forum: Plugins
In reply to: [RSSImport] Using Shortcode – Seems to be bringing in german feedI just got mine to work. I suspect that you both might have the same issue that I did. It appears that when I copied the example code from the plugin page that some non-standard characters were inserted as spaces. I deleted all the spaces between the entries and then added proper spaces and it solved the problem.
Forum: Plugins
In reply to: [RSSImport] Using Shortcode – Seems to be bringing in german feedDitto. Can’t get the plugin to use the feed supplied via feed url
I am having the same issue. Providing a feed url property does not change the RSS feed that is being returned. I still get the feed from the developers site.
Forum: Requests and Feedback
In reply to: THANK-YOU For The Admin BarI love the new admin bar as well. So useful!
The issue if its usefulness or utility is a bit moot though. WP shouldn’t be tossing UI cruft on my blog without giving me an ability to shut it off.
Forum: Fixing WordPress
In reply to: Default category always being added to postsAnd it does appear to have been a WordPress bug. I updated to 3.1 this morning and the problem is gone. No other changes in the site so there must have been some change in 3.04 that was patched in 3.1
Forum: Plugins
In reply to: [Sabre] Sabre not working fully with WP 3.04I’ll try to duplicate the set-up on my development machine to see if I can find out if there is a plugin problem
Forum: Plugins
In reply to: [Sabre] Sabre not working fully with WP 3.04Running mono WP 3.04. Sabre version 1.1.2.
I can give you a list of plugins if you think that might be the issue. Are there known issues with some plugins?
If I select two of three tests then why can’t I have it only show one of them randomly? I don’t want to bother with Captchas so it seems odd that the plugin is forcing me to either take two tests or one of three.
Why wouldn’t it just randomly pick from the available tests?
Forum: Fixing WordPress
In reply to: Default category always being added to postsJust to follow up. I have the same problem on two different sites. One is a site I run and the second is a WordPress hosted blog.
It seems as if the issue is either 3.04 or 3.04 and the MarsEdit software I use to post with
Forum: Fixing WordPress
In reply to: Default category always being added to postsI haven’t tried any of that as I am looking to see if it is a known issue first before I go through that tedious process
Forum: Plugins
In reply to: [WP-Polls] [Plugin: WP-Polls] ajaxDisable the “Show Loading Image With Text” and “Show Fading In And Fading Out Of Poll” options and it should work.
I had the same issue and that solved it
Forum: Fixing WordPress
In reply to: URL parameters generate 404 errorBut WordPress is going to try and treat it as a permalink
Well yes and no. You shouldn’t confuse the Permalinks concept in WP and that actualization of it via rewrite rules. People have been using that sort of URL structure for years before WP used it as its permalinks
You’re right that this is going to cause an issue because there are a number of rewrite rules in WP. And that appears to be the solution.
I’ve added a rewrite fliter and it works and I now just need to add support for paging.