@czlowiek,
It looks like the “sharebar” plugin is conflicting with WPtouch’s menu. The sharebar plugin’s scripts do not load on the homepage, which is why the issue is not seen there. Looking at the plugin and how it adds its hooks, we should be able to disable it in WPtouch Pro, without it affecting its functionality in the desktop theme.
WPtouch Pro includes a feature that will attempt to disable problematic plugins in WPtouch Pro only, and does not affect their functionality in the desktop theme. For plugins that add their hooks in WordPress in a way that prevent them from being disabled via this feature, we can try manually removing their hooks using a child theme in WPtouch Pro.
Though, looking at this plugin, it looks like we should be able to use at least one of the methods to disable it in WPtouch Pro.
@neeoo,
If you’re familiar with using your browser’s error console, preview your site with the preview theme URL in your desktop browser – yoursite.com/?wptouch_preview_theme=enabled and view the error console. Note any errors and see which file the error points to, and what plugin the file belongs to. You can try finding a replacement for the conflicting plugin and see if the replacement does not cause the same issue.
Regards,
Emilio Rivera,
WPtouch Support