thehowarde
Forum Replies Created
-
Update forthcoming.
Hi @chris-yau – As stated before, the CSV Export from the datatables is using the jQuery Datatables and I’ve not only updated the default content type to UTF-8, but I’ve also made the content type filterable. It seems to me that since what you’re trying to do works with XLS or PDF, then you could use the XLS export, since you’re opening in Excel anyway?
Hi @chris-yau – to be honest, I forgot about this.
I’ve updated the plugin and added a filterable Charset for the report.
You can use the following code in your theme or child theme’s functions.php to alter it.
add_filter( 'dd_list_backorders_report_charset', function() { return 'your-charset-here'; } );
Forum: Plugins
In reply to: [List Orders with Backorders for WooCommerce] Backorder item not listed@chris-yau I need a more detailed example of your problem. The Backordered items are determined by the item status itself, and not the other items on the order.
Forum: Plugins
In reply to: [Parallax Image] Image jumping up web pageHi @robbiehurst – I don’t see anything jumping on this page.
However, please understand, that if it’s an issue specific to a browser, then perhaps the issue is with the parallax.js script, which I didn’t write. I’ve merely converted the usage for this script into a shortcode for easy insertion.
Great. Version 1.4.4 has been released.
Hi @jun316jun
Please try this updated version before I release plugin update. Thanks. https://github.com/DuckDivers/owl-carousel-2/archive/refs/tags/1.4.4.zip
Thanks… I’ll check it out and get back to you here.
Hi Can you share the SVG code, so I may try it as you have it?
Thanks.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Random Order doesn’t work?Hello @skigirl1369
Do you have caching on your site, or does wpengine include caching whether you know about it or not?
If the pages are cached by the server, then the random results would appear in the same order until the cache is cleared. This is not something that I can fix, since it’s not broken.
I would contact wpengine if you’re not sure about the caching.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Latest Update Breaks Taxonomy DisplayI’m going to mark this as resolved.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Latest Update Breaks Taxonomy DisplayIt’s all related to the update. I had some WP Security issues that needed to be worked out quickly. I missed a few things. I think this fix nails it. I got the changes noted by @wplove3268 as well… It seems all good in my tests.
I’m going to push to WP.Org if there’s any more issues, with anything other than the Taxonomy… let’s make a new thread.
To re-iterate I’ve released version 1.4.3 which should have addressed everything mentioned in this thread.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Latest Update Breaks Taxonomy DisplayForum: Plugins
In reply to: [Custom Post Carousels with Owl] Latest Update Breaks Taxonomy DisplayCan you guys try installing this version. https://github.com/DuckDivers/owl-carousel-2/archive/refs/tags/1.4.3.zip let me know if this resolves for you… then I’ll push to WP.
Thanks.
Forum: Plugins
In reply to: [Custom Post Carousels with Owl] Latest Update Breaks Taxonomy DisplayOk thanks. I will check it out and fix. Give me a bit.