100 comments found.
Is there a way to adjust multirange sliders using Jquery or javascript? I can only edit values, the actual slider UI that is generated by plugins.js I assume handles the UI and ignores value changes I make and the JS is 100% minified.
Many thanks for choosing AppUI for your project. Please have a look at the official plugin docs. You can find info with initializing and setting the values for your sliders. Hope that helps.
Hey guys, Hope you are well. I remember to see the front end page, isn´t it available anymore?
Hi, we are fine, thanks. We hope you are doing great, too! Thank you very much for your purchase!
Indeed, a frontend template used to be included in the main package but unfortunately due to Envato’s policy, we had to remove it. Hope that makes sense!
Thank you for your reply. Do you mean that it is not available anymore? Can´t we have access to it? Is there any update done on it? What is the Envato’s policy about it? Do we have access to it in the package download? Thank you, Fabrice
Hi Fabrice, yes, it is not available anymore. You can contact us through our profile’s contact form to send it over to you though but unfortunately it won’t be available anymore nor any updates will be done on it. Envato does not allow the bundling of different templates in the same project meaning that a frontend can’t be included in a backend template. Hope that clears things up 
Hi there, just purchased this template last month.. pretty cool, one of the complete template i’ve ever seen. But, just an issues in the admin sidebar navigation that I can not close the active dropdown menu and it’s kinda problem because I have many menu and sub-menu.
Hi, thank you very much for your purchase and kind comments, we are very happy you like AppUI! 
For support requests, please contact us through our profile’s contact form (from the account the purchase was made) and we will get back to you as soon as possible, thank you 
Hi, I’m adapting the HTML version of this template to the Laravel framework, how can I enable cookies in the HTML version so it saves the selected theme?
Nevermind, I got it working by adding the class “enable-cookies” in the “page_head.php”.
But I saw the code below in “template_start.php”. Is it necessary to include this file? It seems like app.js is already handling it.
<?php if ($template['theme']) { ?><link rel="stylesheet" href="css/themes/<?php echo $template['theme']; ?>.css" id="theme-link"><?php } ?>
Hi, thank you very much for your purchase 
If you are using the default theme, then you don’t need it but it is required if you would like to set another theme (through the config.php file) as the default (before the user selects another one which is saved with cookies afterwards). Hope that helps 
hi pixelcave Excuse me, is there any access to the app UI from within the unified method?
Hi crazycodes, thank you very much for your purchase 
For support requests, please contact us through our profile’s contact form (from the account the purchase was made) and we will get back to you as soon as possible, thank you 
Do you have a plan to add material design?
Hi, there are no plans for creating and releasing a material design version. Thank you for your interest in AppUI 
Thanks for your reply,
1. I saw in your OneUI you implement Material design (for example on the forms pages), why not on AppUI?
2. Let say I have two of your admin templates, is it easy to switch the design (skin for table, button, forms, etc) without needed to rewrite my HTML code entirely? for example by replacing the CSS files only.
Yes, material based forms could be integrated in AppUI as well! Regarding the other components, you could easily interchange the CSS between templates but mainly for Bootstrap components since a lot of custom elements (eg layout or blocks) also need a lot of markup changes because they are not the same. Hope that helps but let me know if you need any further info!
Do you have a plan to add material based forms in the next update?
There are no plans at the moment but thank you once again for your interest!
Can you make less or sass version ?
Hi, thank you very much for your purchase! 
Unfortunately, there aren’t any plans for creating and releasing such versions.
Is there a way to disable zoom on mobile?
Hi, thank you very much for your purchase 
There is already a meta tag in the head section of the page to prevent user zoom which looks like the following:
<meta name=”viewport” content=”width=device-width,initial-scale=1.0,maximum-scale=1.0”>
If the user can still zoom on mobile, then you can also try using the following:
<meta name=”viewport” content=”width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no”> <meta name=”HandheldFriendly” content=”true”>
Hope that helps! 
Thanks for your reply. But unfortunately it won’t work in iOS 10, due to some changes in the new version of Safari. http://stackoverflow.com/questions/37808180/disable-viewport-zooming-ios-10-safari
Thanks for bringing this to my attention! It seems that it is working as expected again in iOS 10 beta 6. Let’s wait for the official stable release and we will see how it goes 
ScriptCase can implement ?
Hi, thank you for your interest in AppUI 
AppUI is an abstract template and it wasn’t made to work with any specific services or platforms! You might be able to use ScriptCase though since it seems that generates PHP which you could integrate in the template afterwards.
Hope that helps but let me know if you need any further info 
How can we make the submenu stay opened in the sidebar?
Hi, thank you very much for your purchase 
In the HTML version you will just have to add the class ‘active’ in the parent <li> element of your <ul> submenu. You can have a look at example usage in the menu of AppUI subpages (HTML version). In the PHP version the menu is auto created and the classes are auto added based on the name of your current page.
Hope that helps 
Dear Sir, I have Parse.com iOS App and we have around 10k users. Can we use your scripts as a admin panel for Parse.com and how with instructions please. After we will buy the script. Many thanks.
Hi, thank you for your interest in AppUI, I’m glad you like it! 
AppUI is an abstract template (HTML, CSS, JS) which means that it can be used as the UI of any custom project but web developers should code and put together the real-world functionality you need to match your requirements (content/user management). Hope that makes sense but feel free to let me know if you need any further info! 
Hello Can I use it for mybestdealz.com website ..its on php and mysql..Coupons and cashback website.
Hi, thank you for your interest in AppUI! 
AppUI is an abstract template and can’t work out of the box with any CMS or existing site. It can be made to work, though, with custom coding by a web developer.
Hope that makes sense but let me know if you need any further info 
I have just bought your AppUi and still have the question of how I access data from a mysql table at an online server, where the results of this App would be displayed.
I have read through pages and pages of documentation before buying but still did not find the information on how the php pages are created.
I see now searching around the Comments that someone has asked the same question and that your answer to them still leaves me in the dark.
Since your template pages are all essentially hard-coded how does a developer arrive at the following:
User logs in, picking up credentials from a users table in mysql. New user creates an account with a form that writes the user data to another table in my database.
Navigating will show pages of gridded table data
Data can be sorted, searched, and Updated, Added, or Deleted to the appropriate tables in my database.
I have done this kind of thing for years.
I have been making databased pages using php, mysql, javascript, jquery, css, html, etc, for quite a few years.
I use Dreamweaver, or an advanced code generator such as XLINE PHPRunner, or Appgini, or ScriptCase nowadays to build pages that access, view, add, & edit database tables.
And that create views with mysql joins or php functions.
HOW do I get started working with your AppUi and how can such things as charts be generated with your Template, and everything else in your template addons while using the most popular way to access and store live data on websites?
Thanks so much for pointing me to the missing element in all of this!
Hi, thank you very much for your purchase! I will do my best to answer all of your questions 
AppUI is an absctract HTML template and it was created with HTML, CSS and JavaScript. It provides all the UI elements and interface a web developer needs to create and build a custom website or web application using the server side language of his choice.
All the pages are there to showcase how a plugin or UI elements could be used and do not provide any real world functionality. For example content management and user management functionality must be coded from scratch by a web developer.
The PHP version of AppUI is basically a helper/boilerplate version which will come in handy to get started building your custom PHP application. It includes simple templating and a config file which you can use to change various aspects of template’s layout.
To sum up, AppUI provides the UI elements for your custom website or app but it’s up to you to put together yout HTML markup and code the backend functionality.
Hope that answers most of your questions but feel free to let me know if you need any further info 
I get an error in the jquery-2.1.4.js line 348 when called by plugins.js at line 22. “Uncaught TypeError: Cannot read property ‘length’ of undefined” – help!
I also got an error in app.js : Uncaught TypeError: sScroll.slimScroll is not a function – could be related – or not?!
Hi, thank you very much for your purchase 
From the first message, it seems that JS init code is trying to run on a page where the html markup is not available (eg the init code for charts on a page without all charts containers). This causes a JS error making all other JS code to fail.
Please have a look and if you still experience issues, feel free to send me a message from my profile’s contact form with the link to your page and I will get back to you as soon as possible! 
Will this template provide adequate features for a member only interface used to browse many (preferably customizable w/ customer logo) mockup marketing designs for purchase?
Hi, thank you very much for your purchase! 
I think it will perfectly fit your project’s requirements! There are many ready designed elements that can be used for such interface along with galleries popups/options for the mockup designs. Happy coding! 
How can I make the color picker save the users selected color?
Hi, thank you very much for your purchase! 
Please have a look at your inbox, I just replied to your email 
Hi, love this template so far..
but i dont see any timeline pages, can you add timeline template like this http://admindesigns.com/demos/admin/theme/pages_timeline-single.html
Hi, thank you very much for your purchase, I’m very glad you like it! 
You can find a timeline page under Extra Pages – Web Application – Timeline. For a quick look at the live preview http://pixelcave.com/demo/appui/page_ready_timeline.php
Hope that helps 
oh my bad, i don’t see that.. i love your template because the design is beautifull and i think your template load faster than others..
thankyou
Thank you so much for your kind words! I did my best to optimize AppUI as much as possible, I’m very happy you like it! 
Happy coding! 
Hi PixelCave,
i have some problem of implementing CKEditor. i’ve already place class=”ckeditor” to my textarea but it shows nothing in browser and got error -> “Cannot set property ‘dir’ of undefined”. i’ve already make sure that the CKEditor.js has been loaded correctly.
Do i have wrong step to implement it?
regards
Hi, thank you very much for your purchase 
Please send me a message from my profile’s contact form (from the account the purchase was made) and I will get back to you as soon as possible 
Hi,
can this be used as the UI for a Parse.com web app? Parse provide a Javascript (https://parse.com/products/javascript) and PHP SDK (https://parse.com/products/php)
Best wishes
Avery
Hi Avery, thanks a lot for your interest in AppUI 
AppUI is an abstract generic template, so you shouldn’t have any issues using it along with any third party JS or PHP framework!
Hope that helps but let me know if you need any further info 
Hi there,
left menu is disappearing in some mobile browsers such as Samsung tablet default browser as well as Next browser android ..
please check and revert asap!
Regards
Hi! Do you experience the same issue in the live preview as well or with your custom code? Have you tried using Chrome for Android? I have tested AppUI in Chrome as well as Android default’s browser (back from 2.3 version) and everything seemed to work as expected.
Please have a look and let me know! If you continue having issues, please send me a message through my profile’s contact form with more details to investigate it further 
its happening in your demo as well.. you can check.
working fine on chrome but not on default browsers.
Unfortunately, I don’t have access to Samsung’s default browser to have a look at but on Chrome for Android, Next browser and Android’s default browser everything is working as expected. Left menu sidebar opens on tapping the top left control and closes on tapping again. I will try to find a Samsung tablet and have a further look 