• Resolved nuevaenword

    (@nuevaenword)


    Hi everybody. I have added some legal text in the footer but it apears cut. ?What can I do? Thanks in advance.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Darren Peyou

    (@dpeyou)

    Hi @nuevaenword,

    In the Premium Extension of the plugin there is a setting called “Footer Height” in the General tab.

    You can also achieve this with some custom CSS:

    add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) {
    	?>
    	#footer { height: 3cm}
    	<?php
    }, 10, 2 );

    If you haven’t worked with code snippets (actions/filters) or functions.php before, read this guide: How to use filters.

    Thread Starter nuevaenword

    (@nuevaenword)

    Hi. I have solved the problem just creating my own temmplate in my child theme. I supose it is goin to persist when the plugin updates. Isn’t it? Thanks in advance.

    Regards

    Plugin Contributor Yordan Soares

    (@yordansoares)

    Hola, @nuevaenword:

    Efectivamente, si has creado tu plantilla personalizada dentro de tu tema hijo, no perderás los cambios al actualizar el plugin. En todo caso, nunca está de más hacer una copia de seguridad de vez en cuando.

    Saludos cordiales.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Colocar más texto en el pie de mis facturas’ is closed to new replies.