Skip to content
Public Ticket #16662

Printing footer (or options)

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Sorry for the late update, we'll try to integrate this feature in the next theme update (maybe the earlier of the next month).

Regards,
PenciDesign.


waerp replied

Customer Reply

Hey,

waiting for so long now. When will this update/feature come? :)

PenciDesign Supporter replied

Staff Reply

Hi @jodeemason,

If you can't view the attachment file, please create a new ticket, I'll check and send you a custom plugin file.

Regards,
PenciDesign.

jodeemason replied

Customer Reply

Where do I get/download the attachment file version?

PenciDesign Supporter replied

Staff Reply

Hi @jodeemason,

This code only works with the attachment file version. Please download then try again.

Regards,
PenciDesign.


jodeemason replied

Customer Reply

I tried adding the snippet but it's still not working.

When will this addition be added?

PenciDesign Supporter replied

Staff Reply

Hi,

While waiting for our development team releases the new version with this feature, you can manually customize by following these steps:

1. Download and update the Penci Recipe Plugin at the attachment file,

2. Install the Code Snippet Plugin, create a new snippet with the following content:

add_action('penci_recipe_footer_print','waerp_custom_recipe_print');
function waerp_custom_recipe_print() {
    echo '<div class="recipe-footer">Add your print footer content here...</div>';
}

Regards,
PenciDesign.

waerp replied

Customer Reply

Hi,

when will this feature/improvement be released?

Best regards

waerp replied

Customer Reply

Nice to hear, thank you :)

Hopefully the new version will come soon :)) 

PenciDesign replied

Staff Reply

Hi,

Thank you for loving our theme.

Yeah, I will tell our developers about this feature. I think it can be added in the next updatesmile.png

Best Regards,

PenciDesign

waerp started the conversation

Conversation Start

Hi Penci,

first of all thank you for your great WordPress theme and your plugins. It's really nice!

I would like to ask you if you can add printing options for the next version? My page is used with recipes and if I click at the "Print" button a popup dialog opens but there is no hint from which website it comes. I'm missing this future.

It would be great if I can add some text here after the recipe at the printing popup. Is this possible? As far as I know you use a css file without any PHP content.

Best regards

Want to join this conversation or access attachments? Sign in first.