Go Mobile HTML Template

Themeforest Go Mobile HTML Template

Download Go Mobile HTML Template

Download Go Mobile HTML Template

Go Mobile
Go Mobile
Go Mobile
Go Mobile

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.



To get this updates just go to your account and download the archive again, it’s free.

Download Go Mobile HTML Template

Comments

  1. Hi sir
    How can show advertisement banner in footer. I m using multipage template. Thank you

    ReplyDelete
  2. Hi,


    What kind of banner? An image one? If yes just add the image HTML scr code in the footer.


    Regards.

    ReplyDelete
  3. kindly send me example code..thank you

    ReplyDelete
  4. Hi,


    If you tell me what kind of banner you need I will send you a demo code. What kind of banner do you need?

    ReplyDelete
  5. 728*90 size jpeg format or gif. Thank you

    ReplyDelete
  6. Hi,


    In 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.

    ReplyDelete
  7. Hello,


    Do 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

    ReplyDelete
  8. Hi,


    Yes 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.

    ReplyDelete
  9. hi sir
    wish to konow how create whatsapp sharebutton with icon.
    Thank you

    ReplyDelete
  10. Hi,


    Try 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.

    ReplyDelete
  11. Hi how resolve this page lenth issue. http://prntscr.com/f1x59c

    ReplyDelete
  12. Hi,


    I 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.

    ReplyDelete
  13. 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?

    ReplyDelete
  14. Hi,


    In 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.

    ReplyDelete
  15. Thank you for the reply.

    ReplyDelete
  16. I 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.


    The 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.

    ReplyDelete
  17. Thanks the app looks great

    ReplyDelete
  18. If anyone would like to help please download the app and take photo or video through, wherever you are.

    ReplyDelete
  19. Hi. 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?
    thx

    ReplyDelete
  20. Hi,


    No it was never release. But it’s coming soon. We are working on it.


    Regards.

    ReplyDelete
  21. 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?

    ReplyDelete
  22. The error disappeared after I commented out line swiperNested.reInit();. It seems the slider works the same but is that the right fix?

    ReplyDelete
  23. Hi,


    swiperNested.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.

    ReplyDelete
  24. Thanks for confirming that. FYI, I bought your template and I’m testing it.

    ReplyDelete
  25. Good Morning
    I would like to know what kind of editor you recommend to edit this template

    ReplyDelete
  26. Hi,


    If 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.

    ReplyDelete
  27. Hello Sir, thanks for the very nice mobile template, i wonder how can i change it to RTL direction, any guidelines on this?

    ReplyDelete
  28. Hi,


    Thank 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.

    ReplyDelete
  29. 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?

    ReplyDelete
  30. You need to use the reinit function after the ajax loading content is done, not in the same time.


    Also 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.

    ReplyDelete
  31. 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.

    ReplyDelete
  32. Hi,


    If 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.

    ReplyDelete
  33. Hello,
    Is it feasible to modify this template to look decent on desktop also?

    ReplyDelete
  34. Hi,


    The 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.

    ReplyDelete
  35. This comment has been removed by the author.

    ReplyDelete

Post a Comment

Popular posts from this blog

Mercy-NGO Charity & Environmental/Political Theme

Sensation - Responsive Drupal Theme

MediCenter - Responsive Medical WordPress Theme