Mindshare Labs, Inc.
Forum Replies Created
-
We have never tested this type of setup… so it isn’t really a feature at this point. If you get it working please post your solution here.
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorGlad to hear it
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorIt is pretty clear the plugin is working and the problem is that you don’t quite understand PHP well enough yet to get it to do what you want. So I’m going to mark this closed unless you have something more specific you need help with.
Basically this plugin is meant for developers… I can’t really teach you PHP right now 🙁
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errortry this
<?php if(is_desktop()) { echo "test"; };?>Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorNone of that is valid PHP syntax. You can’t just paste anything – it need to be PHP code, correctly formatted.
Forum: Plugins
In reply to: [PHP Browser Detection] 500 Errorwell then it’s the thing you are pasting in… please post that
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorCan you post a link to the site?
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorSo if you delete the line with is_desktop you are saying the error goes away?
Forum: Reviews
In reply to: [WP cdnjs] Great CDN PluginThank you!
Forum: Plugins
In reply to: [PHP Browser Detection] Where to paste code for redirecting a specific pageIt depends on your theme. Try the functions.php file or the header.php?
Are you using the latest version of the plugin?
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorWithout posting the full code it’s hard to tell where the error is coming from. Maybe try putting the whole file on Pastebin?
Forum: Plugins
In reply to: [PHP Browser Detection] 500 ErrorPost the full code that is throwing the error, it’s probably just a PHP syntax problem.
Forum: Plugins
In reply to: [PHP Browser Detection] Problem with multiple "if statement"Can you post a link to the page?
Forum: Plugins
In reply to: [PHP Browser Detection] Problem with multiple "if statement"You don’t need to use all of those statements.. is_mobile() || is_tablet() are sufficient.