Title: dongreen's Replies | WordPress.org

---

# dongreen

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Invoice in RTL](https://wordpress.org/support/topic/invoice-in-rtl/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/invoice-in-rtl/#post-15057995)
 * When there is a variation to the product, the printed invoice gets wrong encoding
   on the variation value (appended to the product title). how can this be fixed?
   
   Thanks.
    -  This reply was modified 4 years, 7 months ago by [dongreen](https://wordpress.org/support/users/dongreen/).
    -  This reply was modified 4 years, 7 months ago by [dongreen](https://wordpress.org/support/users/dongreen/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Print Invoice & Delivery Notes for WooCommerce] Invoice in RTL](https://wordpress.org/support/topic/invoice-in-rtl/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/invoice-in-rtl/#post-15033906)
 * Found it. moved the style.css and the print-header.php files to child theme/woocommerce/
   print-order. add dir=”rtl” to head tag.
    🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels] RTL table issue](https://wordpress.org/support/topic/rtl-table-issue/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/rtl-table-issue/#post-14938633)
 * Thanks, worked great!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels] RTL table issue](https://wordpress.org/support/topic/rtl-table-issue/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/rtl-table-issue/#post-14932547)
 * Thank you for the update, I have updated the plugin but i still have the issue
   and the table is showing ltr. It seems direction:rtl; is still missing from .
   wfte_product_table.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Discount Rules for Woocommerce] “Text domain” for translation](https://wordpress.org/support/topic/text-domain-for-translation/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/text-domain-for-translation/#post-14928764)
 * Thanks, will be waiting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebToffee WooCommerce PDF Invoices, Packing Slips, Delivery Notes & Shipping Labels] RTL table issue](https://wordpress.org/support/topic/rtl-table-issue/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/rtl-table-issue/#post-14920715)
 * it seems direction: rtl; is missing from the product table in print view, can
   you please check?
    If adding the following css it looks fine, can you add it 
   to the plugin or suggest where to add so it will not be removed on next update?.
   wfte_row.clearfix.wfte_padding_left_right { direction: rtl; } Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Hide other shipping methods when “Free Shipping” is available](https://wordpress.org/support/topic/hide-other-shipping-methods-when-free-shipping-is-available-4/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/hide-other-shipping-methods-when-free-shipping-is-available-4/#post-14827294)
 * found [this](https://wordpress.org/support/topic/multiple-pickup-method-solution/)
   solution:
 *     ```
       Just remove the “break” instruction in this portion of the code:
   
           if ( ! empty( $new_rates ) ) {
               foreach ( $rates as $rate_id => $rate ) {
                   if ('local_pickup' === $rate->method_id ) {
                       $new_rates[ $rate_id ] = $rate;
                       break; //REMOVE THIS LINE WITH BREAK
                   }
               }
               return $new_rates;
           }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Enable File editor to SEO manager](https://wordpress.org/support/topic/enable-file-editor-to-seo-manager/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/enable-file-editor-to-seo-manager/#post-14704511)
 * Thank you for your reply.
    Yes, as administrator i can access the file editor
   and the robots.txt file. Need to add the same for seo manager. If you can share
   the code to do it that will be much appreciated. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Enable File editor to SEO manager](https://wordpress.org/support/topic/enable-file-editor-to-seo-manager/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/enable-file-editor-to-seo-manager/#post-14704371)
 * Ok i get it thanks.
    Can I add the permission to seo manager to edit robots.txt
   manually with code? could you kindly supply a snippet for that? Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Enable File editor to SEO manager](https://wordpress.org/support/topic/enable-file-editor-to-seo-manager/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/enable-file-editor-to-seo-manager/#post-14701225)
 * Thank you for your reply.
 * So Seo managers are not supposed/allowed to edit robots.txt file without heavy
   modifications to user roles?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Image gallery display inside tab](https://wordpress.org/support/topic/image-gallery-display-inside-tab/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/image-gallery-display-inside-tab/#post-13625630)
 * Ok thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Product Tabs for WooCommerce] Image gallery display inside tab](https://wordpress.org/support/topic/image-gallery-display-inside-tab/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/image-gallery-display-inside-tab/#post-13625584)
 * Thank you Tracy for your reply.
    I am using elementor with hello theme, hope 
   this helps to find a fix, or please send me your email address for a link. Many
   thanks, great plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] order posts by title in archive](https://wordpress.org/support/topic/order-posts-by-title-in-archive/)
 *  Thread Starter [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/order-posts-by-title-in-archive/#post-13429654)
 * If anyone needs it, this is the code:
 *     ```
       add_action( 'pre_get_posts', 'my_change_sort_order'); 
           function my_change_sort_order($query){
               if(is_archive()):
                //If you wanted it for the archive of a custom post type use: is_post_type_archive( $post_type )
                  //Set the order ASC or DESC
                  $query->set( 'order', 'ASC' );
                  //Set the orderby
                  $query->set( 'orderby', 'title' );
               endif;    
           };
       ```
   
 * [https://wordpress.stackexchange.com/questions/39817/sort-results-by-name-asc-order-on-archive-php](https://wordpress.stackexchange.com/questions/39817/sort-results-by-name-asc-order-on-archive-php)
    -  This reply was modified 5 years, 9 months ago by [dongreen](https://wordpress.org/support/users/dongreen/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Browser Screenshots] Stuck on ‘Generating Preview’](https://wordpress.org/support/topic/stuck-on-generating-preview-2/)
 *  [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/stuck-on-generating-preview-2/#post-13375674)
 * I can confirm it is working again.
    I wish there was an option to save the screenshot
   locally.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Browser Screenshots] Stuck on ‘Generating Preview’](https://wordpress.org/support/topic/stuck-on-generating-preview-2/)
 *  [dongreen](https://wordpress.org/support/users/dongreen/)
 * (@dongreen)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/stuck-on-generating-preview-2/#post-13365688)
 * I can confirm same problem here. All screenshots in “Generating preview” status.
   
   Probably service stopped for image generation and hosting.

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