I would like to have Print this recipe button also on the top of the post but I would like it to print only the recipe card and not entire post. Basically I would like a duplicate of the Print button that is on the recipe card but on the top of the post. How can I achieve this?
I realize that the plugin doesn't support this. However I am pretty familiar with Wordpress codex and PHP/HTML/CSS. Could you just direct me what code to copy and from where and I will do it myself by hand. Also I would like to add Pin this recipe button next to the Print this recipe button on the recipe card. can you direct me to the file where I can add this code?
I would like to have Print this recipe button also on the top of the post but I would like it to print only the recipe card and not entire post. Basically I would like a duplicate of the Print button that is on the recipe card but on the top of the post. How can I achieve this?
Hi,
Unfortunately, currently this theme doesn't support for display that button at the top of post.
We will consider to add more this feature in the future updates.
Best Regards,
PenciDesign
I realize that the plugin doesn't support this. However I am pretty familiar with Wordpress codex and PHP/HTML/CSS. Could you just direct me what code to copy and from where and I will do it myself by hand. Also I would like to add Pin this recipe button next to the Print this recipe button on the recipe card. can you direct me to the file where I can add this code?
Hi,
1/ To do that, you need to copy HTML for Print Recipe:
And change this code:
from above code to the link:
http://yourdomain.com/wp-content/plugins/penci-recipe/inc/print.css?ver=2.2
And paste it to inside soledad/content-single.php file - where you want to make Print Recipe appears.
When you done, open soledad/wp-content/plugins/penci-recipe/js/print.js file and change this code:
to:
Done, Clear all the cache before check it again.
2/ For Pin a recipe, you should search on google for more how to do that. We didn't know about a feature like that, so we don't know about this.
Best Regards,
PenciDesign
For Pin a recipe, I realize this. Could you just direct me to the file that contains Print this recipe button? I will add the code myself.
Hi,
You can check it via soledad/wp-content/plugins/penci-recipe/inc/shortcodes.php
Best Regards,
PenciDesign