Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter aod28

    (@aod28)

    Hi Ewout,

    Sorry, I completely forgotten I added the following code to center the logo :

    // Centrer logo sur facture en PDF
    add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) {
    		?>
    		td.header, td.shop-info {
    			display: block;
    			text-align: center;
    			margin: 0 auto;
    		}
    		<?php
    }, 10, 2 );

    So, I followed your advice, I removed the line
    `<div class=”shop-name”><h3><?php $this->shop_name(); ?></h3></div>’
    and the result is exactly what I needed 🙂

    Thanks a lot for your help 🙂

    Really nice plugin !

    Thread Starter aod28

    (@aod28)

    Hi !

    The PDF shared is after the modifications in the WP Administration panel.

    I didn’t changed the code, I prefered to ask before to make a mistake 🙂

    Thread Starter aod28

    (@aod28)

    Hi,

    Sorry for the delay of reply, but I’m still pending for FB informations. I don’t manage this part.

    On my side in WordPress, for Pixel Cat, everything seems to be OK. When I check in Chrome with the plugin FB Pixel Helper I can see the pixel.
    In Facebook, it says that there is none activity of conversion since 14 days. It’s the only information I have for the moment.
    I’m sure that it’s the right pixel because the number is the good one.

    I don’t know how to join you a screenshot to the message.

    I asked again today to the person who manage the Facebook part to send me the informations to tour questions.

    Best regards,

    Tiphaine

Viewing 3 replies - 1 through 3 (of 3 total)