Yumprint.com
Forum Replies Created
-
Forum: Plugins
In reply to: [Recipe Card] Renamed wp-content & oopsGiven that new recipes work, I’d first try opening the old recipes and re-saving them (you may have to add the images again).
If that doesn’t work, you may have to recreate the recipes.
Forum: Plugins
In reply to: [Recipe Card] layout broken – plz help…How are you getting the recipe to appear on the excerpts page? Typically, because Recipe Card is rendered using short codes, it won’t appear at all on this page. Are you manually copying the short code somewhere?
Forum: Plugins
In reply to: [Recipe Card] Renamed wp-content & oopsMy first suggestion would be to uninstall the plugin and then reinstall it. Let me know if that works for you.
Forum: Plugins
In reply to: [Recipe Card] Unable to add imageDo you receive any sort of error message when you try to add an image?
Forum: Plugins
In reply to: [Recipe Card] HTML Markup ErrorsHi –
I just took a look at the markup errors, and the ones related to Recipe Card seem unlikely to cause any layout problems. Can you try disabling Recipe Card to see if the layout problems correct themselves?
As for the indentation problem, I’m not seeing the problem. Can you send a screenshot to support@yumprint.com? Also, please include the browser and device on which you are seeing the problem.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Ratings doesn't workTry adding this to your style sheet:
.blog-yumprint-star-wrapper {
overflow: hidden !important;
}Forum: Plugins
In reply to: [Recipe Card] Splitting Blog and Recipe BlogHi –
Can you explain more about what you’re trying to achieve?
To learn how to create a recipe, you can watch the videos on this page:
http://wordpress.org/plugins/recipe-card/faq/
Thanks!
Forum: Plugins
In reply to: [Recipe Card] No recipe card displayed in frontendI’m unable to see the screenshots.
My first guess is that it is a conflict with another plugin. Can you try deactivating all other plugins and then creating another recipe to see if that resolves the problem? If so, then reactivate them one by one to determine the culprit.
Thanks!
Forum: Plugins
In reply to: [Recipe Card] layout broken – plz help…That’s strange. Do you still have that extra </div> in there? If so, can you remove it so that I can see the original behavior?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] Print doesn't include html formattingLooks like you aren’t using our plugin 🙁
Forum: Plugins
In reply to: [Recipe Card] insert linksYou can. Recipe Card accepts HTML, so you’ll just ned to include the HTML markup for a link. For example, if you wanted to link to Google, you would type this:
<a href="http://google.com">Google</a>Forum: Plugins
In reply to: [Recipe Card] image not shown when printedCan make sure that printing background images is turned on in your print settings? Many browsers default to not printing background images.
Forum: Plugins
In reply to: [Recipe Card] google recipe viewHi –
I just checked your site using Google’s testing tool:
Everything appears to be fine. If you’re recipes aren’t appearing in search results with rich recipe previews, it’s likely that Google has not reindexed your page. Unfortunately, this can take a while. See this link for more detail:
https://support.google.com/webmasters/answer/1093493?hl=en#enoughtime
Forum: Plugins
In reply to: [Recipe Card] Can't add imagesHi –
What version of WordPress are you using? I just tested it on the lasted version of WordPress and everything appears to be working properly. It could also be a browser problem, what browser are you using?
Thanks!
Forum: Plugins
In reply to: [Recipe Card] FormattingHi –
If you’ve modified the Recipe Card source files, you can restore the original state by removing Recipe Card and reinstalling (you won’t lose any of your recipes). To override your themes style, you’ll need to add the following to your style.css file:
.post-content .blog-yumprint-recipe ol li:before {
content: none;
}