We have realized this and we've released a small update after that. Please download again the file from themeforest and re-update on your site to fixed it Sorry for the inconvenience.
Ok! Before I install it again...one more question:
I have found this code in the comments.php:
$gdrp_mess = ''; if( get_theme_mod( 'penci_single_gdpr' ) ){ $mess_default = get_theme_mod( 'penci_single_gdpr_text' ) ? do_shortcode( get_theme_mod( 'penci_single_gdpr_text' ) ) : esc_html__( '* By using this form you agree with the storage and handling of your data by this website.','pennews' );
What does that mean? Is it a checkbox before sending a comment? That would be really great, but it does not work on my page! Could you help me with that?
Hi,
with the new version 5.2 I have the possibility to hide the post like. But it doesn't work on my page.
Do you have any idea?
Thank you very much.
Regards,
C.
Hi,
We have realized this and we've released a small update after that. Please download again the file from themeforest and re-update on your site to fixed it Sorry for the inconvenience.
Best Regards,
PenciDesign
Ok! Before I install it again...one more question:
I have found this code in the comments.php:
$gdrp_mess = '';
if( get_theme_mod( 'penci_single_gdpr' ) ){
$mess_default = get_theme_mod( 'penci_single_gdpr_text' ) ? do_shortcode( get_theme_mod( 'penci_single_gdpr_text' ) ) : esc_html__( '* By using this form you agree with the storage and handling of your data by this website.','pennews' );
if( $mess_default ) {
$gdrp_mess .= '<div class="penci-gdpr-message">';
$gdrp_mess .= do_shortcode( $mess_default );
$gdrp_mess .= '</div>';
}
}
What does that mean? Is it a checkbox before sending a comment? That would be really great, but it does not work on my page! Could you help me with that?
Thank you very much.
Regards,
C.
Hi,
You can see this option via Customize > Single Post Options
Best Regards,
PenciDesign
Hi,
Yeah, let's replace with the code I said in my previous comment.
http://prntscr.com/jeowxe
Best Regards,
PenciDesign