I have a cooking blog and I recently installed Print Friendly buttons so that readers can print only the the recipe, without the rest of the blog post, if they wish. It works fine, except that twice now, readers have reported that some ingredients have been left out of the ingredient list when printed. Can you help? Here is the post that most recently was reported to me: http://veganfeastkitchen.blogspot.com/2012/01/new-important-experiment-and.html
The wholewheat pastry flour, Cocoa nibs and chocolate chips were left out of the ingredient list when printed.
Any ideas why this is happening and what we can do about it? Thank you!
The HTML format makes it difficult to parse. https://img.skitch.com/20120206-e1c3a3x64t8hwwjr2162tddymd.png
To fix from your end immediately, for ingredients use an HTML list with class=“ingredients”
<ul class="ingredients"> <li>Ingredient 1…</li> </ul>We are working on modifications to the algorithm to handle this problem. However, this could take some time to get live.
Seeing what I can do.