HappyGezim
Forum Replies Created
-
Please make sure you’re on Visual mode when you try to post a recipe.
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Image sizeHi Pattie,
You can change the image size by clicking “Edit Image” as you select it from the Media Library.
Hi Dutchland44,
Right now you can only add a link to a video, not a video itself. You can learn how to add links from this document: https://www.ziprecipes.net/wp-content/uploads/2014/12/plugin-instructions-4.0.0.9.pdf . Look at Special Feature #1: Add Links within Ingredients or Instructions section.
Hopefully that will come in the future.
Thanks so much, Tom! I really appreciate it ??
Thanks, Tom. Resolving this…
Hi Tom,
As I said in your email, this was caused by your theme blocking numbers from showing:
ul,
li {
list-style: none;
}in blog.css and style.css
I have the style defined in zlrecipe-std.css
#zlrecipe-container ol {
list-style-type: decimal;
margin: 1em 0;
padding: 0 0 0 3em;
}BTW, a review would be much appreciated: https://www.ads-software.com/support/view/plugin-reviews/zip-recipes ??
Hi Stephanie,
Did you try the different options in “‘Instructions’ List Type” in Zip Recipes settings page?
If that doesn’t work, you need to use CSS code to change it.
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Recipes working in emailIt seems like this is an issue with Jetpack: https://www.ads-software.com/support/topic/plugin-shortcode-not-being-replaced-with-content-in-jetpack-subscription-emails?replies=1
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] adding plug inMarking as resolved.
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Read More TagHi Andrew,
Please try the latest release. It should show the summary of a recipe for themes that support it.
Ryan, great to hear from you!
Very good to know that this is being looked at and is a known issue. However, my shortcode is not a standard shortcode (doesn’t follow the standard format or use the shortcode API). I replace the shortcode on a
the_content
hook, manually. So, I’m not if they fix the shortcode issue my specific issue will also be addressed.Again, with RSS readers my “shortcode” is replaced perfectly. Can you shed some light on this?
Also, is development for Jetpack done behind closed doors? Is there a ticket for this I can look at?
Thanks so much!
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] adding plug inHi Meg,
Did you install WordPress? You cannot use wordpress.com and install plugins. You need to sign up for a host and install wordpress there.
-Gezim
Forum: Reviews
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Nice addonHi Mykee,
I’m creating a “feature request” list for the plugin. What features did you have in mind in order for me to get a 5 star? ??
Forum: Plugins
In reply to: [Recipe Cards For Your Food Blog from Zip Recipes] Styling the print versionWow, sorry this question fell through the cracks, ModestUs.
You should be able to save zlrecipe-std.css to your theme and then update it as you like. Just make sure you uncheck “Use Zip Recipes style” in Zip Recipes settings page.
Unfortunately, the print styles have to be overwritten individually. So, create a stylesheet for this as well in your theme and then ensure that the styles you override from zlrecipe-print.css you make them more specific using CSS selectors ( https://www.smashingmagazine.com/2010/04/07/css-specificity-and-inheritance/ ).
Haven’t heard from you, so, resolving this.