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.

emarioj

emarioj Purchased

Hello i am having trouble using the template with laravel. framework7 is giving a 404 error now i have tried to place the static files in the publice folder but i may not help much because laravel wont see them what can i do to get around that

This is a HTML/CSS template build on framework7. I think it will require some code changes to use it with laravel

Hello everyone, congratulations for the template, I would like to ask you for some information. I would like to buy the template to be able to create an app for ios and android

https://themeforest.net/item/mobix-html-mobile-template/11093274

once purchased and downloaded what programs do you need to be able to then modify it? How then can I publish it on play store and itunes? Do you have a guide, manual, or video that explains everything. Thank you David Esposito

Hi David, thanks

This item is a mobile html template.In order to transform it into an app you need to use solutions like phonegap. Check on the web what phonegap is about.

Regards.

Hello, I have purchased your homepage and have changed the e-mail address as in the helper Scribt, but still have not received any test emails to admin@gönndircafe.ch I understand html and css and in the actual sense I am not a professional, where could the error lie? no other e-mail addresses that I test work either

Hi,

Did you get the spinner animation when pressing SEND button?

Or what happened after you clicked SEND.

I can help, but I will need to see a demo.

Regards.

Is this a CMS like wordpress? If not, how to post something?

Hi,

It’s pure HTML/CSS/Js, so no CMS in the backend.

Regards.

Hello i looking for parameter to specify result by default in class=”list-block” i load by ajax 15 result by default but if i click on one and i use back button, only 4 records are displayed. Thanks

Hi,

The back button of you mobile will go history back in the browser.

Since this it’s a web mobile app, and not native app, the back button will behave like in the broswer, will go back.

I guess when you open your list and click show more, and get those 15 results you should memorize that with a cookie or other storing element to use when you click back. As it is now the click back button will refresh the page.

Hope this helps. Regards.

Hello i added a map to index.html https://app.kilroytrip.fr/ i encoured a problem when i launch webapp, clicl on menu button and “home”, i return to index.html but my map disappears i tried to reinit map, change zindex of map without success can you help me please?

Hi,

Use the example we did in my-app.js file, and see there how we call for a function used on one specific page only.

But looking at your demo now I can see that is working.

Remember that the secondary pages content is loaded with Ajax, and custom JS code must be executed in a function for secondary pages, not on index load.

Regards.

Yes its work now thanks for your support

Hello i would like add param to querystring and get it to target html page. example :
  • \\ Features
  • how i can get id value in, features.html please i tried this without success function getUrlParameter(name) { name = name.replace(/[\[]/, ’\\[‘).replace(/[\]]/, ’\\]’); var regex = new RegExp(‘[\\?&]’ + name + ’=([^]*)’); var results = regex.exec(location.search); return results === null ? ’’ : decodeURIComponent(results1.replace(/\+/g, ’ ‘)); }; Thank for your help Yann

    Hi,

    Are you saying you want to get a variable from an HTML link with JS? And use it inside a page? Not sure I understand what you need in your comment.

    Regards.

    i found a solution for that thanks you

    Hi mobiokit. i try implement ajax comment system here: https://www.webslesson.info/2017/12/comments-system-using-php-and-ajax.html

    try to my server. work perfectly if use regular php script. but if i embed in mobix template, comment not show. can you help me fix this problem?

    Hi,

    If you are using the system on a secondary page, load the code just for that page only, and when the page is loaded. See for example how we did the contact php ajax form from the contact page. So in my-app.js file you will see that the contact JS code is loaded for contact page only.

    Regards

    Hi, How can I show a popup from javascript? for example, the window popup of login

    Hi,

    1. In HTML you have the popup code like:

    div class="popup popup-login"

    In order to display this you will need to add a class ‘modal-in’ and display block to that DIV.

    2. So in JS when you build your function, add:

            $(".popup-login").addClass('modal-in');
    
            $(".popup-login").css({ display: "block" });
    

    You will have something like:

    your functionhere....{
    
                /// show the login popup
            $(".popup-login").addClass('modal-in');
    
            $(".popup-login").css({ display: "block" });
    
    }
    
    

    Hope this helps.

    Question: I just want to show my website in the phone viewport. Can I use this theme to embed my existing site in the phone frame?

    Hi,

    You will need to add your website content into this template design, meaning creating all the pages like in the design with your content.

    Regards.

    Hi,

    Im using this template in ASP.Net Webform. but when i’m inherit from index.html with asp.net webform http://localhost/Test2/Index.html#!/Pro3.aspx then ASP.Net button click is not working. Note that http://localhost/Test2/Pro3.aspx working button click event

    Below is the ASP.Net code.

    <%@ Page Language=”vb” AutoEventWireup=”false” CodeBehind=”Pro3.aspx.vb” Inherits=”Test.Pro3” %>

    <!DOCTYPE html PUBLIC ”-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

    <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title></title> </head> <form id=”form1” runat=”server”>

    Get in touch

    <asp:Button ID=”Button1” runat=”server” Text=”Button” /> </form>

    Kindly help on this.

    Thanks Basit.

    Thanks Basit.

    After doing some investigations on how to render aspx pages using framework7 script I can see on the web some people manage this by “The best method would be to not render the user’s view with .NET, but just render it with HTML. Use the .NET Web Api as a bridge between your server-side logic and your F7 front end.” So it seems that .aspx extension of the page will not work, try to make it .html

    Try to investigate how to combine framework7 V1 with aspx page extension. Look for discussion like THIS one.

    Regards.

    Thanks for your reply., i already went thru, Do you have any other template which can support ASP.Net Webform?

    Thanks Basit.

    Hi,

    Yes from our portfolio https://themeforest.net/user/mobiokit/portfolio

    There are 2 last items Niobe, and Mobili which are pure html/css and are not using Framework7 as main core. They work with everything.

    Regards.

    I like this theme. Is there a demo to put and hear audio mp3 files?

    Hi,

    I can see you bought Niobe template and not Mobix right? So will answer to your question there.

    Regards.

    I would like to create a user portal native mobile app for my Salesforce crm. Do you have thoses capabilities?

    Hi,

    Are you asking about a custom service here? Or if this mobile template can do this job?

    This mobile item is an HTML mobile template. So his purpose is to provide just a design starting point for a mobile web app, or event a native app integrated with solutions like phonegap or cordova…

    As it is this template will not work installed into Salesforce crm.

    And to create a native app you will need another solution integrated with this.

    Regards.

    Hi, Nice template. wanted to know if you could guide me to add a preloader for this site.

    thank you

    It has a preloader enabled in my-app.js file

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

    It’s the general preloader from framework7.js code.

    Regards.

    hi, i have bought your template, but something crucial cannot be done inside your template. i use dataTables and it cannot be showed correctly inside your template

    Hi,

    Can you show us a demo url with datatables integrated into the template?

    Remember that all secondary pages are loaded with Ajax, so if you load datatabels into a secondary page use the corect way to initialize it inside the my-app.js file. Like the rest of the JS scripts we are using inside the my-app.js for each secondary page.

    Regards.

    Hello,

    We are developing an APP using the template. We encountered a problem, we hope that you could help us.

    https://app.myworkapp.app/ this is the url of the develpment. You can log in using the access: User: arnel@nivelz.com Password: 123456

    The problem we have is to disable the left swipe. becuase every time we do something or navigate the left swipe is always showing.

    We need to only show left swipe in a onclick event

    Hi,

    I can see on your demo that you allready fixed that.

    But will answer here for other users help.

    In my-app.js the main initialize function

    var myApp = new Framework7({
        animateNavBackIcon: true,
        // Enable templates auto precompilation
        precompileTemplates: true,
        // Enabled pages rendering using Template7
        swipeBackPage: false,
        swipeBackPageThreshold: 1,
        swipePanel: "left",
        swipePanelCloseOpposite: true,
        pushState: true,
        template7Pages: true
    });
    

    Just remove the “swipePanel: “left”,” and the left panel will no longer open with swipe.

    Regards.

    PS. Really nice app you guys have created, congrats!

    Hi. The last update was made in 2017. No more updates?

    A new update is coming soon.

    Hi, I recently bought this but it seems to be using a very old version of framework7 (v1) - latest is version4. As Mobix depends heavily on framework7 – it is hard to figure out/debug errors

    Is there a version that uses the latest v4 of framework7

    Hi,

    No, there is no V4 framework version of Mobix, since their V4 is a totally different thing, not just an update to V1.

    In the future Mobix will no longer depend on framework7 since we have builded our own custom framework more simpler. So an update it’s on the list to be launched soon.

    Regards.

    Hi, i have bought your Mobix Template from Envato. but i got some problem when i put some html script <select> <option>1</option> <option>2</option> <option>3</option> </select>

    the select form not work, it doesn’t show dropdown list to select

    i create custom form, using javascript and ajax for submiting form, but nothing happened.

    script with

    $(’#registerr’).click(function(sp){

    ......

    });

    not work

    Hi,

    1. Use the select example from form.html page to create a select

    2. Follow the example on the contact page to submit a form with ajax. So you have in my-app.js a function to validate and submit like

            $("#ContactForm").validate({
            submitHandler: function(form) {
            ajaxContact(form);
            return false;
            }
            });
    

    And then see the email.js file from the JS folder to see what happens in the function that sends the email (function ajaxContact(theForm) {............)

    Hope this helps.

    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