sparkweb
Forum Replies Created
-
@maxe___ under my proposed solution, you’d be able to do that, you’d just have to wrap the_content filter in a secondary filter.
My client really wanted to make the questions into an ordered list so I ended up having to hack the plugin completely (which I really hate) but it would be nice to add filters for:
qa_before_output
qa_after_output
qa_before_question
qa_after_entry (whole entry)
qa_before_entry (whole entry)
qa_after_title
qa_title (title itself, inside link)
qa_before_answer
qa_after_answer
qa_answerTo provide the most flexibility for the end user
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Calculating shipping ratesYup, that’s exactly right. I think that snippet should do it for you. There’s also another really good snipped for multiple flat rates that lets you do all kinds of things: http://wiki.foxycart.com/snippets/shipping/multiple_flat_rates
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] direct link to parent categoriesThis is correct (expected) behavior. By default FoxyShop won’t show nested products but if you do want them to show up, it’s very simple to change. Just go to the FoxyShop settings page and uncheck the box that says “Hide Child Products From Parent Categories”.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Using All in one seo pack with Foxyshop@revconcept – this is happening because of the output buffer method that AIOSEO relies on. The FoxyShop template pages are stopping short of the buffer action, thus causing the title rewrite not to happen. I’m going to release a patch for this which will switch the special FoxyShop template includes to a slightly less-invasive method. If you can email me at web -at- sparkweb -dot- net I’ll send you the files to try out before pushing them out as an upgrade.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Comments on Product PagesInteresting. I just went through the steps you mentioned on my test install (running a pretty generic twentyeleven) and the comments popped in on the product with no problem.
Could your comments.php file be filtering out non post/page post types? Could you email me at web at sparkweb dot net with your comments.php file and I’ll load it into my test install and see if it makes a difference.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Datafeed script throws errorSo just to close the loop on this one, Jacob tried using the FoxyCart interceptor too and that didn’t work. Then he linked directly to the third-party script and that worked fine. This script has worked well other places so we’re blaming it on GoDaddy hosting and just rolled the other script into the main datafeed.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Comments on Product PagesHave you enabled comments on the specific product in question? Click Screen Options at the top of the screen and check Discussion to see if the comments are enabled for the product.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] [Plugin: Custom Field Bulk Editor] AMAZING pluginLove it! Glad this worked for you….
Forum: Plugins
In reply to: [Yoast Duplicate Post] [Plugin: Duplicate Post] Deprecated Notice on UpgradeYup, that’s just what I was looking for. Thank you!
Forum: Plugins
In reply to: [Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loadingAdditionally, I can’t put the https:// feature in the new version as Google inexplicably breaks on the feeds for some accounts when this is used. So…. when you upgrade, just stick this in the new custom RSS box: https://twitter.com/statuses/user_timeline/16251797.rss
Forum: Plugins
In reply to: [Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loadingGoogle can take a little while to update. Usually it’s within an hour or two, but it’s not usually like “minutes”. They have their own algorithm to determine how often it should be updated.
I spent some time trying to get Google to cache these url’s https://dev.twitter.com/docs/api/1/get/statuses/user_timeline with some mixed results. Seems Google treats different accounts for the same feed style very differently. For the next version, I’m releasing a “Custom RSS” option where you’ll have the option of entering your own custom feed. I’ve posted troubleshooting instructions here: http://www.soapboxdave.com/reliabletwitter/#troubleshooting
Forum: Plugins
In reply to: [Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loadingSo this is pretty strange. I tested your ID on my site and I got the same thing. I’ll bet if you stick my ID in (11469962) it will work fine for you. Then I went to look at the two RSS files and they look the same:
http://twitter.com/statuses/user_timeline/16251797.rss
http://twitter.com/statuses/user_timeline/11469962.rssBut, when I tried to add your RSS feed in Google Reader I get an error that the fed could not be found. Did some research on this error and someone suggested using https:// in Google Reader and that worked. So I tried switching the protocol in the plugin and that worked on my site. Can you try going into the plugin, “reliable-twitter.js”, line 16 and change http://twitter.com/statuses to https://twitter.com/statuses
See if that does the trick. I think it will. If it does, I’ll release a patch to the plugin.
Forum: Plugins
In reply to: [Reliable Twitter] [Plugin: Reliable Twitter] Tweets not loadingEvery once in a while Twitter can take a while to respond. Especially for the first sync. It’s really frustrating and because there’s the extra level of caching with Google, it’s extremely hard to troubleshoot.
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Not able to access Product Images fieldGlad to hear you got it worked out!
Forum: Plugins
In reply to: [FoxyShop] [Plugin: FoxyShop] Not able to access Product Images fieldWhich fields in particular are you missing? What WordPress version were you running before?