Yumprint.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Card] Enormous gap after recipe titleSorry about that!
Have you updated the plugin since you added those lines? If so, and if you added those lines to the Recipe Card files (instead of your main stylesheet) then they would be erased on update. If you’d like the changes to persist, you’ll need to add them to your main stylesheet.
Forum: Plugins
In reply to: [Recipe Card] Using recipe within another shortcodeHi – We’ve heard of this happening with a similar (perhaps the same) plugin. We don’t know of a fix. I’d recommend contacting the creators of the tab plugin. If they tell you something that we can do, please let us know.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Enormous gap after recipe titleHave you updated the plugin since you added those lines? If so, and if you added those lines to the Recipe Card files (instead of your main stylesheet) then they would be erased on update. If you’d like the changes to persist, you’ll need to add them to your main stylesheet.
Forum: Plugins
In reply to: [Recipe Card] Colon: InvisibleThat should email work. I’m not sure why it wouldn’t be working for you. Sorry.
You can also send us a note via this form:
https://yumprint.desk.com/customer/portal/emails/newForum: Plugins
In reply to: [Recipe Card] Colon: InvisibleSure. Please send it to support@yumprint.com.
Forum: Plugins
In reply to: [Recipe Card] Editing a Recipe that is already SavedCan you send a screenshot of what you’re seeing to support@yumprint.com?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Justify Text?You’re right. I forgot about that.
This should work:
.blog-yumprint-ingredient-item {
font-weight: bold !important;
}Forum: Plugins
In reply to: [Recipe Card] Justify Text?You’re welcome!
You can set the ingredients to bold within the template editor. Go to the font tab, then click on the ingredients in the recipe preview and you’ll be able to set them to bold.
It looks like you have a style in your theme that is overriding Recipe Card’s font size. The style looks like this:
.hentry ul li, .hentry ol li {
font-size: 16px;
}If you change that to 14px. Your problem should be solved. If you are unable to locate that style and change it, let me know and we can come up with another way around it.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Seo and Recipe CardHi Elena –
Our plugin sets everything necessary for Google to do an enhanced preview for recipes (as long as you include an image). The Yoast plugin may be setting other important tags unrelated to recipes, so you may want to fill that out as well.
As for the blank space, can you send me a link so that I can see what you’re referring to?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Justify Text?Hi –
You can justify the directions by adding this to your styles:
.blog-yumprint-method-item {
text-align: justify !important;
}As for the font size problem, can you switch it back to the 13px font on the body so that I can see how to fix it for Recipe Card?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Printing ImagesHi –
The link you included was to a preview, which I can’t view. When I looked at the non-preview version of the post the print button was turned off. Can you turn it back on, so that I can take a look?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Colon: InvisibleCan you send me a link to a post that has the problem? Thanks!
Forum: Plugins
In reply to: [Recipe Card] image not showing on siteNot a problem. Glad it worked out for you!
Forum: Plugins
In reply to: [Recipe Card] Get Image and TitleHi –
Our plugin doesn’t support what you are describing, but you could build something yourself using the information in the database. You should be able to access both the title and the image in the yumprint-recipe database.
Forum: Plugins
In reply to: [Recipe Card] image not showing on siteCan you check the template you are using and verify that your template includes an image?
Thanks!