BraveNewCode Inc.
Forum Replies Created
-
Hi,
Due to the way some desktop themes add their custom post types, they can’t all always be added in WPtouch using the admin options. in WPtouch Pro, custom post types can be registered manually in the functions.php file of a WPtouch Pro child theme.
You’re welcome.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] custom page templatesHi,
Official support for custom page templates/child themes is only available in WPtouch Pro at this time.
Hi Chris,
The gallery pages in the desktop theme seem to be using a custom page template. WPtouch loads its own theme, page templates, etc., so it doesn’t have ‘access’ to the custom page templates in the desktop theme directory.
In WPtouch Pro, custom page templates and child themes are supported, which should help you resolve the issue you’re seeing here.
Hi,
You can try changing the z-index of the menu so that it appears ‘above’ the slider. Try applying:
#menu { z-index: 99 !important; }You can add custom CSS to WPtouch Pro in Core Settings > General > Custom Code or by using this plugin – http://wordpress.org/plugins/wp-touch-stylesheet-addon/
You’re welcome.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Languageupdate to 3.4 and dates for Chinese are messed up and all display the current date rather than the date the post published.
Thank you for letting us know. We’re aware of the issue and will aim at addressing it soon in an upcoming release.
Hi,
This is not supported and not what WPtouch is designed to accomplish. WPtouch will load its mobile theme on the exact URL as your desktop theme. It automatically detects mobile devices and shows the mobile theme, without changing URLs.
Hi,
You can try adding your .mo file to /wp-content/wptouch-data/lang and WPtouch should detect it. You can then select it from the language dropdown menu in the WPtouch admin panel.
Is there a possibility to specify exacter, that means to no exclude the whole WPtouch Plugin, just the scripts that cause these incompatibility? And which scripts are these?
If the autoptimize plugin allows the exclusion of scripts/files, these are the files you can try excluding:
wp-content/plugins/wptouch/include/js/wptouch.js
wp-content/plugins/wptouch/themes/bauhaus/default/bauhaus.js
wp-content/plugins/wptouch/themes/foundation/modules/base/base-public.js
wp-content/plugins/wptouch/themes/foundation/modules/base/base.js
wp-content/plugins/wptouch/themes/foundation/modules/base/wptouch-preview.js
wp-content/plugins/wptouch/themes/foundation/modules/fastclick/fastclick.js
wp-content/plugins/wptouch/themes/foundation/modules/fastclick/fastclick.min.js
wp-content/plugins/wptouch/themes/foundation/modules/fastclick/wptouch.fastclick.js
wp-content/plugins/wptouch/themes/foundation/modules/featured/swipe.js
wp-content/plugins/wptouch/themes/foundation/modules/featured/swipe.min.js
wp-content/plugins/wptouch/themes/foundation/modules/featured/wptouch-swipe.js
wp-content/plugins/wptouch/themes/foundation/modules/google-fonts/google-fonts.js
wp-content/plugins/wptouch/themes/foundation/modules/hammer/hammer.min.js
wp-content/plugins/wptouch/themes/foundation/modules/hammer/wptouch.hammer.js
wp-content/plugins/wptouch/themes/foundation/modules/infinite-scroll/infinite-scroll.js
wp-content/plugins/wptouch/themes/foundation/modules/load-more/load-more.js
wp-content/plugins/wptouch/themes/foundation/modules/login/wptouch-login.js
wp-content/plugins/wptouch/themes/foundation/modules/media/fluid-width-videos.js
wp-content/plugins/wptouch/themes/foundation/modules/font-awesome/fontawesome-webfont.eot
wp-content/plugins/wptouch/themes/foundation/modules/font-awesome/fontawesome-webfont.svg
wp-content/plugins/wptouch/themes/foundation/modules/font-awesome/fontawesome-webfont.ttf
wp-content/plugins/wptouch/themes/foundation/modules/font-awesome/fontawesome-webfont.woff
wp-content/plugins/wptouch/themes/foundation/modules/media/media.js
wp-content/plugins/wptouch/themes/foundation/modules/media/fitvids.js
wp-content/plugins/wptouch/themes/foundation/modules/menu/menu.js
wp-content/plugins/wptouch/themes/foundation/modules/meny/meny.js
wp-content/plugins/wptouch/themes/foundation/modules/meny/meny.min.js
wp-content/plugins/wptouch/themes/foundation/modules/meny/wptouch.meny.js
wp-content/plugins/wptouch/themes/foundation/modules/overthrow/overthrow.js
wp-content/plugins/wptouch/themes/foundation/modules/overthrow/overthrow.min.js
wp-content/plugins/wptouch/themes/foundation/modules/pushy/pushy.js
wp-content/plugins/wptouch/themes/foundation/modules/spinjs/spin-jquery.js
wp-content/plugins/wptouch/themes/foundation/modules/spinjs/spin.min.js
wp-content/plugins/wptouch/themes/foundation/modules/tappable/tappable.min.js
wp-content/plugins/wptouch/themes/foundation/modules/tappable/wptouch.tappable.js
wp-content/plugins/wptouch/themes/foundation/modules/webapp/add2home-config.js
wp-content/plugins/wptouch/themes/foundation/modules/webapp/add2home.js
wp-content/plugins/wptouch/themes/foundation/modules/webapp/webapp.jswp-content/plugins/wptouch/themes/bauhaus/default/style.css
wp-content/plugins/wptouch/themes/bauhaus/default/rtl.css
wp-content/plugins/wptouch/themes/foundation/modules/animate/animate.css
wp-content/plugins/wptouch/themes/foundation/modules/font-awesome/font-awesome.css
wp-content/plugins/wptouch/themes/foundation/modules/font-awesome/font-awesome.min.cssHi E,
We are aware of this issue and will aim at addressing it in a later release soon.
You’re welcome.
Hi,
It looks like a jQuery conflict. Turn on “Advanced” admin mode in Core Settings > General > Admin Mode. Then, enable the jQuery 2 option in Core Settings > General > Tools & Debug.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Remove 3 line MenuHi,
Does anyone know the ID/class I could pinpoint to do this? Or a way I can view the mobile version on the laptop
You can preview the WPtouch theme by clicking the “Preview Theme” button in the bottom left of the WPtouch admin panel pages.
Sakthi,
WPtouch Pro has different video handling for different types of embeds, though we can’t say if it’ll work with the way you’re embedding your videos for sure. If they do not work with any of the video handling options in WPtouch Pro and you give us the opportunity to try to resolve the issue and we can’t, we’ll give you your money back, no problem. We just ask for the opportunity to assist.
You’re welcome.
Hi,
Due to the way some plugins add their hooks in WordPress, they can’t all always be deactivated in WPtouch.
Is there any other way to exclude plugins in WPTouch theme posts?
It depends on what the plugin does. If you’re looking to remove comments and related posts, you can try doing so with custom CSS. Inspect WPtouch’s CSS and set
display:noneto the elements you want to hide.Custom CSS can be added in Core Settings > General > Custom Code or using this plugin – http://wordpress.org/plugins/wp-touch-stylesheet-addon/
Hi,
It sounds like your website was in the middle of an automatic upgrade. WPtouch doesn’t have the ability to set any part of a website to Maintenance mode.
Any thoughts on whether I should attempt re-installation?
Yes, you should be fine after attempting to re-install WPtouch.
This issue occurred on our server— but doesn’t affect the free version obviously. For Pro help and support you should post here: