Title: silenx's Replies | WordPress.org

---

# silenx

  [  ](https://wordpress.org/support/users/silenx/)

 *   [Profile](https://wordpress.org/support/users/silenx/)
 *   [Topics Started](https://wordpress.org/support/users/silenx/topics/)
 *   [Replies Created](https://wordpress.org/support/users/silenx/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/silenx/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/silenx/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/silenx/engagements/)
 *   [Favorites](https://wordpress.org/support/users/silenx/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 72 total)

1 [2](https://wordpress.org/support/users/silenx/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/silenx/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/silenx/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/silenx/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/silenx/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SlimStat Analytics] How Do I Get Rid of the Cookie Deny or Accept popup?](https://wordpress.org/support/topic/how-do-i-get-rid-of-the-cookie-deny-or-accept-popup/)
 *  [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [3 months, 1 week ago](https://wordpress.org/support/topic/how-do-i-get-rid-of-the-cookie-deny-or-accept-popup/#post-18844902)
 * I confirm issue: with 5.4.0 even if the banner is disabled on settings popup 
   show up.
 * Tested with different website and different cookie policy plugins under ( complianz
   and Cookie Notice & Compliance for GDPR / CCPA )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pixel Gallery Addons for Elementor - Easy Grid, Creative Gallery, Drag and Drop Grid, Custom Grid Layout, Portfolio Gallery] Missing file](https://wordpress.org/support/topic/missing-file-21/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [5 months, 2 weeks ago](https://wordpress.org/support/topic/missing-file-21/#post-18774369)
 * Yes is fixed.
 * You can close issue
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Classic Editor] Millions agree!](https://wordpress.org/support/topic/millions-agree/)
 *  [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/millions-agree/#post-14069315)
 * Classic editor is irreplaceable
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Custom Shop Page](https://wordpress.org/support/topic/custom-shop-page-3/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/custom-shop-page-3/#post-13523145)
 * Thank you.
    I coded the things i want. I put a piece of code here if someone 
   want the same things. file is archive-product.php copied from wordpress plugin
   directory to the child theme /wordpress dir ( as described in the above link )
 *     ```
       ....
       	do_action( 'woocommerce_before_shop_loop' );
       if ( is_shop() ) {
       echo ('<h3 style="color:#ff6b35;text-align:center;">CAT1</h3>');
       echo do_shortcode ('[product_category category="cat1"]');
       echo ('<hr>');
       // .. and so on for all the category that i want to display
       else {
       	woocommerce_product_loop_start();
   
       	if ( wc_get_loop_prop( 'total' ) ) {
       		while ( have_posts() ) {
       			the_post();
       		/**
       		 * Hook: woocommerce_shop_loop.
       		*/
       			do_action( 'woocommerce_shop_loop' );
       		wc_get_template_part( 'content', 'product' );
       	}
       	} 
   
        woocommerce_product_loop_end();
   
       }  // else end
   
       ...
       ```
   
    -  This reply was modified 5 years, 8 months ago by [silenx](https://wordpress.org/support/users/silenx/).
    -  This reply was modified 5 years, 8 months ago by [silenx](https://wordpress.org/support/users/silenx/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Product Fees] Not work with 0,000xxx product fees](https://wordpress.org/support/topic/not-work-with-0000xxx-product-fees/)
 *  [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/not-work-with-0000xxx-product-fees/#post-10939793)
 * Temporary fix for people with my issue.
    This solution seem working.
 * file class-woocommerce-product-fees.php
 * line 52 must be:
    if ( ” !== $fee_name && ” !== $fee_amount && $fee_amount >=
   0 ) {
 * difference is “the greater than or equal to” comparison operator.
    Original one
   was only the major.
 * Now is working with 0,XXX value
    -  This reply was modified 7 years, 6 months ago by [silenx](https://wordpress.org/support/users/silenx/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Product Fees] Not work with 0,000xxx product fees](https://wordpress.org/support/topic/not-work-with-0000xxx-product-fees/)
 *  [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/not-work-with-0000xxx-product-fees/#post-10939734)
 * Also have this issue.
    for example 1,5 is working, 0,5 no
    -  This reply was modified 7 years, 6 months ago by [silenx](https://wordpress.org/support/users/silenx/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[First Order Discount Woocommerce] Discount on Guest](https://wordpress.org/support/topic/discount-on-guest/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/discount-on-guest/#post-10739462)
 * I’ll write to you tomorrow. Thank you for now
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[First Order Discount Woocommerce] Discount](https://wordpress.org/support/topic/discount-7/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/discount-7/#post-10715866)
 * Thank you. Seem working with this update.
    Have a good week 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] Required Field](https://wordpress.org/support/topic/required-field-23/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/required-field-23/#post-10676117)
 * Sorry, i didn’t expain well.
    I mean the acceptance flag in woocommerce integration(
   the one in the woocommerce order form )
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH WooCommerce Badge Management] Update not working](https://wordpress.org/support/topic/update-not-working-30/)
 *  [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/update-not-working-30/#post-10106658)
 * Confirm broken update link
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices Italian Add-on for WooCommerce] Fattura come default](https://wordpress.org/support/topic/fattura-come-default/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/fattura-come-default/#post-10003699)
 * Grazie mille.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Role Level](https://wordpress.org/support/topic/role-level/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/role-level/#post-9994406)
 * sorry, found by myself.
    Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Print pdf page number](https://wordpress.org/support/topic/print-pdf-page-number/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/print-pdf-page-number/#post-9969673)
 * Ok now work.
    Thank you again 🙂 Now i have page number in every pdf page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Print pdf page number](https://wordpress.org/support/topic/print-pdf-page-number/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/print-pdf-page-number/#post-9969641)
 * Yes, i have repeating footer.
    my css for footer is:
 *     ```
       #footer { 
       position: fixed;
       bottom: -1cm;
               left: 0;
               right: 0;
               height: 1cm; /* if you change the footer height, don't forget to change the bottom (=negative height) and the @page margin-bottom as well! */
               text-align: center;
               border-top: 0.1mm solid gray;
               margin-bottom: 0;
               padding-top: 2mm;
       }
       ```
   
 * Example:
    with an invoice of 4 page i get: the first page without footer, the
   second with 2/4 , the third 3/4 and the last 4/4
 * With a single page invoice i have 1/1
 * Any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Print pdf page number](https://wordpress.org/support/topic/print-pdf-page-number/)
 *  Thread Starter [silenx](https://wordpress.org/support/users/silenx/)
 * (@silenx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/print-pdf-page-number/#post-9969568)
 * i put into footer plugin options, not in the code ( admin.php?page=wpo_wcpdf_options_page&
   tab=general )

Viewing 15 replies - 1 through 15 (of 72 total)

1 [2](https://wordpress.org/support/users/silenx/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/silenx/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/silenx/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/silenx/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/silenx/replies/page/2/?output_format=md)