realdesigns
- Author had a File in an Envato Bundle
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 2-3 years
- Sold between 10 000 and 50 000 dollars
928
Purchases
Buyer Rating:
4.19 stars
4.19 average based on 88 ratings.
(more information)
-
5 Star
5764%
-
4 Star
89%
-
3 Star
1011%
-
2 Star
910%
-
1 Star
44%
| Created | 20 May 12 |
| Last Update | 18 June 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Compatible With | WooCommerce 2.0.x |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Liquid |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- android
- customisable
- ios
- iphone
- mobile
- mobile website
- non-technical
- one-click installation
- photoswipe gallery
- smartphone
- theme
- translation ready
- woocommerce
- wordpress
© All Rights Reserved realdesigns -
Contact Envato Support


Thanks great!!!
Great looking theme!
Is there a way to expand the contact form to include more fields? My client would like to get online quotes from people using their mobile device, and the current contact form is inadequate for this.
Alternately, we use a plugin for the desktop version of the site. Can that be ported over to your mobile experience?
Best, Jeremy
Many thanks Jeremy.
I used this to create the form:
http://www.catswhocode.com/blog/how-to-create-a-built-in-contact-form-for-your-wordpress-themeYou can easily customise it for your needs.
Rd
I need to be able to use a different homepage for my mobile site. I used the code you suggested in the FAQ section, but it did not work properly. Is there an updated way to do this or a plugin that will enable this?
Hi,
Many thanks for purchasing.
Have you set up your Front page to show your latest posts within WordPress Admin? Settings > Reading. You will need to do this and then follow the instructions found within the faqs section at the top of this page.
Rd
No the site is setup with a static homepage. http://zarvoscoaching.com
Yes, you can still have a static homepage for your desktop site but you have to script this in functions.php like described in the faqs at the top of the page.
Ok, so how do I tweak the code to work for a static page – what elements need to be changed and to what?
So your desktop theme uses a homepage which is not your Latest Posts? You will need to add some code to make this work. Add the following to both your desktop functions.php and your mobile functions.php.
1. In the mobile theme functions.php file you will need to add update_option( ‘show_on_front’, ‘posts ’ );
This will set index.php as your mobile theme’s homepage.
Now to change the homepage of your desktop theme to what you want.
2. In your desktop theme functions.php file you will have to add $about = get_page_by_title( ‘about’ ); update_option( ‘page_on_front’, $about->ID ); update_option( ‘show_on_front’, ‘page’ );
‘about’ will be the page name that you are using as the homepage for your desktop theme.
That’s it! Give it a go.
Hi, the php code that have to be put in the wordpress header can be used even in a static, html base, site?
Hi there,
There are parts of it you can use. Not the WordPress specific code but general code. What are you trying to do?
Rd
Basically i’m trying to install the mobile site in an hosting “hosting-x” and make it the mobile versione of an html site in the “hosting-y”.
Sorry Im not sure what you mean exactly.
I’ve a site, created not using wordpress but only html. This site domain name is “site1.com”.
I would like to use install wordpress in another domain name “site2.biz” and use this theme to create the mobile versione of the first site, with a redirect of some sort. So i was wondering if the code in your guide work even in html site.
Yes you can do that. Put this code in the header of your html website. It has to have php file extension though and include the Mobile_Detect.php script.
<?php // Include script include('Mobile_Detect.php'); // Create detection object $detect = new Mobile_Detect(); // Redirect if mobile detected if ($detect->isMobile() && !$detect->isIpad() && !$_SESSION['mobileoptout']) { header('Location: http://www.your-domain-name.com/mobile/'); $_SESSION['mobileoptout'] = true; } ?>Hope that helps.
Perfect, thanks for the help!
Hi
Does this theme work well with any particular shopping/eccomerce plugin?
Hi,
I don’t think there are many themes that will work straight out of the box apart from Twenty Ten. I’ve tried Jigoshop not tried WP Commerce yet. What are you using?
Rd
Hi,
Love the theme. However, I am having trouble with the redirection code.
Here is the site:
www.coyoteflacomansfield.com
I would like it to redirect to
www.coyoteflacomansfield.com/mobile
I have installed the code with no problems on other sites. The detection code is in the header:
<?php // Include script include('Mobile_Detect.php'); // Create detection object $detect = new Mobile_Detect(); // Redirect if mobile detected if ($detect->isMobile() && !$detect->isIpad() && !$_SESSION['mobileoptout']) { header('Location: http://www.coyoteflacomansfield.com/mobile/'); $_SESSION['mobileoptout'] = true; } ?>This code is in the functions.php page:
/** * init_sessions() * * @uses session_id() * @uses session_start() */ function init_sessions() { if (!session_id()) { session_start(); } } add_action('init', 'init_sessions');The mobile_detect file is in the root of the directory.
...But I get no redirect on any mobile device. Thoughts? I’m really scratching my head on this one…
Hello,
Glad you like the theme and many thanks for purchasing.
Have you added the above to the head of your desktop website or WOW ! mysite theme? It should go in the header of your desktop theme.
Just a thought.
Yup, definitely in the desktop theme.
Have you added the code right at the very top. With no spaces between <?php ... ?>
Rd
Yes. Here’s a screenshot:
http://i.imgur.com/W8n0x.pngPut it at the very top before the <doc type> declaration.
My current site theme is quite complex (It’s SwagMag here on Themeforest), containing Featured images and a “Featured Video” feature as well. I use these, as well as the custom post types that come with the theme.
My question is, how well will this mobile theme pick up on these things? Will it be able to see those custom post types and display them in the blog roll, or will they be hidden like some themes do? Also, it would be vital that the videos (which I see appear at the top here which is awesome) that I have embedded as “Featured Videos” will also be there when this theme is loaded. Will that work as well?
I would love to purchase this as long as I can still give my visitors the optimal experience when viewing on mobile, and that would include being able to see custom post types, and the featured videos that are shared.
My site is http://hottipscentral.com
Thanks Charlie
Sorry for the delay in getting back to you.
The theme wont recognise your custom post types unfortunately. The videos can be viewed if they are part of a post otherwise you would have to add them via the custom post type that WOW ! uses.
Rd
Hello; I am wondering will this theme be suitable for all mobile devices and user agents? eg – Andriod, iPhone, iPad ?
Thanks
Hi there,
WOW ! mySite works on iPhone, iPad and Android. It also works on Windows 7. I have tested it on Lumia 710/800 without a problem.
Rd
Hi,
I’ve just purchased this theme for a very specific purpose. I want to create one page lead-generation mobile sites. I therefore have some specific requirements, and wonder how they can be achieved:
1. I need to get rid of the menu in the top right, as this is a one page site, and have the site start directly into the logo. 2. I would like a slider of directly below the logo 3. I then have a form which is inserted through a shortcode
I think the above can be achieved but any guidance on how would be great. Thanks
K
Hi Kara,
Many thanks for buying this theme. Amend styles.css:
1) #btn-menu {display:none} 2) Not sure what you mean by this. 3) Add your shortcode to admin/shortcodes.php and then call the shortcode as you normally do.
Hope this helps.
Rd
Rd,
Thanks for your help. I actioned 1) above and it works perfectly. Could you tell me how I remove the whole of that top bar? I want the first thing to appear on the page to be the logo. Is this possible?
I notice there is a slider within the theme so I’m going to try and implement this. I would like the slider images to scroll automatically underneath the logo image, if that’ possible.
The shortcode suggestions also works really well, so I think overall I’m nearly there.
Thank you for your prompt help, I will certainly be advocating this theme to others.
K
Many thanks.
1) .top-nav {display:none} 2) The slider is from woothemes. There are methods here (functions) to help you do what you want: http://www.woothemes.com/flexslider/
Rd
Thanks Rd
Most of the top bar has gone, but there is still a thin top bar that contains the title text. Is there anyway to get rid of this please?
K
You need to download Google chrome. Then use the developer tools to identify the element and use display:none to remove it.
Rd
Hi Rd,
I would like to have my own front page (static front page), but I don’t want the large page title directly below the logo and nav. How can I force this not to show up only on the front page? If I select “latest posts” for front page, it goes away, but I want it gone on the “static page” layout.
Also, is there a way to have smaller buttons than the standard [button] shortcode? I would like them to be in two columns if possible. I thought of drawing my own buttons but they will be too big on a low-res screen (or too small on a high res one).
Thanks for the help!
Hi,
You have to display latest posts for your homepage. To change the layout of the homepage modify index.php to suit your requirements. Your desktop website can have a different page though. Please check the faqs tab at the top of the page.
To have 2 smaller buttons would require a css and markup change to the code. Why do you want 2 smaller buttons?
Rd
Also, I have read the documentation but cannot figure out how to add footer text within the admin area. Does it need to be hard-coded? Thanks again.
Many thanks for buying WOW ! mySite. The footer is configured dynamically from the admin panel such as social buttons, links and copyright info. To modify this you will need to change the template files found in your theme download folder.
Rd
Thank you Rd
I did not want to show posts on the front page—just custom content, without the header bar. I decided to edit the file that generates the large page title bar below the nav and add “style=’display:none’” and now it’s not showing up.
We wanted to have smaller buttons so there could be two columns of buttons to click, rather than the very large buttons that are generated with the [button] tag. Only three can fit on the home page in my current configuration and I would like to see six.
Which file contains the layout of the footer, where I can add the footer links?
Thanks for your help.
Hi,
footer.php contains the layout for your footer. social.php controls the social icons dynamically via the configuration options panel.
Rd
Hi there,
I’m having problems uploading your plugin. I have a little experience, but I’m confused about which item to upload. Can you please give or send me some instructions.
Thank you, Ash
Many thanks for purchasing.
You need to unzip the main download file. Then look for the folder called theme. Inside here is wowmysite.zip, your theme, which you can install via WordPress admin. The folder is also available to you and can be uploaded via ftp to your wp-content/themes folder.
Rd
HI Im having the same issue as #enemyindustries
Ive installed the Mobile_detect.php script in the desktop directory.
I have the site visible on www.domain.com/mobile/
Ive installed the code before the doctype.
But the Mobile version is not detected.
If I point to www.domain.com/mobile/ on the phone – I can see the site.
Clues?
Hi,
Many thanks for purchasing this theme. You might need to download the latest script:
http://code.google.com/p/php-mobile-detect/There is further help on this page too.
Rd
Hi again, one question,
I noticed that browsing the site with the phone i can’t zoom and de-zoom with the fingers, the site is sort of “fixed”, is there a way to solve this?
Thanks in advice for the help.
Hi there,
WOW ! mySite is designed not to zoom to maintain the look of the site. If you want to allow zooming remove this code:
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"><!-- ios and android --> <meta name="apple-mobile-web-app-capable" content="yes" /><!-- Will run web application in full screen mode -->Hope this helps.
Rd
do you have a pdf or doc that will tell me how to setup the gallery, video page and how to put the click to call and email at the bottom of the home page?
Hi
Many thanks for purchasing. The download files contain a comprehensive user guide and detail how to set up galleries and video pages.
Rd