Members Area
OTO2 Download

Thank you for purchasing the upgrade!

We’re excited you decided to invest in your business with this awesome opportunity to get all 28 of our full blown mobile website templates to utilize in your Insta-Portfolio Pro.

IMPORTANT: The Video Tutorials below apply to ALL templates (don’t be fooled since they are showing just the Social Mobile Evolution product tutorials)

Your Download links and tutorials are below:

OTO2 Download

You may need to right-click the following link and select Save Link As to download the file to your computer.


Mobile Redirect Script:

The Basics

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Social Links

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

About Us and Tap2Call

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Services Page

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Contact Page and Google Maps

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Changing Coupon Text

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Changing Images

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Call To Action and Linking To Landing Pages

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Adding A New Page and Site Navigation Tutorial

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

FTP Uploading

Click Here to download this video tutorial to your PC

First thing to do once you’ve downloaded all the product files is to make backup copies of ALL the master template files!

Mobile Redirect Script

Redirect Script (WP Plugin + Javascript version)
 

Click Here to download this video tutorial to your PC

Setting up your mobile redirection is a breeze with our custom WordPress Mobile Switcher plugin OR the Java Script version just watch the video to find out how!

Mobile Switcher UPDATE Please Read!

Java Script Mobile Switcher Info

When using the JS version of out Mobile Switcher you must ensure you link to the Java Script from every page of the standard website.

Place the JavaSript file in the ‘js’ folder and place the link below before the closing head tag </head> of each page.

<script type=”text/javascript” src=”js/mobile-switcher.js”></script>

Depending in which directory the ‘js’ folder is uploaded to will determine the actual path used in the script source link!

So for example, if you upload the ‘js’ folder to the main directory of http://YourSite.com/ but the HTML files are in a directory named http://YourSite.com/redirect-test then the source path to the ‘js’ script will be: <script type=”text/javascript” src=”/js/mobile-switcher.js”></script>

In this example we’ve added a forward slash ‘/’ in front of ‘js’ so that the link on the HTML page to the ‘js’ folder is looking in the correct location…Phewwww lol
Adding the URL you want to redirect SmartPhone users to

1. Open the ‘JS-mobile-switcher folder’ and locate the ‘mobile-switcher.js’ file
2. Open ‘mobile-switcher.js’…on line 1 you will see this code:
var _mobile_url = “http://m.example.com”; you need to swap out the http://m.example.com for the URL you want the SmartPhone users redirected to i.e.var _mobile_url = “http://m.mysite.com”;
3. save and upload to your server to the ‘js’ folder as described above.

Adding an ‘View Desktop Version’ redirect override link

You may wish to give the option for SmartPhone visitors to view the full desktop version of the mobile site…this can be handy for iPads etc.
To do this simply place a link or button on all pages using the following ‘ a href=’ value syntax:
i.e. <a href=”http://www.example.com/?mobileSwitch=off”>View Desktop Version</a> (change ‘ http://www.example.com’ to your site URL)