BraveNewCode Inc.
Forum Replies Created
-
We work very hard to keep as many features of WPtouch available in the free repository version, and generally err on the side of limiting a lot less than might seem sensible.
Some features are restricted to Pro when they cause users to need support or are used in the process of providing support, others (such as advertising, which allows website owners to make money) are limited to the Pro version to thank those members of the WordPress community who choose to support the six years of work that has cumulatively gone into WPtouch.
We’re confident that the free version of WPtouch allows bloggers and website owners to provide their mobile visitors with an engaging experience.
It sounds like the WordPress plugin updater experienced a glitch. Do you see a .maintenance file in your site root folder (same folder as wp-config.php)? If so, removing that should take your site out of maintenance mode.
Can you copy & paste the error message that appeared on the plugins page?
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] DOES NOT WORKHello,
We just pushed version 3.5.4, which will hopefully resolve the installation problem you have been experiencing. Please re-download WPtouch and try installing the new version.
Thanks!
Thanks for the heads-up! We’ll get that cleaned up with the next release. In the meantime, those extra files should not interfere with the operations of the plugin, as they will not be loaded by WordPress.
One of the benefits of the WPtouch Pro license is professional support via our website, at http://www.wptouch.com/support/.
We invite you to create a new ticket there and work with our professional support team to complete your integration.
Thanks for choosing WPtouch Pro!
Those links are displayed through a sidebar widget (Appearance > Widgets in the WordPress admin) and can be removed there.
WPtouch does not currently offer sidebar support, so those links would not appear.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] shortcodesIf the shortcode is added by a plugin, yes. Functionality such as shortcodes provided by your desktop theme would need to be replicated (we have articles in our Pro support knowledgebase outlining how to do so).
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Right to leftHello,
1. Yes, content and interface components are mirrored for RTL sites.
2. Support for the Pro version is handled via http://www.wptouch.com/support/. If you have any pre-purchase questions, they can be direct to us via http://www.wptouch.com/contact-us/.
3. WooCommerce best works with the new MobileStore theme for WPtouch Pro. You can find out more at http://www.wptouch.com/themes/mobilestore/.
Thanks for your questions!
Thanks for the report.
It does seem to have been a very rare glitch when WordPress first loads the update’s init file. As Frank stated, heading to the Plugins page and re-activating WPtouch should work fine.
If the issue persists, please open a new topic, including details of your hosting environment to help with debugging.
Hi Mahdi,
WPtouch has been tested and is fully compatible with WordPress 4.x.
The most common cause of WPtouch not rendering for mobile devices is a cache plugin that is either not configured to pass mobile traffic through to WPtouch or does not support that functionality.
Please review the URL above for guidance regarding cache plugins or create a new topic with details of the problem you are encountering if those steps do not resolve the issue.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Warning Array FlipThanks Gozza – yes, if this issue is recurring, unchecking the custom post type settings (individual post types and the enable), saving, then re-enabling them will resolve the problem.
Hi,
CSS that is being loaded by this URL – http://www.lookwerelearning.com/?custom-css=1&csblog=1&cscache=6&csrev=25 is causing the content area to be wider than normal.
Try adding:
<style> #content { width: 100% !important; } </style>to Core Settings > General > Custom Code and it should help resolve the issue.
Hi,
Yes, this is possible. However, in WPtouch (free) the changes you make to accomplish this will be overwritten in an event of an update. In WPtouch Pro, with its child theme feature, the change is possible and it’ll survive upgrades.
If you’re keen on trying the change, you can make the change in /wptouch/themes/bauhaus/default/header-bottom.php, by changing
if ( is_home() )
to
if ( is_home() || is_page() )Also, any thoughts on why when switching to desktop version, it displays incorrectly?
I can’t tell exactly what may be causing that, but please verify that it only happens when WPtouch is active and viewing the desktop theme on a mobile device. It may be that the desktop theme applies different styling when the visitor is using a mobile device to view the website.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] CPU OverageGreat to know you were able to get things sorted out.