Wptouch
WPtouch is a mobile plugin for WordPress that automatically adds a simple and elegant mobile theme for mobile visitors to your WordPress website. Sourcetree mac os download. Recommended by Google, it will instantly enable a mobile-friendly version of your website that passes the Google Mobile test, and ensure your SEO rankings do not drop due to not having a mobile.
- WPtouch Account Help guides, license management and direct help from our in-house staff. Our experienced Support staff have worked with customers and WPtouch for over 5 years. File a ticket and get a response from our team quickly— usually our team resolves issues in days, not weeks.
- WPtouch is far the most used wordpress mobile plugin to make wordpress site mobile friendly also Google-preferred mobile plugin. WPtouch is the only wordpress mobile plugin designed with pure CSS by which loads your website 5x faster while responsive themes loading speed is lesser than WPtouch. How WPtouch Mobile Plugin works?
- WPtouch is developed by the chaps over at Brave New Code — a name you may recognize from expert roundup posts we have published in the past, such as How to Improve the WordPress Plugins Repository. They took on the unenviable task of creating a plugin that can convert any WordPress site into an attractive and functional app-style interface.
WPtouch Release status: stable | |
---|---|
Description | Responsive, simple, mobile-first skin |
Author(s) |
|
Latest version | 1.0 (2015-06-25) |
MediaWiki | 1.30 |
PHP | 5.3+ |
License | GNU General Public License 2.0 or later |
Download | Download skin Git [?]:
|
Example | Example on Skins wiki |
Translate the WPtouch skin if it is available at translatewiki.net | |
Check usage and version matrix; | |
Issues: | Open tasks · Report a bug |
Wptouch Plugin
Wptouch Pro
WPtouch is a responsive, simple, mobile-first MediaWiki skin ported from the free and open source, GPL-licensed WordPress theme with the same name.
The WPtouch skin requires that the user has JavaScript enabled.
Logo[edit]
The site-specific logo can be set by uploading a 32x32px image as [[File:WPtouch-logo-icon.png]]
. If that file doesn't exist, the skin displays the favicon.png
image from the $wgStylePath/WPtouch/resources/images/
directory.
Installation[edit]
- Download and place the file(s) in a directory called
WPtouch
in yourskins/
folder. - Add the following code at the bottom of your LocalSettings.php:
- Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing skins using wfLoadSkin()
, since MediaWiki 1.25. If you need to install this skin in earlier versions, instead of wfLoadSkin( 'WPtouch' );
, you need to use:
(To run a skin on an earlier release, you may need to download the version of it tagged for that release from Special:SkinDistributor.)