Discussion on UpMobile HTML Mobile Template

Discussion on UpMobile HTML Mobile Template

Cart 277 sales
Well Documented

mobiokit supports this item

Supported

67 comments found.

Hello, There are many problems with your theme. The first problem here is 1. It does not support jquery. 2. If you open one in the select tag, all of them open. 3. Datepicker does not work. 4. Internal css does not work.

How can I solve these? Please solve them very quickly. Thank you

How do I change the logo and can I add my own custom color? Either HEX #1A5632 or HEX #FFC629

resolved

Hi… Dear developer theme mobiokit. I just bought your great design… Please help me to noneactive auto url. I mean, - If i have link TEST - While Clikced : automaticaly URL become : /index.php#!/test.php (I dont need that) - I need normaly URL : ../test.php

Thanks You….

Hi, The template uses Ajax and Framework7 V1 to load the secondary pages, and that link structure is required. As you can see the pages are loading wihtout the page refresh action, so using ajax. In order to have each age for example test.php you will need to remove Ajax and framework7 from the template files, meaning to strip each secondary page and add his own header and footer code, like index is.

Regards.

Hi,

I’m having trouble getting anything other than the standard html files to work in this template. External links, other html files, no links are activated when clicked.

Is there something specific that needs to be added to the a href to get hyperlinks to work?

Thank God I didn’t purchase the “Extra Support” 3 Days no response. Would have been money well spent. It appears this item is unsupported and the product info needs to reflect this.

Hi,

Sorry for the late response, but we were in a small summer vacation. We usually reply within 24 hours.

So, in order to test and work with this template you need to upload the files on a server. It uses Ajax, and that’s a server side programming. A few years ago ajax was supported also offline, but not anymore.

After uploading the files on a server you will see the the pages works.

Now, any link will point to the internal page, unless you add class=”external”. So to point to an outside page or url use the class to the any link.

Hope this help.

Regards.

Hello,Does slide support Autoslide (autoplay slides)

Thank you

Hi,

In index.html where the slider is created just add data-autoplay=”2000”

The code will be:


 div class="swiper-container swiper-init"  data-effect="slide" data-parallax="true" data-autoplay="2000" data-pagination=".swiper-pagination" data-pagination-clickable="true" 

I note it states that this template is well documented, but I am struggling to find the documentation for this template. Need a guide a to the process of hosting the site. Thanks

In the main archive you will see the HELP folder. There is your documentatio.

Hosting the site requires a domain and hosting. Basically just copy the files to the server, and the index.html file will be the main page the visitors will see.

Regards.

Please how do i activate loader indicator when loading

Hi,

Just add in my-app.js this 2 lines

$$(document).on('ajaxStart',function(e){myApp.showIndicator();});
$$(document).on('ajaxComplete',function(){myApp.hideIndicator();});

Regards.

how can I remove the rounded border and stretch the slider image to look like the attachment: https://prnt.sc/ka18jg

Hi,

You need to modify this class from style.css

.swiper-container {
    clear: both;
    width: 100%;
    height: 90%;
    padding: 0;
    border-bottom-left-radius: 100% 50%;
    background-color: #000;
}

Just remove the border-bottom-left-radius: 100% 50%;

Regards.

How to make infinite scroll with MySQL and PHP?

Did you tried also to use the framework 7 v1 infininte script?

Check it out HERE

It does not have php and mysql included, but it shows how it should work and the scroll works.

I can integrate that in the template if you want, but without the php and mysql

Regards.

Please do this, because I could not do it even without php and mysql.

Send to my e-mail: ailton_comyeh@hotmail.com

Thankful.

Hi,

Email sent with the update.

Regards.

Works with : build.phonegap.com?

Yes will work integrated with phonegap. Our mobile templates are using framework7 as main core.

See HERE some info about this.

Regards

HI I would like to know the code to play local vidoes. Tried:

<video width=”100%” height=”auto” src=”video/vid2.mp4” type=”video/mp4” controls> </video>

This code works on chrome but not in Samsung browser.

Please advice.

Thanks

Hi,

Samsung browser does not support video like that.

To play a self hosted video you will need a player installed into the template. Modern browsers like Chrome read videos like that without a player, but not all.

I will consider adding a custom player to the template in a future update.

Regards.

Ok , thanks for the update

Hi,

Email sent with the update.

Regards.

it will support rtl??

Hi,

No we did not created a custom RTL CSS. Will require some basic modifications in order to support that.

Thanks.

Hello Sindevo! I recently purchased the 1.0 version of your template. However i need the most updated files. How i can update the template to the latest version? Thanks in advance

455031d6-ddb6-44b1-932f-3db4e3926fd3 – 17 Apr 2018

Hi,

To get the latest version just go to your account and download the item again (it’s free). Basically all new updates are there. But since it’s an HTML template you need to manually add the updates, style.css and other files. Depends much on what you changed to the original files.

Regards.

Hello Sindevo! How i can update the template to the latest version? Thanks in advance.

Hi,

If you did not modified you style.css you can update it with the new one.

Regards.

Hello,

How do I have a responsive table with 6 columns?

In mobile view, the data is superimposed.

The ideal is to have a horizontal scroll bar so the customer can see the data aligned correctly.

How do I do this in layout?

I await an answer.

This it:
  • This:

    <div style="overflow-x:auto">
                            <li class="table_row">
    </li>
    </div>

    Hi,

    Yes that is a corect solution. Thanks for sharing.

    Regards.

    Hello,

    I need to make graphics in my application, and I can not integrate. I think framework7 does not have this functionality. Is it possible to integrate graphics into this upmobile layout?

    I await an answer.

    Ailton Silva.

    This means will not work on mobile small resolution. It need to be responsive to work on mobile. Let me see their demo page

    Not online yet, just on my development platform.

    Another question: Do I have access to the Iphone camera by the app web app Up Mobile?

    This is very important to my project because I will have to force users to make a self.

    I await an answer.

    Hi,

    No, to control the camera of the mobile you will need to build native code, not HTML. This is a mobile html template, not an app with native code.

    Hello,

    The chat message you sent me is not scrolling the scroll bar to display the last message, how do you do that? How to integrate PHP and MySQL and AJAX into this chat?

    I await an answer.

    Ailton Silva.

    Hi,

    If you want to scroll to the bottom, use a jquery function like “jquery scroll to” an integrate it into the chat function.

    About the other question “How to integrate PHP and MySQL and AJAX into this chat?” It’s a question that required a too detailed story to answer here. First you need to have ajax/php knowledge to do that. If you don’t we suggest look for help into Envato studio website. Will require to build a database also and store the template files on a server.

    Regards.

    Can you please tell me where can I change colors in order to setup custom colors for the background, navigation background, and social media icons?

    Thank you

    Hi,

    All can be done from the style.css file.

    Social media icons can be found in index.html file, and images folder.

    Regards.

    Hello,

    I’m waiting for the request I’ve made. Are you predicting when it will be ready?

    I await an answer.

    Ailton Silva.

    Hi Ailton,

    Yes will send you the update in a couple of hours.

    Regards.

    Hi,

    Email sent with the updates.

    Regards.

    OK thank you.

    But the calendar header is not showing up. Is this a bug? I think I needed to configure the CSS of the calendar. How do I do that ?

    Hi,

    How do I implement the calendar plugin in the app? I tried to put a ptonto script, which worked on an HTML page, but it did not work inside the voices project.

    Can you do that? Can you implement the calendar?

    I await an answer.

    Ailton Silva.

    Hi,

    For chat are you talking about the “messages” option?

    Hi

    Yes, that’s it!

    My email: ailton_comyeh@hotmail.com.

    Thank you very much.

    Ailton Silva.

    Hi,

    Will update the template starting from the beginining of the next week and will send you an email.

    Regards.

    by
    by
    by
    by
    by
    by

    Tell us what you think!

    We'd like to ask you a few questions to help improve ThemeForest.

    Sure, take me to the survey