_uli_
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] HTML tags rendered as textJust tested the beta, and this seems to be fixed (even without turning the new option in the admin on). Thank you!
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] HTML tags rendered as textHi, I have the same issue and I’m not using any plugin to send the email, just the plain wp_mail() function. I set the content type to text/html by passing it in the $header parameter as per documentation https://developer.ww.wp.xz.cn/reference/functions/wp_mail/
I think this should be working, I don’t see what I could be doing differently. But I’m happy for any advice 🙂
Forum: Plugins
In reply to: [ReOrder Posts within Categories] Apply Sort Order to custom queryI have the same problem.
I noticed that the plugin code relies on get_queried_object() to get the category id etc. Is it possible that this won’t work when not on a taxonomy archive page?
Forum: Plugins
In reply to: [Eway Payment Gateway] Error messages not translatableHi Ross,
that’s fair enough, I was just wondering if it is possible for completeness sake since most strings in the plugin did actually show up on the string translation.
You are right, it’s an Australian site that also sells to overseas markets. We are using other payment gateways for the other countries however, so it’s really not a big deal. Would have been more of a nice to have for people like myself who are foreign language speakers living in Australia 🙂
Thank you for your help!
UliForum: Plugins
In reply to: [DevBuddy Twitter Feed] Cache does not work for different hashtag searchesAs a workaround I’m now passing fake usernames to the searches. This seems to work, but is obviously not an ideal solution.