mAlpha2 | Mobile Responsive Template
Themeforest mAlpha2 | Mobile Responsive Template HTML Template
We truly believe that working with us can help you create any mobile application. If you have any suggestions, please let us know!
Scope of options:
- Fully responsive layout created in the convention of “Mobile First”
- Standard HTML 5 and CSS 3
- Created on Framework7 base
- Menu Off-Canvas
- Grid system
- Responsive photo slider – touch optimized
- Pinned header
- Wide selection of icons thanks to FontAwesome
- Editable elements of forms
- More than 10 examples of edited webpages
- Typography
- Ajax contact form with SMTP ready
- Live form validation
- Fast-action buttons: One Touch Email, One Touch Phone Call, One
Touch Message - … and many more!
Changelog:
v1.9 02.06.2017
* NEW: Page Sign up
* CHANGE: Framework7 updated to version 1.6.3
* CHANGE: Swiper updated to version 3.4.2
* CHANGE: FontAwesome updated to version 4.7.0
v1.8 31.05.2016
* CHANGE: Framework7 updated to version 1.4.2
* CHANGE: Swiper updated to version 3.3.1
* CHANGE: FontAwesome updated to version 4.6.3
* CHANGE: jQuery updated to version 2.2.4
* CHANGE: ChartJS updated to version 1.1.1
v1.7 17.11.2015
* CHANGE: Framework7 updated to version 1.3.5
* CHANGE: Swiper plugin updated to version 3.2.0
v1.6 09.10.2015
* NEW: 2 templates
* CHANGE: Framework7 updated to v1.2.0
* CHANGE: FontAwesome updated to v4.4.0
* CHANGE: Libs update
v1.5 26.06.2015
* NEW: New Template Skin
* NEW: New page - profile / dashboard
* NEW: Charts
* NEW: New page - Login
* NEW: Badges
* CHANGE: Improved look of the page - Blog
* CHANGE: Improved look of menu
v1.4.1 HOTFIX 20.06.2015
* FIX: Bug - Disapired navbar
v1.4 19.06.2015
* NEW: Template skina
* NEW: GULP ready
* CHANGE: SASS - split a file into smaller file s
v1.3 19.05.2015
* CHANGE: Better appearance of articles page.
* CHANGE: Better appearance of gallery page.
* CHANGE: Better appearance of Twitter page.
v1.2 08.05.2015
* NEW: Twitter integration.
* NEW: Flickr integration.
* NEW: Page template - chat.
* NEW: Documentation update.
hi,I have purchase a html template on the website,but i can’t download it successfully,because I can’t go to the download page.How can I deal with it?Thank you.My email is 2659494286@qq.com
ReplyDeleteHello,
ReplyDeletePlease write message to Envato Suppot.
I can’t help you with this problem.
Regards,
Krzysiek
And my Item Purchase Code: 0a519793-d86e-4005-9e3d-9ea51b1c2e6b
ReplyDeleteI have downloaded it.But in many pages I can’t see the styles as it in the preview in the website.Maybe it’s the problem of the including of js or css?How can I deal it?
ReplyDeleteNow I meet new problems.I can’t find the left and right panels.And when I click the left and right button or other links,nothing happens.The links seems invalid
ReplyDeleteNO problems now.Thank you
ReplyDeleteHello,
ReplyDeleteApologies for a late reply, however, I was on holiday with no access to my account.
Glad to hear that everything is OK
Regards,
Krzysiek
I love your WebApp Base, It has only taken 5 hours today and I have a 90% operational WebApp from my existing Database.
ReplyDeleteI have a couple of questions that I couldn’t find answers for in your docs.
1. How do I get an external link to work? I have an icon on the dashboard that I want to link to another page (external) and just placing the URL in the http=””, the link is unresponsive.
2. Have the same issue with a button, I suspect you answer to 1, will resolve this one.
3. I want to change the icons on the list (features.html) how dow change the icons, they didn’t seem to change like the other icons
Hello crazykarl,
ReplyDeleteThank you!
1, 2: try add class “external” to link tag. Sample:
<a href="http://twitter.com" class="external">Twitter</a>
3. You can change icons on feature list by changeing this class item-content-icon-slider, or you can edit exist class.
Regards,
Krzysiek
1&2, great thanks.
ReplyDelete3, ok. I will see if I can work that out.
If come across any problems, just let me know.
ReplyDeleteI managed to change the icon which is great, but now I want to make new icons, or actually I just want to get the plane icon and rotate them so that I can have one at 45 degrees up and then other 45 degrees down. Where are the icons located? Any pointers that could help me out? Thanks
ReplyDeleteHi,
ReplyDeleteGive me couple hours. I write to you tonight, and I’ll try help you.
Regards,
Krzysiek
Hello,
ReplyDeleteYou can try somthing like this:
.item-content-icon.item-content-icon-YOUR-CLASS-NAME::after {
content: "";
background: url("https://cdn0.iconfinder.com/data/icons/iconico-3/1024/32.png") no-repeat;
width: 24px;
height: 24px;
background-size: cover;
transform: rotate(45deg);
}
Regards,
Krzysiek
that was a huge help, thanks. CSS is not my strong suite.
ReplyDeleteGlad to hear everything went well
ReplyDeleteHello,
ReplyDeleteIm not sure this is good idea to change files HTML to PHP. Sometimes content of this files is included two times, check in dev tool.
May by you should create PHP API and call this api by ajax request, and not use PHP “in front” at all.
Regards,
Krzysiek
The WebApp runs fine as the php files serve HTML. That shouldn’t affect the form submission, I can’t see in the docs how to get the forms to submit
ReplyDeleteYes, but when you conver your app to native phone app, HTML tags are converting to native app view tags. After converting form dont understand PHP functions.
ReplyDeleteHello,
ReplyDeleteThank you for building this beautiful template!
I’ve built a rough prototype of our product with React. I noticed this theme is built with Framework 7, which is a product that also can be integrated with React.
Do you have any experience with using your template with React? If so, what can you tell me to get started? Is it as simple as using the Framework 7 components and adding your template css classes to them?
Hello,
ReplyDeleteFirst of all … thank you very much!
Unfortunately I dont have any experience with build mobile app with this template and ReactJS.
But there is lot of resources with tutorials how to build app based on ReactJS and Framework7.
https://framework7.io/react/
https://github.com/bencompton/framework7-react
Regards,
Krzysiek
In this template if you click on a dashboard icon, you are navigated to another html page.
ReplyDeleteI was attempting to add a custom click event to an element on another page that is not index.html. It appears that there are invisible HTML elements from index.html on top of the new page. This is making the click handler not activate because I assume that I am clicking on the elements in the top layer.
Do you have any guidance on how to resolve this?
Hello,
ReplyDeleteYou can try use page init/reinit callbacks. All about this callbacks you can find here: https://framework7.io/docs/page-callbacks.html
Regards,
Krzysiek