websitezcom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Detector] Parse errorAre you still having this issue?
Forum: Plugins
In reply to: [WP Mobile Detector] Doesn't show everythingPaul,
Sometimes theme authors use short codes with their functions.php file in the theme. This causes an issue for a mobile theme because it doesn’t have the shortcode functions from inside of functions.php.
The only way to make this work right is to move those shortcode functions to a plugin, or copy them into the functions.php file of the mobile theme.
You can search the shortcode name in the functions.php to find the code that you’ll need to copy.
Forum: Plugins
In reply to: [WP Mobile Detector] Force mobile themeYes, you can use “websitez-mobile=1”.
Forum: Plugins
In reply to: [WP Mobile Detector] Deactivated plugin fails to fully deactivateAre you using a cache plugin? Try clearing the cache.
Does the plugin show as active on the Plugins page inside of the WordPress admin?
If you need urgent support, it is best to email [email protected]
Forum: Plugins
In reply to: [WP Mobile Detector] slider removal?You’ll have to contact whoever made the theme to find out how you can deactivate it.
Forum: Plugins
In reply to: [WP Mobile Detector] Character Encoding IssueWhat type of encoding does your DB use? What encoding is being set inside your WP Admin? You might be able to set the encoding right on the $dom variable instead of converting. I will see if I can find anything related to this with the DOMDocument class.
I would hesitate in using this type of a fix because it can cause other issues.
Forum: Plugins
In reply to: [WP Mobile Detector] Small Images Enlarged on MobileHm, there should have been a check in there. Thanks for bringing that to my attention.
I will look back at the code and see when it was removed.
Forum: Plugins
In reply to: [WP Mobile Detector] wp mobile detectorNo, since it is on the same domain there is no issue with duplicate content.
You just need to remove line 9 from the page.php file.
You’ll have to add a rel=”external” tag to the links.
This is actually an error with jQuery Mobile, the library that is used to build that site.
Forum: Plugins
In reply to: [WP Mobile Detector] permissons? 777That means you need to set the permissions on that folder to be 777.
If you’re not sure how to do that, contact your website host, or if you send me your FTP credentials, I can do it for you.
Forum: Plugins
In reply to: [WP Mobile Detector] 404 Not FoundOur server’s hard drive crashed. All is well now.
Forum: Plugins
In reply to: [WP Mobile Detector] message after update yesterdayOur server’s hard drive crashed. All should be well now.
Forum: Plugins
In reply to: [WP Mobile Detector] Websitez Defunct?Our server’s hard drive crashed.
All is well now.
Forum: Plugins
In reply to: [WP Mobile Detector] Unclosed ENDIFLog in via FTP and delete the folder “wp-content/plugins/wp-mobile-detector”.
You can then re-install version 1.9 and you’ll be all set.