websitezcom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] This plugin is a parasiteCan you provide more details? Are you using a cache plugin?
Forum: Plugins
In reply to: [Shoptricity Links] [Plugin: Shoptricity Links] Wiped out my WP dashboardmkassowitz, I apologize, I didn’t include the admin messages function properly which caused the error.
I just pushed version 1.1 live with the fix.
Forum: Plugins
In reply to: [Shoptricity Links] [Plugin: Shoptricity Links] Wiped out my WP dashboardThat is very odd. What version of WordPress are you running?
Are you on Windows host by chance?
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] no settings displayedThat’s normal.
Can you send a screenshot or post it here?
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] The plugin doesn't worksWhat folder is the child theme located in?
Can you give me the full directory path?
Forum: Fixing WordPress
In reply to: Login page redirects to the login page?Pass in a GET variable “redirect_to” and the login page will perform the redirect for you. Make sure to encode the value to avoid any problems. PHP’s urlencode() function. Javascript has one too that will work. EncodeURI and EncodeURIComponent if I am not mistaken.
Forum: Fixing WordPress
In reply to: ERROR: Invalid username. Lost your password?Have you tried making sure the email is set in the users table and then using the forgot password link?
I can’t remember specifically, but I think WordPress uses more than just MD5, but I am not positive.
The plugin will automatically insert a link in the desktop footer as long as the WordPress function “wp_footer” is present in the footer.
From the sounds of it, it sounds like it isn’t.
If you just toss that in the footer.php file, you should be good.
<?php wp_footer(); ?>
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Nothing worksAre you using any sort of cache plugin?
Are you running a cache plugin? That is normally what causes the issues.
I would use Google Adsense, they have a great utility that will help you create all sorts of mobile ads.
You can then pickup the WP Mobile Detector premium plugin, which allows you to easily place ads on the mobile website.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] no settings displayedWhich version of WordPress are you using?
Do you see a “Themes” link on the left navigation?
Denis,
In a soon-to-be-released version of the premium plugin, we will set a variable in the wp_query query vars that you can reference from your functions.php file and determine if a mobile theme is being displayed.
This should be completed by the end of this month.
I would be happy to give you an example of how you can implement it as well.
-Eric
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] On MAC detection problemThere is no link in the footer?
This function is probably dependent on a themes functions.php file.
Can you find where the “get” function is located?
I would check in your desktop theme that is activated for the functions.php file, and see if the function get() is in there.