Andrea Landonio
Forum Replies Created
-
Forum: Plugins
In reply to: [Daily logo] Failed to activateClosed for no response
Forum: Plugins
In reply to: [Daily logo] Failed to activateHello,
I have done a test with WP4.4 and MariaDB and it’s work for me.. probably the error should concern the provider application server. Can you read in the provider docs if the server is Apache, nginx, etc? And, can you search if the provider uses linux or windows?
Please give me this info.. 😉
If you’re agree give me the provider name.. I can search for you..Forum: Plugins
In reply to: [Daily logo] Failed to activateHello,
I’m trying on my PC.. Is it possible for you to ask some logs to your provider?
Forum: Plugins
In reply to: [Daily logo] Failed to activateHello, can you give me more informations about your WP version and your stack? eg: windows, apache, mysql.. every information could be useful..
Thanks,
ByeForum: Plugins
In reply to: [Taxonomy Filter] Add filter in quick edit panelIs it possible for you to give me more info or a screenshot of your page? Another question, have you defined the custom tax by your own using register_taxonomy function?
Forum: Plugins
In reply to: [Taxonomy Filter] Add filter in quick edit panelHave you enabled custom taxonomy in the admin page? Furthermore can you add in your theme this row:
add_filter(‘manage_edit-post_columns’, ‘taxonomy_filter_manage_bulk_columns’, 99, 1);
Please give me a feedback if this solution works..
Forum: Plugins
In reply to: [Taxonomy Filter] Add filter in quick edit panelHi, are you using a custom post type or a custom taxonomy?
Forum: Plugins
In reply to: [Taxonomy Filter] Add filter in quick edit panelHello! In the new release (1.1.0) you can find filters in bulk edit section! 😉
Forum: Plugins
In reply to: [Taxonomy Filter] Can you add category filter to buk edit section?Hello! In the new release (1.1.0) you can find filters in bulk edit section! 😉
Forum: Plugins
In reply to: [Taxonomy Filter] Filter parent with childsHello,
filter search in all the tags, including parents. I can plan a new feature for search only by “parents” showing only children..
Forum: Plugins
In reply to: [Picker] Error at deletionHello,
can you give me more information? I’m trying to perform your action but I get no errors..
Forum: Plugins
In reply to: [Taxonomy Filter] Add filter in quick edit panelPlease can you give me some extra information of your suggest?
Forum: Plugins
In reply to: [Taxonomy Filter] Hide in post list admin?Hello,
i’m working to a new release giving you the possibility for have a filter option in the bulk edit section (posts list).
Thanks 😉
Forum: Plugins
In reply to: [Taxonomy Filter] CSS a bit to greedyHello Par,
sorry for my delay, I’ve fixed the CSS issue adding a specific selector for the table class!
Thanks for your suggestion!
Forum: Plugins
In reply to: [Taxonomy Filter] Can you add category filter to buk edit section?Hello, nice idea! Can you explain me better your suggestion? I’m think you need a box to filter posts for a specific category, right? I can try to integrate this feature..