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?
Hi,
You will need to use Ajax as well to make that. We can recommand you some tutorials, but you can find anywhere on the web an infinite scrolling with Ajax, php and mysql.
Please send me the links of these tutorials, as I researched the Internet and could not find anything that works with framework7, PHP and MySql and Ajax.
I await the answer. My project is depending on this feature.
I await an answer.
Thankful.
Ailton Silva
Please send me the links of these tutorials, as I researched the Internet and could not find anything that works with framework7, PHP and MySql and Ajax.
I await the answer. My project is depending on this feature.
I await an answer.
Thankful.
Ailton Silva
Hi,
First you don’t have to use framework7 infinite scroll. You can use a simple jquery one with php and a database.
Here is for example a php + framework7 infinite scroll code. You just have to do the mysql query. Tutorial
Or check this TUTORIAL that is not using framework7. But you can still use if it’s corectly added to the template. You need to use Ajax corectly into the HMTL files, this in case you will not use .php pages and only .html ones.
Hello,
This event:
$ (window) .scroll (function () {
does not work in framework7?
I’m trying to develop infinite scroll but I can not fire the shell because this part of the code does not work.
Would you help me ?
I await an answer.
Ailton.
Hi,
Since the layout is 100% height, the scroll actually happens inside the page content.
I think, but not sure, you need to check framework7 docs, that you need to scroll inside the page container DIV, like
$$('.page-content').scrollTop(100, 600);
Regards.
Hello,
I could not make the infinite scroll work with ajax and php and mysql. Could you give me a functional example?
The event of capturing scrollbar movement to trigger ajax is not working, which is why I can not implement infinite scroll.
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?
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.
In order to support a longer table you will need a custom code. Like an iframe that scrolls auto on X axis.
Did you used the table from our demo and made it with 6 cols, or is it a custom table you are using?
Regards.
I’m using the table model of your layout, I just modified the percentage of each column, but I think I solved it like this:
<div style=”text-align: center; <li class = ” table_row=””>
Resolved for me, and I modified the width to 800px; instead of 100% and it worked for me.
Thank you.
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.
Hi,
Are you talking about design graphics or what kind.
You can use anything as long as you integrate it corectly.
Give me an example and I can tell you how to do it.
Regards.
I want to display a graph of my app’s quarterly financial earnings for app users, similar to the UBER chart.
Ok I understand, so it’s a chart graphic, not image, but CSS or JS I guess.
First it’s up to the chart code to display corectly.
Make sure it’s responsive, and make sure you load the JS coreclty. In my-app.js file you can see some examples how we are loading different JS functions for different pages.
Regards.
I found the Google API, but it’s not responsive
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,
Will update the template starting from the beginining of the next week and will send you an email.
Regards.
Okay, I’m waiting to send you the updated version.
Ailton Silva.
Hello Friend,
When are you going to send the update I asked for? I’m running late on the project because of this. Can you send it to me today?
I await an answer.
Ailton
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,
You want the framework7 calendar or other specific one? I can integrate any, just let me know.
Regards.
I want the Framework7 calendar plugin. I am very grateful for that. It’s important for my project. I await an answer
Friend, please take advantage also and install the chat plugin framework7 as well.
They are important plugins for the project I am developing and I am having a hard time doing this.
Install the Framwork7 calendar and Chat Framework7.
Thanks a lot for the help.
I await an answer.
Hi,
For chat are you talking about the “messages” option?
Hi,
Will update the template starting from the beginining of the next week and will send you an email.
Regards.