Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribr] Subscribr – Dear UsernameHi there, sorry for the delay. You should be able to use any of the default user profile values, but I actually haven’t tested all of them:
%user_login%
%user_nicename%
%user_email%
%display_name%etc.. see the full list here: https://codex.wordpress.org/Class_Reference/WP_User
Forum: Plugins
In reply to: [Subscribr] Microsoft Outlook account not receiving emailsAwesome! Glad you found a solution.
Forum: Plugins
In reply to: [Subscribr] Microsoft Outlook account not receiving emailsSo that seems like the issue is not with WordPress or the plugin but with those providers blocking your mail would be my guess.
Forum: Plugins
In reply to: [Subscribr] Microsoft Outlook account not receiving emailsTry instlaling this plugin to see if your normal WP mail is gettingh sent: https://wordpress.org/plugins/check-email/
Forum: Plugins
In reply to: [PHP Browser Detection] Cache problemThis plugin isn’t setup to do anything special with any cache plugins so you should probably ask about this issue on that plugin’s support forum.
You’ll likely want to wrap the browser check in some pre-cache code block because if it is cached it won’t work as expected, the is_mobile() function will just return the cached result not a real time one.
Forum: Plugins
In reply to: [WP Ultimate Search] Search Results OrderThat’s just basic WordPress, not really about this plugin per se. Try reading this documentation for starters: https://codex.wordpress.org/The_Loop
Forum: Plugins
In reply to: [WP Ultimate Search] Search Results OrderJust customize the search template and limit the number of results. See:https://wordpress.org/plugins/wp-ultimate-search/faq/
https://github.com/mindsharestudios/wp-ultimate-search/blob/master/views/wpus-results-template.php
It’s just a standard WordPress loop.
Forum: Plugins
In reply to: [WP Ultimate Search] Is this still active?Thanks!
Forum: Plugins
In reply to: [PHP Browser Detection] Chrome version shows 0.0Yes I’m aware of that discussion, we’re looking at options now. Thanks.
Forum: Plugins
In reply to: [WP Ultimate Search] Is this still active?There’s actually a bug in BBPress that is preventing the support forums from loading on that site. None of these plugins are a top priority for us, we don’t make any money off them, but they are all still maintained.
Forum: Plugins
In reply to: [PHP Browser Detection] Chrome version shows 0.01. We’ve been relying on user to let us know when there’s a problem (not ideal)
2. Full PHP version, lite doesn’t provide many of the fields for each user agent and doesn’t include many mobile devices.
We’ll enable some new options to address the update issue in the next release.
Forum: Plugins
In reply to: [PHP Browser Detection] Chrome version shows 0.0Yes we used to have this feature enabled but had to disable it because so many users of the plugin are on shared hosting that does not have enough memory to update and cache the browscap.ini file (it is quite large). So in order to prevent out of memory errors we removed it. It’s on the roadmap to add a way to manually enable it.
Forum: Plugins
In reply to: [PHP Browser Detection] Chrome version shows 0.0I’m pushing an update for this issue today. Thanks 🙂
Forum: Plugins
In reply to: [WP Ultimate Search] Only query search fields if option is selectedAnd exclude plain text search do you mean?
Forum: Plugins
In reply to: [PHP Browser Detection] Chrome version shows 0.0Thanks for letting us know. We’ll publish an update ASAP, the browscap.ini file needs to be updated.