dongreen
Forum Replies Created
-
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Invoice in RTLForum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Invoice in RTLFound it. moved the style.css and the print-header.php files to child theme/woocommerce/print-order. add dir=”rtl” to head tag.
🙂Thanks, worked great!
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
In reply to: [Simple Discount Rules for Woocommerce] “Text domain” for translationThanks, will be waiting.
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.found this 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; }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.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.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
In reply to: [Custom Product Tabs for WooCommerce] Image gallery display inside tabOk thank you.
Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Image gallery display inside tabThank 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.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
- This reply was modified 5 years, 8 months ago by dongreen.
Forum: Plugins
In reply to: [Browser Screenshots] Stuck on ‘Generating Preview’I can confirm it is working again.
I wish there was an option to save the screenshot locally.Forum: Plugins
In reply to: [Browser Screenshots] Stuck on ‘Generating Preview’I can confirm same problem here. All screenshots in “Generating preview” status.
Probably service stopped for image generation and hosting.