Dave Doolin
Forum Replies Created
-
This should be fixed in the 0.5.7 release.
@whealer – I just pushed a rewrite of settings to github about 3 minutes ago: https://github.com/doolin/hrecipe/commit/20d5e02f8e97774ac646713a2f4d739b6cca7631
I’ll need to test this before I release it.
Insert on tabs: Yes, that’s going back in. In fact, I’m dropping one of the tabs, maybe two of them. The goal is to have a verifiable rich snippet insertable from first tab.
@whealer – I’m not sure whether you’re saying it was fixed in 5.6 or not… but I’m doing a vast overhaul on the options handling right now anyway. So if it’s wack in 5.6, it should be fixed in 5.7+.
Thanks tons for checking up on the forum here. Really appreciate it. Every little bit helps.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Fatal error: Call to undefined method@d – it’s getting easier as the code gets cleaner!
When you’re ready to guest post with a recipe on hrecipe.com, hit me up!
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Fatal error: Call to undefined methodThis should be fixed with 0.5.6 release as of 10 minutes ago.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Fatal error: Call to undefined method@mwbarker, @ddemeo – I know what the problem is, I’ll get it fixed it up here within a day or so. If you want to jump the release, comment out Line 445:
https://github.com/doolin/hrecipe/blob/master/view/admin/options.php#L445Make it look like this:
<?php //hrecipe_news('tinoboxlatest',…The “//” before hrecipe will comment out that line.
FWIW, it’s a problem with the RSS feed on tinobox.com, which I haven’t figured out yet.
@d – totally cool about formatting! I’m extremely persnickety about my formatting, usually. In this case, I was faced with writing a lot of really tedious code for not much immediate benefit to get the formatting right. I’m still interested, but if I do it, I’m going to design something that emits structure independent of nesting depth, element order, etc.
The other problem is an RSS feed issue on my end. I know what the problem is, but I don’t want to release until I get some sleep and can support anything else what might break.
Since you’re all over this, you might as well follow the project here:
https://github.com/doolin/hrecipe/issues@ddemeo – thanks, this is very useful feedback.
* ul/ol tag should be pretty easy to fix.
* Carriage returns are a bit more problematic. You may find that making a switch to visual then back to html editing mode cleans everything up just how you want. This won’t be as a high a priority as getting the ol/ul thing fixed, but I like nicely structured output too.
Forum: Plugins
In reply to: [hRecipe] hrecipe@sil.linguist – you should be able to control h4 formatting via the hrecipe css file. Send me a link to an example on your site, I’ll should be able to show you how to do that.
<h?> values are not part of the specification, so no worries there. Having the values properly ordered and nested doesn’t hurt SEO though.
Overall, formatting is a bit of challenge from the programming side, because everyone wants something different, yet all need to satisfy the hrecipe microformat specification. I have notions about how this could be done, as always, finding time implement is the biggest challenge.
Forum: Plugins
In reply to: [hRecipe] hrecipe@miavitadolce, @sil.linguist – try the version released yesterday, that should clear it up.
If you find any other plugin conflicts, please let me know. I’ll fix or workaround everything I can. I’m bringing hrecipe up to WordPress coding standards for the 3.+ versions over the next couple of weeks, while working hard to keep everything working correctly.
Thanks for your patience, and thanks for reporting your issue here. It really helps.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping Up@theresacs – Thanks for kind words! I hope hrecipe is working really well for you now.
There’s a Paypal button tucked away on the options page.
And please visit some of my other web sites listed as well.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Conflict with Dynamic Content Gallery Plugin@ddemeo – This should be fixed now, I’m running Dynamic Content Gallery on my testing WordPress blog.
Also, DCG does have a host of it’s own issues according to WP_DEBUG.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping Up@2porter – Excellent. I hope to have another cleanup release out within a couple of hours (which means end of day probably).
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping Up@theresacs – I’m looking at both hrecipe and wp core code at this very moment. Clearly, something is zooey for some people. It’s still working for me. Crazy.
Forum: Plugins
In reply to: [hRecipe] [Plugin: hRecipe] Form Not Popping Up@2porter –
I went ahead an cleaned up all the whitespace complaints on editor_plugin.js.
This one won’t get changed this time around:
Problem at line 5 character 1: Do not wrap function literals in parens unless they are to be immediately invoked.It turns out that this code is how the TinyMCE editor operates. For better or worse, it’s the official way to handle plugins according to the documentation on the Moxiecode web site.
Remember, JSLint largely reflects Crockford’s opinion on how code should be written, not Gospel Truth. But he is an outstanding programmer and a really cool guy so I’m going to defer to his recommendations everywhere else possible.
Coming up: factored out a big hunk of Javascript for recipe formatting and ran it through JSLint as well. It’s nice and clean. I’ll commit and release probably sometime this week.