Martinez
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] TranslationHi,
please update the original .pot files with new strings. For example, this “Original Invoice Number” is not located in .pot, but is in German version.
Also, translating VAT, Subtotal and Total does not seem to work.Thank you,
M.Ok, I found the response to this question here: https://wordpress.org/support/topic/generate-pdf-only-when-order-is-completed?replies=3
Since I already had this enabled, now I have to see how I can remove the invoices already attached to wrong orders.
M.
Forum: Themes and Templates
In reply to: [ColorMag] How to remove footer creditsHello,
The footer.php didn’t change from 1.1 to 1.1.1 so this should still work.
If your footer is not showing at all, then you probably mistyped the code.
Can you please post your entire footer.php here?Forum: Themes and Templates
In reply to: [ColorMag] How to remove footer creditsYou search for this:
<div class="footer-socket-left-sectoin"> <?php do_action( 'colormag_footer_copyright' ); ?> </div>and put whatever you want instead of, for example:
<div class="footer-socket-left-sectoin" style="color:#fff!important;"> Poliklinika Ribnjak © <?php echo date ('Y')?>. </div>Wow, thank you. It works perfectly now!