Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Browser Detection] Newest version not working in 3.4.2Can you try the new version and let me know if this is still an issue?
Forum: Plugins
In reply to: [PHP Browser Detection] Firefox 17 = Unknown BrowserI just released an update with the latest available browser capabilities file. Let me know if that solves your issue.
Sorry for the delay… I just released an update with the latest available browser capabilities file. Let me know if that solves your issue.
Forum: Plugins
In reply to: [WP Favorite Posts] Change widget text?Not exactly an elegant solution but, thanks. I decided to just use jQuery so I don’t have to edit the plugin itself:
jQuery('#users-favorites li:contains("Your favorites will be here.")').html('Anything you want...');I guess maybe we should fork the project since it doesn’t appear that the developer is going to update it?
When is this fix going to be released? It would be worth the simple push to SVN even if this is the only thing getting fixed…
Cool! I’m glad you already saw this I was about post the same thing.
Cool thanks. I’m actually thinking about forking this plugin and creating my own version of it so maybe I’ll add that in as an option.
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] size search boxYes you should be able to override the default CSS the same way you would with any WordPress plugin.
Try adding something like this to your themes stylesheet:
#search_box_container { width:200px; }The height might be a bit trickier to change but should be possible with some effort.
Forum: Plugins
In reply to: [Codex Generator] [Plugin: Codex Generator] nice work!Thanks much for the input, I’ll share any code I write for it if it seems useful to your project.
Any plans to update this soon?
Forum: Plugins
In reply to: [Self Hosted Plugins] [Plugin: Self Hosted Plugins] Error during activationSame issue here.
Forum: Plugins
In reply to: [Self Hosted Plugins] [Plugin: Self Hosted Plugins] Are you looking for help?My team could probably help a bit too… I’m going to install and test out your plugin today…
I have noticed this is a problem when using https
Forum: Plugins
In reply to: Search Pagethere’s a template tag for that:
<?php get_search_form(); ?>http://codex.wordpress.org/Function_Reference/get_search_form