egroll
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Email Users] Email receive is blankHellow!
I have the same problem.
The solution of @andrewalken could work for me too.
When is the next bugfix expected?
Thank you!Forum: Plugins
In reply to: [XPoster - Share to Bluesky and Mastodon] Custom Shortcode with WP to TwitterThank you Joe,
using a filter works for me.
First I had trouble to render the value of an ACF field in the twitter text. Sometimes it appears sometimes not. I learned that the $post_id is necessary for the get_filed() function!Greetings!
Forum: Plugins
In reply to: [amr users] different results of exclude filter in backend and frontendSorry for coming back again!
The translation of user rolls into German is done by locale. So I have to live with this.The behavior of the “refresh” in the backend and in the frontend differ! I give an example:
(1) The list’s definition in backend is asField name Link type Include ---------- --------- -------- First name edit user (empty) First Role keine (=non) Abonnent (=subscriber)etc.
When I click at “Rebuild cache now” the expected result is shown.(2) In the frontend the list is shown as
First name First role ---------- ---------- André Abonnent Bernd Abonnentetc.
After clicking at the “Refresh Cache” icon the list is empty (No line found). I agree the problem is the translation. However, it seems in the frontend the label is used in query instead of the value. Can you help please? Thank you! Greetings