websitezcom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Mobile Detector] Prevent image resizingTimBiden, on the very first line of the function “websitez_filter_advanced_page” just put “return $html;” and you should be all set.
function websitez_filter_advanced_page($html){
return $html;
if (class_exists(‘DOMDocument’)) {Forum: Plugins
In reply to: [WP Mobile Detector] slider removal?Unfortunately, with the way WordPress is designed, one plugin cannot manipulate another plugin.
So you’ll have to do a “hack”.
The best way is to modify the slider plugin and have it only show if it is not a mobile device.
The nice part is the WP Mobile Detector gives you access to a value inside the wp query object as well as a cookie you can check against.
You could also put JavaScript in the footer that hides the slider, or removes it from the page if you’d like.
Forum: Plugins
In reply to: [WP Mobile Detector] Non-mobile wersion of website if followed by link.Are you using a cache plugin?
Forum: Plugins
In reply to: [WP Mobile Detector] Non-mobile wersion of website if followed by link.Yes, if you pass “websitez-mobile=0” it will disable. Also, “websitez-mobile=1” to enable.
Forum: Plugins
In reply to: [WP Mobile Detector] Site is not loading in mobileDid you wait for an error to occur?
Without more information I can’t help fix it.
Forum: Plugins
In reply to: [WP Mobile Detector] Removed Plugin but Dashboard Widget is still appearingDo you have a cache plugin? Try clearing the cache.
The plugin only exists inside of its folder, so if you delete that, and it is still happening, there is some sort of a cache problem.
Forum: Plugins
In reply to: [WP Mobile Detector] home page selectionThis is a PRO feature. You can read more about it here: https://websitez.com
Forum: Plugins
In reply to: [WP Mobile Detector] BuddypressAnything recent and you should be fine.
BuddyPress has always used the theme component from inside their directory and the plugin does the same type of thing when showing the mobile website, so I would imagine it would be compatible with all versions of BuddyPress, but I have not tested all the way back.
Forum: Plugins
In reply to: [WP Mobile Detector] download and activate pluginSarah, you’ll have to contact your web host and enable CURL.
Forum: Plugins
In reply to: [WP Mobile Detector] menu page edit and commentsYou’ll want to edit the style.php file instead of style.css file.
And yes, the PRO version allows you to change the menu through the administration.
Make sure you completely remove the free version before installing the PRO version.
Forum: Plugins
In reply to: [WP Mobile Detector] hide images/menu itemsWhich theme are you using? Check the sidebar.php file.
You should be able to deselect the menu items from the administration area.
You may have to clear your browser cache to see the changes. Or if you use a cache plugin, you’ll have to clear the cache.
Do you have a cache plugin installed? You’ll want to clear the cache.
Did you try switching themes with the WP Mobile Detector? It comes with a bunch of them.
Forum: Plugins
In reply to: [WP Mobile Detector] no menu, no search, buttons not working??But the WZ Mobile theme wasn’t functioning?
Forum: Reviews
In reply to: [WP Mobile Detector] ad supportedYou can upgrade to the paid version to get rid of the ads.
Forum: Plugins
In reply to: [WP Mobile Detector] BuddypressYes, it should work just fine with Buddypress.