BraveNewCode Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] My Post date 1970Hi okiewardoyo,
Looking around, that might be happening due to WPML. If you happen to be using WPML on the website in question, please, go to WPML-> Translation management-> Multilingual content setup and check if you have checked or not “Copy publishing date to translations”
- This reply was modified 9 years, 5 months ago by Jan Dembowski.
Hi,
Sorry to hear about the trouble you’re having. We have made note of this for the development team and we hope to address it in an upcoming release.
However, only the MobileStore theme, which is only available in WPtouch Pro officially supports WooCommerce. Regarding the testimonials post type, what plugin are they from?
Regards,
Emilio Rivera
WPtouch SupportHi,
Sorry about that! The message is a false-positive. We’ve fixed it in our latest release (version 4.3.9), which is available now. Please update your copy of WPtouch, and the error message will go away.
Regards,
Adam Di Pardo
WPtouch SupportHi,
You’re right that disabling caching for mobile users will prevent any performance improvements on mobile, but the reason that we suggest this is so that your mobile (and desktop) users aren’t accidentally served the wrong version of the site. Most caching plugins are not able to distinguish between mobile and desktop users, and do not realize that WPtouch creates a completely separate mobile version of the site. As a result, with caching plugins enabled for mobile, mobile users can get the desktop version of the site, and vice versa.
To enable compression for mobile users through WPtouch, there are a few options.
1. You can use a caching plugin that is able to distinguish between desktop and mobile users. Some plugins that do this are WP Rocket, and WP Fastest Cache in their premium versions, though I’m not sure if they also offer compression. You can reach out to those plugins to confirm. Other caching plugins may also work, look for a feature like mobile detection.
2. With WPtouch Pro, we offer an extension, Power Pack, which is able to do both caching, and combining and minification of JavaScript/CSS files, though it won’t compress (gzip) them.
3. You may be able to use a plugin such as Autoptimize, which can combine/minify/compress files without caching.
4. You may also be able to enable compression on your server. This will depend on your webhost, but Apache and NGINX can both be configured to compress JS/CSS files, independently of WordPress.
Regards,
Adam Di Pardo
WPtouch Support SpecialistForum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Divi compatible ?Hi,
If your site does not use the DIVI page builder, WPtouch will work and display your posts. But, unfortunately it is not compatible with DIVI’s page builder and will not be able to render the shortcodes that it uses.
Regards,
Adam Di Pardo
WPtouch SupportHi Mario,
Sorry for the late reply. Jetpack comments were previously not compatible with WPtouch, but our latest version, 4.3.7, should fix this and if you update to that version, you should see JetPack comments work on your mobile site.
Regards,
Adam Di Pardo
WPtouch SupportForum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Support for PHP 7?Hi,
Our latest version, 4.3.5, should fix the “PHP4 style class constructor” warnings. But, I’m not sure if I’ve seen the other warning. WPtouch should not be using any short open tags, if you continue to see that warning please let us know!
Regards,
Adam Di Pardo
WPtouch SupportHi,
WPtouch does load a complete theme that is independent of the desktop theme. If you’re seeing the desktop theme when viewing your website on a mobile device, it means WPtouch is not loading on it. We’ll be happy to take a look at the website in question and help you resolve the issue. You can share the website’s URL here and we’ll take a look for you.
We’d love to have a chance to earn a 5-star review from you!
Regards,
Emilio Rivera
WPtouch SupportHi,
Sorry to hear about the trouble you are having. Is the post set as “Sticky” in WordPress by any chance?
If it’s not, take a look in Appearance > Customize > Blog Layout, and deselect “Show featured posts” if the post in question is displaying in the mobile theme’s featured slider. Save the changes and it should help resolve the issue.
Regards,
Emilio Rivera
WPtouch SupportSorry to hear about the trouble you are having. Can you describe exactly what happens when you activate WPtouch? Do you see any error messages?
Regards,
Emilio Rivera
WPtouch SupportThank you for checking. Do you have a URL where we can see and test this?
Regards,
Emilio Rivera
WPtouch SupportHi,
Adding the code to the root-functions.php file only works in a WPtouch Pro child theme. A workaround, in WPtouch (free) would be to add the code as a plugin. If you’re not familiar with creating a plugin, please refer to the instructions here – https://codex.wordpress.org/Writing_a_Plugin
Essentially, all you need is a .php file uploaded to your /plugins directory with the code found below.
<?php /* Plugin Name: WPtouch Sidebar Support */ add_action( 'init', 'register_widgets' ); add_action( 'wptouch_body_bottom', 'output_my_sidebar_at_bottom' ); function register_widgets() { register_sidebar( array( 'name' => 'WPtouch Bottom', 'id' => 'wptouch-bottom-1', 'description' => 'WPtouch sidebar for the bottom of the content' ) ); } function output_my_sidebar_at_bottom() { dynamic_sidebar( 'WPtouch Bottom' ); }Regards,
Emilio Rivera
WPtouch SupportHi,
I have a question, why you don’t have the option to select posts from one or multiple categories on Blog? And instead of that do it backwards, with “categories excluded”?
We’ll add this to the list of feature requests that we’ll consider for a later release. We can’t guarantee that all requests will make it to a release, but we do make note of and consider them. Thank you for the feedback.
And my complain is: why featured posts have to be always on Blog? I have posts featured that don’t want to be show in Index.
Any method to exclude this? Or any chance to be an option on new updates?They don’t. Take a look in Appearance > Customize > Blog Featured Slider and disable “Featured posts also show in latest posts”.
Regards,
Emilio Rivera
WPtouch Support- This reply was modified 9 years, 6 months ago by BraveNewCode Inc..
Hi,
Please check if this only happens when leaving a comment when viewing the WPtouch theme. Switch to the desktop theme, leave a comment and let us know if the issue is exclusive to WPtouch. If it is, we’ll be happy to further investigate. Thank you.
Regards,
Emilio Rivera
WPtouch SupportHi,
cus sometime i still got direct access to Desktop Page on Mobile Device (Firefox Aurora on Android Tablet)
If this is the case, you may want to add that tablet’s user agent to Settings > Devices > Additional User Agents. For more information, please take a look – Adding device support with custom user agents.
There is a URL you can use to preview WPtouch on any browser. It is the URL used in the “Preview Theme” button in the WPtouch admin panel. You can always access it directly at yoursite.com/?wptouch_preview_theme=enabled
Regards,
Emilio Rivera
WPtouch Support