BraveNewCode Inc.
Forum Replies Created
-
Hi,
As Sahil said, the issue doesn’t seem to be related or caused by WPtouch. If you have any questions/issues specific to WPtouch, let us know and we’ll be happy to assist.
Hi,
When excluding a shortcode, it’ll also exclude the content that is within that shortcode. In WPtouch Pro, you can add support for the desktop theme’s shortcodes. This say you can see the content that is within the shortcode and do not need to exclude it in the WPtouch Pro admin panel.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] LanguageHi,
Thank you for letting us know about this. We have made note of it and will aim at addressing it in a later release soon.
Hi,
At this time only WPtouch Pro includes a “Plugin Compatibility” feature that allows you to disable plugins in WPtouch Pro without affecting their functionality in the desktop theme.
Hi,
I read on another forum post that I could just re-register the custom post type in the functions of the wptouch plugin, but I tried and it still did not work. Could you tell me the exact file location to register the plugin?
Yes, you can try doing that. Though please keep in mind that in WPtouch (free), any changes done to the core files will be overwritten in an event of an update. In WPtouch Pro, since it supports child themes, changes/customizations will be able to survive upgrades.
The location of the functions.php file in WPtouch (free) is /wp-content/wptouch-data/themes/bauhaus/default/functions.php.
Hi,
This is happening because the shortcodes are custom/exclusive to the desktop theme. WPtouch loads its own theme so it can’t “see” what’s in the desktop theme.
WPtouch Pro supports adding support for desktop theme shortcodes.
Also, @mstfckn if you’re using a theme from ElegantThemes, you can use the ET Shortcodes plugin and the shortcodes will be available in WPtouch automatically when using the shortcodes plugin.
Hi,
What directory is it trying to create?
WPtouch needs to create the wptouch-data directory in /wp-content. You can relax permissions to the /wp-content folder temporarily while you install WPtouch. You can set them to 755 and go more relaxed if needed, then change them back.
It is known that the Windows Phone does not support the Font Awesome icon system used by WPtouch Pro but the mobile theme should display as expected otherwise.
Issues with the menu are usually traceable to a Javascript conflict. To isolate which plugin(s) may be contributing to the trouble, deactivate all except WPtouch from within the WordPress Plugins area, clear your browser cache and local data then test.
If WPtouch functions well, you may then enable the rest of your plugins one at a time, repeating the process, until you can identify which is/are causing the problem.
You may choose to replace the conflicting plugin with another or upgrade to WPtouch Pro which has a feature that will allow you to disable the conflicting plugin within your mobile theme but leave your desktop theme intact.
That smiley is a WordPress addition for tracking purposes. When using JetPack, you can disable the smiley face by clicking “Configure” for the WordPress.com stats and select “Hide the stats smiley face image”.
It looks as if there may be some fixed dimensions applied to your video. This is common. By definition, fixed dimensions override any scaling capabilities of iOS or WPtouch Pro. Choose to use flexible dimensions whenever possible to allow page elements to resize for various mobile screen sizes. If you are unable to change these dimensions at their source, you may add custom styling to your mobile theme to force flexible dimensions on those page elements.
In the free version of WPtouch, custom styling is added in the Stats & Custom Code area of your WPtouch admin panel. If the video is embedded using an iframe, try overriding its dimensions with
iframe {width: 100% !important;}The free version of WPtouch does not offer this capability. WPtouch Pro is built to allow you to customize the mobile theme including customizing the comment template to show time.
Many times, forms use fixed widths that are wider than most small screens. You can either change the sizing of the form elements in the plugin or desktop theme or override the fixed widths by adding custom styling in the Stats & Custom Code area of your WPtouch admin panel.
You can locate the selector needed by using your browser inspector to examine the form field when previewing your mobile theme in a desktop browser.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Fixed adsense ad?WPtouch Pro offers advertising settings that allow you to easily include AdSense code as well as custom ad scripts from most any ad network. Default ad positioning is either in the header, above the content, or below the content. WPtouch Pro also allows you to customize your post and page templates so you can place your ad content wherever you like.
If you have added custom functions to the desktop theme, WPtouch Pro allows you to port those functions to the mobile theme. This feature is not part of the free version of WPtouch.
Go ahead and post a new topic. In it, be specific about what’s happening in the mobile theme as well as the steps you’ve taken to set up your home page and slider.