Installation is easy! Just follow the steps below and you’ll be all set, with no downtime for your site.
- Extract the
graphene-mobile.zip
file that you have downloaded following your purchase. Inside, you’ll find two other zipped files and a copy of this installation instructions. - The
graphene-mobile-theme.zip
file is the Graphene Mobile theme. Install the theme.
IMPORTANT: do not activate the Graphene Mobile theme. - The
mobile-smart.zip
file is a mobile detection plugin for your site. Install the plugin and activate it. - Configure Mobile Smart in Settings > Mobile Smart to use Graphene Mobile as the mobile theme. Also, enable the “switching via user agent detection” options.
- Additional step if the site is not using the Graphene theme
Add the following code to your theme’s (or child theme’s)functions.php
file:$mobile_path = dirname( dirname( __FILE__ ) ) . '/graphene-mobile/includes/theme-plugin.php'; if ( file_exists($mobile_path) ) { include( $mobile_path ); }
That’s all there is to it! You’re all set and your site is now rocking an awesome mobile theme.
Looks complicated?
Contact us for a free complimentary installation service.