shadowshades
Forum Replies Created
-
Hello, same issue on my side.
After some investigation, it seems to be related to a Cloudflare restriction on https://pushnotifications.io.
I’m subscribing to this thread to stay updated in case the developers are able to resolve the issue.
Thanks!
Forum: Plugins
In reply to: [Admin Columns for ACF Fields] Admin columns in User listHello! It’s working on my end. Just make sure to set the field group location to “User Form” — not “User Role”.
However, please note that sorting doesn’t currently work on the Users page.
Thank you for your answer!
Do you have an ETA for the next version of UM ?
Also, it could be really nice to add Gravityform or ACF to manage the form fields, instead of a custom builder. These tools are very powerfull and can be very usefull to manage forms.
Thank you!
Please, let us know what’s the conclusion 😉
My custom post type is also created with Toolset Types plugin. But not my custom taxonomy.
For me, I didnt work when I re-save the custom post type.
I’ve tried to disable my plugins or force taxonomy to appear in functions.php with this code:register_taxonomy_for_object_type( 'question_tag', 'document' );But nothing works.
Forum: Plugins
In reply to: [Custom Taxonomy Order] Order Taxonomies – Not TermsIt could be nice! I didn’t see any plugin that can re-order taxonomies list. Do you have a temporary solution that I can use inside my function.php to define a custom order for my custom taxonomies ?
Thank you again! 🙂
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Custom taxomony parameterOk, I found this article :
http://www.relevanssi.com/knowledge-base/using-relevanssi-without-a-search-term/It seem to resolve my problem. Here is my code :
http://pastebin.com/g1hbCrDRDo it’s the correct way to resolve my problem ?
Thank you!
ShadFor your information, some pieces of text do not handle translations:
Statut Types
=====
anspress-functions.php : Line 222
$types = array(‘open’, ‘solved’, ‘closed’, ‘duplicate’);
=====“Ago” text
=====
content-list.php : Line 25
printf(
‘<span class=”when”>%s ago</span>’,
ap_human_time(get_the_time(‘U’)) );
=====I translated your plugin in French. Here you can find the .po file:
https://www.dropbox.com/s/42i1tgjp9osulkk/anspress.poForum: Plugins
In reply to: [Radio Buttons for Taxonomies] No support for Quick Edit?Hi, sorry for the delay!
My quick edit still work well with Types plugin (I show the radio buttons and it saved well to de Database on update).
Also, I updated to last version (1.6.1) but the Bulk actions still dont work. For the moment, to acheive it, I nedd to disable radio button for taxomomy (from the plugin options menu), do my bulk actions, and reactivate the radio buttons. It would be great if that can be works without requiring us to perform this workaround.
Thank you!Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] No support for Quick Edit?Hi, I also use Types plugin. My quick edit work great!
But when I try to edit multiple posts at a time (Bulk actions), it dont work. Is this a known limitation or a bug?
Thank you! 🙂I found where the problem inside attachment.js on line 23 :
/* $(‘#wpuf-attachment-upload-filelist’).on(‘click’, ‘a.track-delete’, this.removeTrack);
$(‘#wpuf-attachment-upload-filelist ul.wpuf-attachment-list’).sortable({
cursor: ‘crosshair’,
handle: ‘.handle’
});*/I just commented these lines and upload is working… But i’m sure is not the perfect solution 😉
Ok, I found it here : http://ww.wp.xz.cn/extend/plugins/wp-user-frontend/developers/, but the Attchment button still do nothing…
Do you have link to a quick fix that I can use ?
Thanks !
Hi, can you send the development file for WP User Frontend plugin. I followed your link above but I didnt find the file inside discussion.
Thank you !