Discussion on Mobix - HTML Mobile Template

Discussion on Mobix - HTML Mobile Template

Cart 1,532 sales
Well Documented

mobiokit supports this item

Supported

265 comments found.

Hi. I think your contribution is very good. I want to add a new option. Can you give me some advice? How to add a calendar? Thank you.

Hi,

Thanks.

Give more details about the calendar you want to add. Is it a datepicker inside a form? Or what kind of calendar you want?

You can basically integrate anything as long as you know how to use the basics of jquery.

Regards.

Hi, I’m interested in your remplate “mobix”. as it would be for use of a school project only. The questions are: -is it only work on mobile or is it compatible with the PC version too? -the final product are same to the preview(because this work on PC too)? -I can order custom items on this template, if yes, how mutch? thanks

Hi,

The template design looks good from the tablet size until mobile.

It work on PC and desktop devices, but it will looke centered on the page.

The template uses Ajax code which is a server side code, and need the template to be on a server in order work corectly. So put the files on a server when testing.

Not sure what you meant by custom items for this template, but support and small customizations are included yes.

If you have any other questions we are here to help.

Regards.

I used phonegap to export MOBIX as android files, then i pulled it into android studio. When i run it as android “embedded URLs & your embedded YOUTUBE files are not able to display, please advice

Hi,

Youtube videos require some extra touch to work in android apps. In my demo they are in a web page.

Check THIS for more info.

Regards.

I used phonegap to export MOBIX as android files, then i pulled it into android studio. When i run it as android “embedding URLs & your embedded YOUTUBE files are not able to display, please advice

Hi,

Youtube videos require some extra touch to work in android apps. In my demo they are in a web page.

Check THIS for more info.

Regards.

Hi

i am using mobix on asp.net project but i can’t fire button click

Can you please help.

Regards

You want to make the click outside the template files? If yes use class=”external” to it. Otherwise should work normally.

Having trouble adding Google maps in pages. Seems to work OK if I add the map directly to an element in the index page, but any page that is loaded via Ajax does not display. Have a feeling it has something to do with z-index values being higher priority for pages loaded by the framework7 view router, not really sure. Any advice for inserting maps, I am using the Google maps javascript API not iframe embed code. Same experience if I use google maps natively or via gmaps.js

Hi,

Since all the secondary pages are loaded with Ajax, the map code needs to be added dinamically from Javascript.

Try to add the map dinamically like here:

https://developers.google.com/maps/documentation/javascript/examples/map-simple

Or this:

http://jsfiddle.net/fZqqW/94/

Regards.

Hi,

Mobix app. Do you have a chat layout? and Do you have voice messaging?

Hi,

No there is no voice messaging layout.

A chat layout will be integrated in a future version.

Regards.

I’m a little dumb here but how do I use this. I have downloaded and tried to upload the theme to WordPress but not working. Have I done something wrong? Sorry, I’m a little stupid and just need to know how I can start.

Hi,

This is an HTML mobile template not wordpress.

You just need to edit the HTML of it in order to add content and use it.

Regards.

Hello. Where can I download an invoice of the purchase?

In your account you have all the invoices.

Regards.

Is there any solution for charts? For example “CSS3 Horizontal Square Charts” like this; https://www.enableds.com/products/tinybar/page-charts.html

Hi,

We will consider in adding some charts in a future update. Thanks.

I just purchased the template but it is giving errors and not working as shown in the live preview. The error is showing in the console in Chrome is : Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https. and on Edge all pages are out of order

What do you mean ina a server? I drop all the files in IIS server and they look the same

Sorry, I think I make it work. I will test all the functionalities. Thanks

Hi, Ok glad you made them work.

By a server I meant a web server, like uploading the files to your hosting account, and launch it form a url.

Regards.

Is there any solution for sub select?When chose a first select second select has to load. My clasic javacsript solition like this; $(’#slect1’).on(‘change’, function (e) { and It’s working almost all html theme.

Hi,

It will work if you add it to the corect page in my-app.js file.

See there how you can add some custom JS only for a specific page. So load it for the page your select input is in.

It should work.

Regards.

JS don’t work in “Custom form inputs” page.Forexample; <script> alert(“Test”); </script>

Hi,

Since it’s an Ajax template, you need to add your custom JS in my-app.js file. Not in the header of the HTML file.

See my-app.js:

$$(document).on('pageInit', function (e) {

............here add you custom JS code

}

Of if you want to add just for the form page use this in my-app.js

myApp.onPageInit('form', function (page) {

..............your custom code here...............

})

Will work for sure

I have a problem with the template, only the first part looks good

Hi,

Can you give us more details about the problem.

Regards.

I’ve modified some of the pages and created forms that can be formatted into a pdf format. The theme disappears.

It doesn’t link directly to the page. It follows this path:

http://localhost/MMApp/index_blue.php#!/appointments.php which is preventing the theme from being visible.

It’s hard to provide support for modifications since we don’t see the code.

All we can say it’s try not to modify the ajax page structure of the template, since all the functionality is based on that. And allways test the template on a server, it’s ajax based and will work based on a web server.

Regards.

We are interested in your template because we love framework7. However how can it work with v2 of framework7 in your template. Thanks

Hi,

Our templates use V1. In order to use V2 you will need to update the full template.

But as we allways said our templates are not framework7 designs. Theny just use the main framework7 core for page transitions, not the full framework structure.

Regards.

Apparently with the release iOS 11.3 a bug was introduced that causes apps based on Framework7 to freeze on resume from background.

http://forum.framework7.io/t/ios-11-3-phonegap-resume-problem/2912

This issue was patched for F7 V1 and V2 (our app still uses V1), when I replace framework7.js with the patched version the Mobix page transition animations change from top to bottom to right to left. Can you let me know what changes I need to make to keep the top to bottom page transitions? Presumably that is CSS driven. Thanks!

Ok great, sound like it should be an easy fix then! If you just want to let me know the lines to edit I can give it a try.

As mentioned I am happy to try my hand at updating F7 if you can provide me the necessary modifications, I can also send you the file for modification if that is easiest, should I PM that to you?

Hi,

We replied to your email.

Regards.

in the toggle page .. the title of toggle – which between span tags – doesn’t have wrap option .. if it is long it doesn’t appear correctly .. how can i fix ?

Hi,

You have to modify the class of the span, and the class of the toggle container. The container have a fixed height which should be changed to min-heigh:44px;

And the span needs to have a 80% width.

I guess that toggle was not done to have long text there.

Will consider this an update later on.

Regards.

thx .. this helped a lot and if someone else have the same problem .. you will need to add this to icon-plus class

vertical-align: top;

margin-top: 12px;

to have the plus icon exactly beside the toogle title

Ok thanks for sharing this.

Hi there, I want purchase this app, i like it, but i want know if you can connect mysql db, and also, what language it is written? can it be customized if i need to customized

Hi,

This mobile template is build using HTML/CSS and Ajax/jQuery. It uses as main core for page transition the framework7 script.

In order to connect it to a database you will need to customize it. Adding a server side programming code, like php. The best way to use it php with ajax since it’s a web app, all secondary pages are loaded into a main section of the home page.

Will require some knowledge in order to customize it.

Regards.

why the youtube videos still working in the background after leaving the page ?

Hi,

This will need a custom code to stop the video. By default they play automatically.

I will add a custom jquery solution, and update the template.

Regards.

hi how make it RTL to accept arabic ??

Hi,

As it is the template is not RTL ready, in order to make it you will need to make some small HTML and CSS modifications.

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