brunobarros
Forum Replies Created
-
Forum: Plugins
In reply to: [User Access Manager] Is it under development?Just to let you know.
The UAM is hooking on ‘get_term’ and overhiding the ‘count’ value. Instead os use the default WP count columns it is checking if the term is valid, but it’s not considering the ‘post_status’.
On ObjectMaphandler->getTermPostMap() I appended $select .= ” where p.post_status = ‘publish'”;
Forum: Plugins
In reply to: [Web Stories] How configure the default archive page to use lightboxThank you, Luckyna.
A have a look at the Query Loop and I had this insite that I can achieve the same goal with “pre_get_posts” and implement my own pagination too.
Forum: Plugins
In reply to: [User Switching] Cloudflare conflictTried, but no luck.
Forum: Plugins
In reply to: [User Switching] Cloudflare conflictJust to let you know. I’m having the same problem.
This weird behavior started few days ago. I’ll try an old version to see if I have any insight about it.Forum: Plugins
In reply to: [Login by Auth0] Additional Signup FieldsCould you paste the solution, please?
Forum: Plugins
In reply to: [HandMade WooCommerce Order Status Control] Subscription ProductsI’m trying to get my Subscriptions as completed, but it’s not working.
I have the WooCommerce subscrition plugin. I’m paying via PayPal successfully, but the status does not change to completed.
Any help?Thanks
Forum: Plugins
In reply to: [PopBox For Elementor] Bootstrap cssThis is a nice plugin but is tightened to Bootstrap 3. As I’m using BS4 this plugins is totally useless as it breaks the entire site.
I have two suggestions: add an option to not include BS and add options to chose BS 3 or 4.Forum: Plugins
In reply to: [GET Params] GDPR General Data Protection RegulationHi, @mirkodahlke.
I’m not the plugin developer, but I read the plugin code and no data is stored by this plugin. It only looks at the url to show/hide information on screen.Forum: Plugins
In reply to: [Simple LDAP Login] Conflict with Woffice themeI didn’t evolve on a LDAP solution. So I have no news about it.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Publish on different fb profilesI’m interested too.
Forum: Plugins
In reply to: [Custom Comment Notifications] Don’t appears on menuFixed!
On ccn_plugin_menu() I changed the permission to “manage_options” and the menu show up.
Forum: Plugins
In reply to: [Custom Comment Notifications] Don’t appears on menuSingle site. 4.7.2.
thanks
Forum: Plugins
In reply to: [Simple LDAP Login] Conflict with Woffice themehumm I could use the same theme.
I’m looking forward to resolve this issue.Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Without permission do manage adsthis is it!
Works. Thanks.
It’s really a bug.
The widget is changing the query parameter without any check. It break the WP search.
′′′
add_action( ‘pre_get_posts’, array( $this, ‘query_search_filter_only_post_type’ ) );
′′′