

If you only want the gestures in the actual content (excluding the header for example) then you’ll probably want to use something like #content. If you want a gesture anywhere on the visible page to be actioned then you’ll want to use the id or class of the first major containing element after the body tag (generally #page). The first option is the container within which the gestures will be detected. If you navigate to Settings > Gestures you’ll find 2 settings: Just 2 settings, one for the container and one for the double-tap destination
#Rapidclick github install
Setting Up Gestures Step 1 – Install The Pluginĭownload the plugin from GitHub and upload to your WordPress site in Plugins > Add New.
#Rapidclick github how to
The solution is wrapped up in a plugin, so first let’s go through how to use the plugin and then we’ll go through how it works. If your theme is not outputting this tags then chances are that your theme is not calling the wp_head function or that it has disabled the output of these links. The swiping does depend on the prev and next tags that WordPress generally adds to the header. Double Tap – go to a page of choice (default is the home page).I’m going to show you how to implement the following gestures using the Tocca library: This is particularly prevalent with tablets as they tend to served the standard site far more often than smartphones which will often get a mobile version of the website.īut your WordPress site can be adapted to support gestures with very little effort thanks to a number of javascript-base solutions that can bring touch gesture support to any WordPress website. You’re jump out of an app and into your tablet browser and you start swiping – to no avail – in a vain attempt to navigate around a website and, of course, it doesn’t work. Adding gesture support to your existing WordPress site is quick and easy Let me show you how to let your mobile visitors navigate your site with taps and swipes. Many WordPress themes don’t include gesture support out-of-the-box but it’s actually surprisingly easy to add to an existing site.

Many tablet and mobile users are app-trained to expect swipes and taps to result in navigation.
