Lumics
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Not working on Cookingpress themeNo worries 🙂
Here is the exact code you have to change in single.php file.
Replace:
if($recipe_test) echo do_shortcode('[purerecipe]');
with
if($recipe_test) echo do_shortcode('<div class="print-only">[purerecipe]</div>');Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Not working on Cookingpress theme🙂 Ok, that’s even a better solution
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Not working on Cookingpress themeBut when you published your recipe, you should see:
[purerecipe]So just delete this one and try to add:
<div class="print-only"> [purerecipe] </div>I see that it is working now. I don’t know what has changed in the code
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Not working on Cookingpress themeHi
Sorry, I meant the “code” in your post, where you set up your recipe (change to html).
Forum: Plugins
In reply to: [Print, PDF & Email by PrintFriendly] Not working on Cookingpress themeHi
Try to delete the following:
[purerecipe]
and add this:<div class="print-only"> [purerecipe] </div>Let me know if it works!
Viewing 5 replies - 1 through 5 (of 5 total)