Mindshare Labs, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [PHP Browser Detection] get_browser_version on IE8 returns "7.0"We are releasing a new version of the plugin today with a fix for this issue. Thanks.
Forum: Plugins
In reply to: [PHP Browser Detection] Undefined Variable NoticeThis will be fixed in the next release. Thanks.
Forum: Plugins
In reply to: [PHP Browser Detection] Error in FirefoxThanks – this will be fixed in the next update.
Forum: Plugins
In reply to: [PHP Browser Detection] How do you install PHP-BD on a WP Multi-Site?PHP Browser Detection works just like any other plugin in a MS setup. If you aren’t seeing the delete link it is because you have “Network Activated” it and need to deactivate in network-wide in order to remove it. Go to: yoursite.com/wp-admin/network/plugins.php
This plugin doesn’t save any options to the database so there is no “uninstall”. If you need more help, see the docs on Multisite, I don’t think this issue actually has to do with PHP Browser Detection.
Forum: Plugins
In reply to: [PHP Browser Detection] Usage questionYour PHP syntax is wrong. You would need to do something like this:
<?php if(is_firefox()) : ?> <link rel="stylesheet" type="text/css" href="mystyle.css"> <?php endif; ?>Forum: Plugins
In reply to: [PHP Browser Detection] Single page mobile redirectYes adidouh113 is correct! You should use:
if(is_mobile() && get_the_ID() == 2766) { // }Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] Save to Taxonomy not workingI wound up using Advanced Custom Fields instead.
Forum: Plugins
In reply to: [Subscribr] PHP Parse errorNavneil – cna you send me a link and temporary username and password offline so I can test? info (at) mindsharestudios (dot) com
Forum: Plugins
In reply to: [Subscribr] Subscribr not sending notifications for scheduled postsYou can change the WordPress hook(s) that get used to send notification from the Subscribr Settings page under General Options.
The default is
publish_postbut you could use any hook or multiple hooks you want, see this Codex page for more info:
http://codex.wordpress.org/Post_Status_TransitionsYou’d probably want to use
pending_to_publishor something like that.Forum: Plugins
In reply to: [Subscribr] PHP Parse errorSo weird… we have a test install here with no errors: http://dev.mindsharelabs.com/
Can you send me a temporary admin login to info AT mindsharestudios DOT com so I can check out your setup?
Forum: Plugins
In reply to: [Subscribr] PHP Parse errorYou might be using an old version of PHP. We can’t reproduce this error using the current version of WordPress and PHP 5.3 or PHP 5.4.
It is possible there is a conflict with another plugin or theme as well.
Try re-installing Subscribr, deactivating all other plugins, and switching to the default WordPress theme and let us know if you still still see this problem.
Forum: Plugins
In reply to: [Subscribr] Front-end functionalityCool we’ll check it out 🙂
Forum: Plugins
In reply to: [Subscribr] Front-end functionalityThanks Charmp121!
These are both top priorities on our list of new features. Stay tuned…
Forum: Plugins
In reply to: [Subscribr] PHP Parse errorThanks for the bug report… can you provide any more information? Where/when do you see this error? We can’t reproduce it using the latest version of the plugin inour tests…
Forum: Plugins
In reply to: [PHP Browser Detection] Single page mobile redirectThat code looks like it should work, can you send a URL to your site I can check?