Yumprint.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Card] Enormous gap after recipe titleWhen I inspected the print.css file on your live site, I found this style:
.image-yes .recipe-image {
width: 100px;
height: 100px;
position: absolute;
left: 15px;
top: 15px;
background-size: cover;
}Are you able to find that?
If so, you’ll need to change it to look like this:
.image-yes .recipe-image {
width: 100px;
height: 100px;
position: absolute;
left: 15px;
top: 15px;
background-size: cover;
background-position: center;
}As for the gaps, are you referring to the gap between the two ingredient section? If so, you can make that smaller by adding this to you styles:
.blog-yumprint-recipe .blog-yumprint-ingredient-section {
margin: 15px 0 !important;
}If that’s not what you’re talking about, can you share more details?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Please add manual nutrition infoHi –
Thanks for the feedback. I’ve added your request to the feature request list.
Forum: Plugins
In reply to: [Recipe Card] Enormous gap after recipe titleHi –
Can you send me a link to a recipe that has the gap?
As for the off-centered images, we’ll be fixing this in our next release. Until then, you can fix it like this:
(1) Go to your plugin page and find Recipe Card.
(2) Click edit
(3) Open the print.css file
(4) Search for this style: .image-yes .recipe-image
(5) Add this line to that style: background-position: center; β¦ donβt forget the semicolon at the end.
(6) Press Update FileThat should fix it for you.
Forum: Plugins
In reply to: [Recipe Card] Recipe Setting Tab blank pageIf you’re stilling having trouble with this, please send an email to support@yumprint.com.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Print nutritional informationHi –
There is an option at the top of the print page to print the picture, but at present, you cannot print the nutritional information.
Forum: Plugins
In reply to: [Recipe Card] front-end recipeUnfortunately not. But thank you for the suggestion.
Forum: Plugins
In reply to: [Recipe Card] Recipe Cards on PageHi –
You can accomplish this in two different ways depending on the particular result you’re going for …
The simplest way would be to tag all your recipe posts with the same tag and then create a category page (a built in wordpress function). It sounds like that may not be exactly what you’re looking for though.
The second thing you can do is copy the recipe shortcode to a new location. Specifically, once you create a recipe in a post, switch to the text view and copy the shortcode for the recipe. It will look something like this [yumprint-recipe id=’1′]. Then just paste that shortcode into the text view of your recipes page.
Hope that helps.
Forum: Plugins
In reply to: [Recipe Card] Changing "Cooking Time" button name to "Total Cost"Hi –
You can do this by “translating” the plugin. In your case, you would just be translating from English to English and would only need to translate “Cooking Time”. There are many plugins available to help you do this. One I’ve used in the past is Codestyling Localization.
Hope that helps.
Forum: Plugins
In reply to: [Recipe Card] I can't print a recipeHi Joseph –
I just tested printing on your blog and everything worked properly. My guess is that your browser was still caching old parts of the plugin. Try clearing your browser’s cache and printing again.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Nutrition InfoHi Steven –
At present, you cannot edit the nutrition information directly. But I’ll count your question as a vote that we add that feature in the future π
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Recipe Setting Tab blank pageI’m unable to replicate the problem. Can you share any more details about your particular set up that may help me to replicate the problem?
Forum: Plugins
In reply to: [Recipe Card] Sub title font has become lower caseIf you still have a problem with this, please send an email to support@yumprint.com. Thank you.
Forum: Plugins
In reply to: [Recipe Card] Sub title font has become lower caseHi Peri –
This was a bug in version 1.1.4. We just released version 1.1.5 that should correct the problem.
As for the plugin stripping all your html, can you tell me a little more about what you mean?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Can't update recipeHi Shanti –
Can you give it another try? Our servers had a hiccup this morning that prevented recipes from being updated/saved.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] TinyMCE freeze – corrupt recipe card?Hi –
Can you send an email to our support center (support@yumprint.com)? This will be more easily resolved there.
Thanks!