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.

Web page can not use many projects, do not know how to modify. Can you get help ?!

Yes we can help, but you started a refund process and we accept it.

Regards.

Hello, I would like to remove icons for hamburger menu items and I would like to add submenus. How to do that?

Thank you

Hi,

To remove items is easy, just delete them from the HTML code.

To add submenus, you want to click on an item and then display the sublevels or show them directly along with the main levels items?

For submenu items when click will require some small changes in the code, but I can create the code for you.

Regards.

Hi, i have a problem with this template, when i use some php global variables in any page, this page just crashes down, i could declare $var and use it whitin the file and everythings okay but when i do $_POST[´ var´] the page just dissapear, it takes me to the index page. What am i doing wrong? Why this behavior? I couldnt find something that could help me in the documentation. Thanks for your answers.

Hi,

Use php with ajax to pass variables. This is an ajax based template.

Regards.

I have a problem I need help…......... when using session variables .. the form does not fucniona …. it does not open … it stays frozen

Hi,

Normally support is given for the actual code of the template. Once you add your custom code it’s hard to tell what are you doing wrong since we cannot see your code.

Use the example from the contact form where we use the php with ajax.

Regards.

Here it is same problem!!! Uncaught SyntaxError: Unexpected identifier at eval (<anonymous>) at compile (framework7.js:13080) at Template7.t.compile (framework7.js:13084) at Function.window.Template7.t7.compile (framework7.js:13220) at Object.template7Render (framework7.js:2199) at Object.app.router._load (framework7.js:2282) at framework7.js:2632 at Object.preprocess (framework7.js:2172) at proceed (framework7.js:2630) at framework7.js:2653

...and click on some sub-page and you will get that error. No one navigation work ok

Tested also on my mobile device. Theme not work. Navigation links on home page not open sub-page. Fix your theme or upgrade it ASAP!

Hi,

Please test the template files uploaded on a server, not open locally with Dreamweaver. The template uses Ajax, and jquery which are server side codes.

You can test our demo link too works fine on all devices.

The template was tested hundred of times on different scenarios with demo users.

Regards.

Theme not working :/

Hi,

What exactly is not working?

Please test the theme on a server, or if tested locally use firefox, since is using Ajax a server side language, that requires a server to be tested.

The mobile theme is working fine.

Thanks.

How to auto call the login popup page go to index page, now must click the link to open the login page

Hi,

To automatically call the login popup when the main page is loaded just add this code “myApp.popup(’.popup-login’);” in my-app.js file under:

$(document).ready(function() {
        myApp.popup('.popup-login');
});

To add it for example on another page, like “music” page add it under

myApp.onPageInit('music', function (page) {
          myApp.popup('.popup-login');
})

Regards.

Hi , How can I add ‘Vertical Timeline’ and ‘chip’ functions just like framework7 does? and there is no ‘ul’ and ‘ol’ with icon options in the template. Could you design some “ul” and “ol” with icon. thanks.

Hi, The template does not include all framework7 features. It’s a not framework7 redesign.

It uses framework7 just for page transitions.

For any custom feature from framework7 you need to include it yourself. With basic HTML/CSS knowledge can be done.

We do have a style for listing, but not with icons. We can include one in the next update. But what kind of icons are you talking about? Bullet small icons?

Regards.

ul.a {list-style-type: circle;} will be fine, please check https://www.w3schools.com/cssref/tryit.asp?filename=trycss_list-style-type_ex , Thanks. by the way , where can I find the sample code of “required” element of “select”?

Hi,

1. The UL lists have a design included, see about section ul class=”simple_list”

The one you showed as example is the default ul styling, so can be used by editing one line of CSS

2. The select have the required option included for the default styling. For the custom select that is build in the form page you will need to create a custom javascript function. That’s a bit outside the area of this template purpose. It’s custom javascript functions for jquery validate.

The update for this template is allmost ready to be launched, it takes a while to prepare it, so sorry for the delay on this message, and thanks for the 1 star rating.

Regards.

I would to make working the login, sign-up and protected webpage content. Do you recommend any script from Code Canyon? Thanks.

Hi,

There is not script that will automatically work there, you will need to customize one.

We recommand using ajax with php. But depends on what you want to achieve. Is it a web app or native?

For custom work we recommand using Envato Studios.

Regards.

I added a ‘requred’ to the select menu in form.html , but there is an error “An invalid form control with name=’’ is not focusable.” How can I set the drop-down menu to be “requires” . Please check the code below <select class=”cs-select cs-skin-overlay” id=”selectoptions” required> <option value=”” disabled=”disabled” selected>select options</option> <option value=”1”>select one</option> <option value=”2”>select two</option> <option value=”3”>select three</option> <option value=”4”>select four</option> <option value=”5”>select five</option> </select>

thanks & regards,

Jack

Hi Jack,

That custom select input will require a custom validation code.

We recommand using jquery for this. But will require some custom jquery knowledge depending how you want to make the validation work and look.

Just browse the web for that, there are pleny of example.

We will notice your request and try to add a live example in a future update.

Regards.

Hi , I just want the basic function of ‘required’ as select does. Not special validation. Due to lack of detail document , I have been spent much time in this template. Would you tell me when will a live example be ready? Thanks.

Hi,

There is no basic function for that custom select. If you want a basic function use a simple select, not that custom one. Just create one in simple HTML and use that simple required jquery have.

We did not write in our documentation how to create a custom validation script, since is outside of this template purpose.

A live example will be available around 22 june.

Regards.

I used Phonegap to generate an android app with apk. I installed the apk on my phone with no success. It said ” app not installed”. But it works properly when I installed the app using cabling in debug mode of Android Studio. The app works smoothly on my phone. Any comments?

Hi,

Since our template is ajax based, and use as main core for the page transition only the “framework7” script, you need to check how to integrate this with phonegap.

A lot of uses succesfully use this framework with phonegap. Just google about this “framework7 and phonegap”.

Check THIS PAGE for example.

Remember that there is no template that you can copy paste into phonegap, and an app with be there. You need to customize some things, and know what are phonegap requirements.

Hope this helps.

Hi, I would like to use the login page and verify the data using remote php server. Is it OK?

Hi,

Yes you can use php with this template. You willl have to use with Ajax, to keep the template behaving like an web app (not refreshing url’s). You will have to add your own php code and ajax.

Regards.

Hi, I need to add some cookie in many pages. Where should I put the code? Is it in the myapp.js?

I will have to test your custom code in order to see what is wrong there.

So I need to see all the code you are using in that function, and see if it’s corect.

Regards.

Do you have support email for me?

Hi,

Use the contact form on our profile page-sidebar.

Bom dia, gostaria que fizesse um reembolso pela compra do ítem: 6d230bd1-af84-4012-b2a2-bcd70db45a09

Não é o que eu esperava.

Hi,

Just use the Refund option from themeforest account. Once the refund action will be received I will accept it.

Hi,

I tried to send something from the form page and is not working, I inserted in the contact.html my email and it works, but the form page it doesn;t. Where can I change or include the email in the form.html page.

Hi,

The only form that is made to work with php and ajax is contact form. The form.html page is made as layout example just in HTML to see what other inputs can be used.

In the contact.html page to add your email adress just edit the HTML code and see in the form code:

<input class="" type="hidden" name="to"  value="youremail@yourwebsite.com" />

Regards.

Hi,

I purchased this template, by the way it’s awesome. I just need it in blue and not green. Can you please help. Thanks a lot.

Hi,

Sure we can help.

We will include a blue skin this days.

Regards.

posso substituir o pedido por um theme wordpress Responsivo?

Hi,

You need to ask for a refund.

But please be carefull next time when choosing an item. Our mobile items are clearly HTML mobile template from the title and description.

Regards.

Não foi o que eu esperava, preciso de um tema dinâmico de preferência Wordpress. tem como suctituir o pedido?

Hi,

You need to ask for a refund.

But please be carefull next time when choosing an item. Our mobile items are clearly HTML mobile template from the title and description.

Regards.

por favor, como peço um reembolso? Fiz uma compra que não me serviu, gostaria que fizesse o reembolso.

Hi,

Just use the Refund option from themeforest account. Once the refund action will be received I will accept it.

cross-origin erro link

Are you testing with a desktop browser like Chrome offline?

If yes please test the template on a server.

Regards.

Customization of theme seems tough to me. I’m trying to use this theme for my own app which search youtube and display youtube videos via api. But unfortunately, I’m having hard time at each step with small thing that work on normal webpage. I need things like autosuggest and add jquery, ajax on the homepage. Jquery won’t work with ids, i tried with class but still autosuggest doesn’t show up with dropdown. changes to z-index makes abnormal behaviors. Please help me before I give up with this theme. I like the unique design and your latest RED color theme. By the way red color theme I download today has few following issues: - The right menu icon in sub pages is broken( change images/icons/green/menu.png to white/menu.png) - The right navigation menu is still green change to red

Hi,

Thanks for the feedback. I will update the small bug in the new red version.

About the template editing, adding jquery and ajax functionality:

- I guess you allready know that all jquery custom code you will add needs to be executed inside my-app.js file, so make sure you load the file allways in index.html at the bottom, and then execute for each or all page in my-app.js just like:

Example music page:

myApp.onPageInit('music', function (page) {
          audiojs.events.ready(function() {
            var as = audiojs.createAll();
          });
})

- if you are trying to use the autosuggest that framework7 use, you will need to to customize it a bit, because our template does not include all the functions that framework7 use. If you want some new features like autosuggest we can include them in a future update release, and integrate them into the template, just let us know.

- when using z-index on home page, make sure you follow up all the z-index values used before. We are using a lot of z-index on home page especially on the slider-menu area.

Hope this helps. If you want more detailed answers, you will have to show us some live examples, and where the issues are exactly.

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