Mindshare Labs, Inc.
Forum Replies Created
-
How come
'show_in_rest'
defaults tofalse
if it’s required to betrue
to show up in the new editor?Edit: Didn’t realize this was a plugin topic and not a general WordPress thread.
- This reply was modified 6 years, 2 months ago by Mindshare Labs, Inc..
Forum: Plugins
In reply to: [WP Ultimate Search] Is this accessible?We have not tested it for accessibility.
Forum: Plugins
In reply to: [PHP Browser Detection] Shortcode not equal operatorWhat is a use case for this?
Forum: Plugins
In reply to: [PHP Browser Detection] PHP Fatal Error on Auto UpdateThis sounds like a standard permissions issue. However, it also could be that PHP is running out of RAM while writing to the file but based on your solution it seems more likely to be a problem with permissions. An update will be released soon, we’ll look out for this during testing.
Forum: Plugins
In reply to: [PHP Browser Detection] Shortcode not equal operatorCool we are planning a new release and will add this request to the list.
Forum: Plugins
In reply to: [WP Ultimate Search] Updated version?No, development has stopped unless someone wants to fund it.
Forum: Plugins
In reply to: [WP Ultimate Search] link to sort by custom fieldCommunity support only at this time.
Forum: Plugins
In reply to: [WP Ultimate Search] no login available @ MindShare Support ForumWe are no longer using those support forums as the plugin is no longer in activate commercial development.
Forum: Plugins
In reply to: [PHP Browser Detection] Fatal errorThis means you have a really old version of PHP running. Ask your web host to update it.
Forum: Plugins
In reply to: [PHP Browser Detection] Detect IE11 EmulationsYes, we know an update is overdue. We’re hoping to get one out soon. In the meantime:
– Deleted the browscap file.
– De-activate the plugin
– Re-activate the pluginThis will cause a new version to be created.
Forum: Plugins
In reply to: [PHP Browser Detection] It works with WordPress 4.4.2?Yes. It does.
Forum: Plugins
In reply to: [PHP Browser Detection] Shortcode not equal operatorYou can’t do that, you’d need to write another shortcode to handle this.
Forum: Plugins
In reply to: [WP Ultimate Search] Top level categories onlyOh I see, off the top of my head, no I don’t think this is possible without some significant modifications to the plugin.
Forum: Plugins
In reply to: [WP Ultimate Search] Top level categories onlyYou could customize the results by editing the search results template, but it would require some PHP and WordPress knowledge to do.
Forum: Plugins
In reply to: [WP Ultimate Search] Search results open in new tabYou’d have to do some customization of the search form, take a look at this page: https://www.w3schools.com/tags/att_form_target.asp
There’s likely a way you could do it with JavaScript too, I’d try Googling for “form submit new window JavaScript” or similar and look for some code samples.