Go Mobile HTML Template
Themeforest Go Mobile HTML Template
Go Mobile
GoMobile is an HTML mobile template that will give you a starting point when creating a mobile website, web app, and integrated with solutions like phonegap/cordova, for a real native app.
Video testing the theme on iphone HERE
UPDATES – 17 February 2017
1. New main design
2. Multipage version updated with classes for inside links and external links.
Hi sir
ReplyDeleteHow can show advertisement banner in footer. I m using multipage template. Thank you
Hi,
ReplyDeleteWhat kind of banner? An image one? If yes just add the image HTML scr code in the footer.
Regards.
kindly send me example code..thank you
ReplyDeleteHi,
ReplyDeleteIf you tell me what kind of banner you need I will send you a demo code. What kind of banner do you need?
728*90 size jpeg format or gif. Thank you
ReplyDeleteHi,
ReplyDeleteIn HTML just add:
<img src="images/banner.jpg" alt="" title="" class="responsive_banner" />
And in CSS make sure you have
.responsive_banner{
display:block;
max-width:100%;
margin:10px 0;
}
This should work.
Regards.
Hello,
ReplyDeleteDo you also provide development services? I want a new website for my company. We closed our old website and now have a coming soon page (we made it from a template)
My intention is to have a mobile first website – I want to focus on mobile first – website must follow the experience on mobile.
Are you available and will you be interested?
Best
Umit
Hi,
ReplyDeleteYes we do custom work.
Just send us an message using the contact form on our profile page-sidebar https://themeforest.net/user/sindevothemes and we can discuss more details.
Regards.
hi sir
ReplyDeletewish to konow how create whatsapp sharebutton with icon.
Thank you
Hi,
ReplyDeleteTry this format:
<a href="whatsapp://send?text=<<HERE GOES THE URL ENCODED TEXT YOU WANT TO SHARE>>" data-action="share/whatsapp/share">Share via Whatsapp</a>
Regards.
thank you
ReplyDeleteHi how resolve this page lenth issue. http://prntscr.com/f1x59c
ReplyDeleteHi,
ReplyDeleteI am not sure I understand what is wrong in that screenshot.
It looks like the full width button stays under the dark blue container? Try to clear:both after the button. Maybe because of the left float the button does not strech the container enough.
A live demo will help.
Regards.
I’m using Gradient template, which is great . I added onload=”swiperParent.swipeTo(n);” to body element so that user goes to the given page n directly. My question is which function should I use to replace swipeTo() so that the page n is displayed directly, without swiping animation?
ReplyDeleteHi,
ReplyDeleteIn onepage version that swipe animation will allways be present when navigating from one page to another.
We suggest use the multipage one in order to remove the swipe animation. If your website contains too many pages it also indicate to use the multipage one.
Regards.
Thank you for the reply.
ReplyDeleteI thought I’d just share my app with everyone as it’s based on a heavily modified Go Mobile template. It should give you an idea of what is possible.
ReplyDeleteThe app is a bit like a location based Instagram but you have to actually be at a location and take photos & videos through the app, no uploading from your camera roll later. www.droplets.media
The Android version can be found here https://play.google.com/store/apps/details?id=com.drplts.www
The Apple version can be found here https://itunes.apple.com/us/app/droplets-be-there-to-share/id1205152798?ls=1&mt=8
There are a load more features I’ve got planned to add but I thought I’d share the app now to show everyonef what is possible using Go Mobile as a starting point.
Thanks the app looks great
ReplyDeleteIf anyone would like to help please download the app and take photo or video through, wherever you are.
ReplyDeleteHi. Was there a Wordpress version of go mobile ever released? I want to incorporate a blog that retains user’s comments so I expect that a CMS version is the only way that this can be done correct?
ReplyDeletethx
Hi,
ReplyDeleteNo it was never release. But it’s coming soon. We are working on it.
Regards.
Hi! I’m testing go-mobile-onepage/index_slider.html and find it throws an error – “Uncaught ReferenceError: swiperNested is not defined” for line 830 “swiperNested.reInit();”. Can you please help with that?
ReplyDeleteThe error disappeared after I commented out line swiperNested.reInit();. It seems the slider works the same but is that the right fix?
ReplyDeleteHi,
ReplyDeleteswiperNested.reInit(); is used to reset the slide height when using dinamic images. You can comment that line.
But are you testing our online demo? I cannot see this error there.
Regards.
Thanks for confirming that. FYI, I bought your template and I’m testing it.
ReplyDeleteGood Morning
ReplyDeleteI would like to know what kind of editor you recommend to edit this template
Hi,
ReplyDeleteIf you are familiar with HTML coding you can just use Notepad++
Or any other HTML editor. Since this template is using ajax too, the best way to edit it, is in coding mode.
Regards.
Hello Sir, thanks for the very nice mobile template, i wonder how can i change it to RTL direction, any guidelines on this?
ReplyDeleteHi,
ReplyDeleteThank you too for choosing our mobile template.
To change to RTL you need to :
1. Add on top of the HTML code “html dir=”rtl” lang=”ar”” , just like:
<!DOCTYPE html>
<html dir="rtl" lang="ar">
2. Or in a custom section you want to have a RTL add in CSS;
div {
direction: rtl;
}
3. Customizations in the CSS file, adding text align to right.
Basically requires minimum HTML/CSS editing.
Hope this helps.
Regards.
the reinit() function is not solving my problem, i am getting data through ajax call and using knockout for binding the dynamic content, i am calling the fixheighttoogle function in ajax complete event, what is the problem?
ReplyDeleteYou need to use the reinit function after the ajax loading content is done, not in the same time.
ReplyDeleteAlso make sure your content is not added after a floating left container. Make sure is clear both, or float left too. So it stays under it corectly.
The reinit function does his job if it’s corectly used.
the ajax complete event is fired after ajax load content and not in the same time!!! i tried to apply your fix in many different ways but its not working, i will see if the container css would create this issue although the new loaded content displayed without any style issues, the problem with the scrolling only.
ReplyDeleteHi,
ReplyDeleteIf your scroll is still not working, can be another JS issue, maybe a conflict in your code.
Or try adding a delay time after ajax function is completed, like we did on our page examples for the blog example
$(".trigger_blog").click(function(){
function fixheighttoogle()
{
swipernested.reInit();
setTimeout(fixheighttoogle, 1000);
}
setTimeout(fixheighttoogle, 1000);
});
Regards.
Hello,
ReplyDeleteIs it feasible to modify this template to look decent on desktop also?
Hi,
ReplyDeleteThe only thing you can do is to increase the main container width:
.swiper-container{ width:800px;height: 100%;}
To 100%
But some section might small modifications also.
This items is more tablet/mobile ready.
Regards.
This comment has been removed by the author.
ReplyDeleteHello admin, I can make a Wedding Planner Website Template by it?
ReplyDelete