sparkweb
Forum Replies Created
-
Leon, I got this figured out and have corrected this in version 2.7.
2.7 is actually done, but the WordPress plugin repository is down right now. I’ll post 2.7 when it comes up.
Thanks for the error report!
Forum: Hacks
In reply to: can't commit to plugin repository anymoreI have the same problem. I believe that people have tagged Otto in the past for this kind of thing. I’ll give it a shot.
Thanks Leon for the bug report. I think I might know what’s going on here, but for some reason my server isn’t stopping the page execution at this point. Can you try replacing line 1009 of customposttype.php with this:
foxyshop_save_meta_data('_saleprice',number_format((double)str_replace(",","",$_POST['_saleprice']),2,".",""));to see if that solves it? Thank you!
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Cart link missing .comMake sure that you have the complete foxycart domain name listed on your settings page. Should be something like “yoursite.foxycart.com”.
Let me know if that does the trick….
Hi Leon,
Great point. In the next version of the plugin I will fix this and point to
STYLESHEETPATHinstead ofTEMPLATEPATH. In the meantime, you can define a constant. Just put this in your wp-config file:define('FOXYSHOP_TEMPLATE_PATH','/your/child/path/here');Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Products & Categories Display Issue on FoxySHopWorked this out with Agus Bagus via email. Thanks!
Forum: Plugins
In reply to: Updated Plugin Not Getting Updated Date@cybersprocket – I’ve noticed that as well. It seems that my timestamp updates about once a month. Perhaps it’s an undocumented “feature” to keep people from gaming the Most Recent list.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] error404 on all-products pageI worked with Ben on this one and the problem was that there was an uncaught error which was keeping the page from finishing loading. (only happened on Windows) This has been corrected in 2.4.1.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] error404 on all-products pageHi Ben, can you send me the url of your site so I can take a look? If you don’t want to post it here, go to http://www.foxy-shop.com/contact/ and submit.
The 404 as a page class is something I’m aware of, but the site footer is something else.
Check the code to make sure that
<?php get_footer(); ?>is at the bottom of foxyshop-all-products.php. What version of the plugin are you running?Forum: Everything else WordPress
In reply to: svn commands are timing outI’m in the US and I’m having all the same symptoms you are describing. I ran a tracert and had problems around Dallas1.Level3.net with the connection timing out.
BTW, I kept trying and I was finally able to get my files up the SVN and this time WP updated the plugin version. Only took 24 hours of fighting with it.
Forum: Plugins
In reply to: Help! My Plugin Version Won't UpdateSo just to follow up on this, there are people on Twitter complaining about the same thing. And now when I try to SVN my connection is being rejected. So the SVN is totally broken right now (and it’s not just me). Waiting till WP gets it fixed…
Forum: Plugins
In reply to: Help! My Plugin Version Won't UpdateThanks esmi, I’ll send ’em an email.
Forum: Plugins
In reply to: [Change WP URL] [Plugin: Change WP URL] Great Idea, One suggestionI gotta say, this is a darn handy plugin.
Can I make one more suggestion? If you add the following code to your plugin it will add a “Change Now” link on the plugin page: a nice shortcut for those wanting to activate/change.
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Plugins
In reply to: [Change WP URL] [Plugin: Change WP URL] Great Idea, One suggestionThis is a great plugin and very useful. My only request would be to take out this:
WHERE option_name = 'home' OR option_name = 'siteurl'from the update options table query. Sometimes I have other plugin settings that are referencing the old url and they all need to be updated.
Forum: Plugins
In reply to: Updated Plugin Not Getting Updated DateI have the same problem as well. My last updated date hasn’t changed in almost a month. I can’t figure out what I’m doing wrong.