Bruce
Forum Replies Created
-
Hi @jkofroth ,
Can you please share a screenshot or screencast showing what lead to that issue?
Regards
Forum: Plugins
In reply to: [Notibar - Notification Bar for WordPress] On Mobile, Bar is MissingHi @joelle ,
Unfortunately, we could not replicate the issue so far.
Thanks for updating us with your work-around anyway. We will take note of it in case of any other reports.
Regards
Hi @jkofroth ,
I think you misunderstood, we did not send 2 different snippets, we sent only 1 (the pasted one):
<?php add_filter( ‘catf_dg_files’, function ( $files ) { foreach ( $files as &$file ) { $path = get_attached_file( $file[‘document_id’] ); $file[‘_mtime’] = ( $path && file_exists( $path ) ) ? filemtime( $path ) : 0; } unset( $file ); // Oldest first (ascending). For newest first, swap $a <=> $b to $b <=> $a usort( $files, fn( $a, $b ) => $a[‘_mtime’] <=> $b[‘_mtime’] ); return $files; }, 10, 1 );But as you said it is not working, then I would have to check with our tech team again and get back to you within 24 hours.
Regards
Hi @jkofroth ,
You can do this by using the code snippet plugin:
https://wordpress.org/plugins/insert-headers-and-footers/Adding and enabling it like this:
https://drive.google.com/file/d/17YiCo5kQRAi78Z6Wu5r3gvefmi9YHLb5/view?usp=drivesdkRegards,
Forum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Glitch with images elementForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Glitch with images elementHi @123aoeu ,
Thanks for coming.
Can you give clearer details, please?
Screencast or screenshots for better understanding.
Regards
Forum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] RTL Option GlitchForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] RTL Option GlitchHi @123aoeu ,
When you copy and paste it into the CSS editor, if you see these pink characters, please remove them:
https://ibb.co/zhgyCgC7
Regards,
BruceForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] RTL Option GlitchHi @123aoeu ,
Please replace it with this CSS and check again:
.yaymail_rtl .yaymail_element_head_order_item th.yaymail_item_price_title,
.yaymail_rtl .yaymail_element_body_order_item td.yaymail_item_price_content,
.yaymail_rtl .yaymail_element_foot_order_item .yaymail-order-detail-row-cart_subtotal td,
.yaymail_rtl .yaymail_element_foot_order_item .yaymail-order-detail-row-shipping td,
.yaymail_rtl .yaymail_element_foot_order_item .yaymail-order-detail-row-payment_method td,
.yaymail_rtl .yaymail_element_foot_order_item .yaymail-order-detail-row-order_total td,
.yaymail_rtl .yaymail-order-details-table[data-layout-type-modern] .yaymail_element_foot_order_details tr td{
Β Β text-align: left !important;
}Regards,
BruceForum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] RTL Option GlitchForum: Plugins
In reply to: [Notibar - Notification Bar for WordPress] On Mobile, Bar is MissingHi @ltw08 ,
Since you are asking with regards to a paid plugin, please reach out to support here, as WP Forum does not condone such discussions:
ninjateam.org/support
Regards.
Thank you so much for choosing our plugin.
If it’s possible, can you leave the plugin a nice review please?
https://wordpress.org/support/plugin/fastdup/reviews/
Your review will motivate us to develop more plugins in the future and have awesome users like you π
Thanks in advance.