Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Sorry I don’t think I can advice you because I don’t use WPTouch myself.

    Thread Starter T6681

    (@t6681)

    Hi Lester,

    Not a problem. Thanks

    Kind regards,

    Terence

    I’ve been trying to resolve this issue for quite some time. I’d sure love to see it fixed, as so many of my visitors come to the site on mobile devices. Would be nice to get you and the WP-Touch guys together to try and figure out a fix once and for all.

    WOOT! I finally solved this tonight!
    The trick is to disable the library called “fastclick” from your wp-touch theme. I can’t seem to find anything that this affects in my theme, and it’s simply removed by commenting out the ‘fastclick’, line of your root-functions.php file in your wp-touch theme as follows:

    // Add Foundation Module Support
    function cms_theme_init() {
    	foundation_add_theme_support(
    		array(
    			'concat',
    			'advertising',
    			'custom-posts',
    			'custom-latest-posts',
    			// disabled for wp_postratings 'fastclick',
    			'featured',
    			'font-awesome',
    			'google-fonts',
    			'load-more',
    			'media',
    			'menu',
    			'sharing',
    			'social-links',
    			'spinjs',
    			'webapp'
    		)
    	);

    You’ll need to clear any caches (i.e. wp-supercache, w3c, and wp-touch’s cache for this to take effect).

    I’ll post back if I can find any consequences of disabling fastclick, but I can’t find any thusfar.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘With WP Touch’ is closed to new replies.