135 comments found.
does this include a HTML version of the theme as well?
This is a HTML only template. Thanks
Hello,
I have recently purchased this product. But having issue when I try calling function for loading data using jQuery/Ajax when a page loading is complete. Below is both ways I have tried :
$(window).on(‘load’, function () { loadData(); });
$(document).ready(function () { loadData(); });
also I have tried this after checking your ajax.js but nothing works:
(function ($) { $(document).on(‘pjaxEnd’, function () { console.log(“calling”); loadClientcode(); }); })(jQuery);
Please help how to load data in dropdown using ajax after page is loaded.
Please note that I have not removed pjax, because its effect seems cool.
Am I making any mistake?
Please…
You can listen on the pjaxEnd to call your custom js. Try to refresh the page make sure there is no cache.
Hi there, very nice demo! Is your theme angular 6 compatible? Thanks a lot
This is a html/jquery template. Thanks
Hi. Awesome front-end framework. Love the design. What is the best practice to use with a backend eg. PHP? Load via ajax and then load PHP files? Or turn off the ajax load and just load PHP pages? Or return JSON and build the view in Javascript? Is there a best practice from your side? Do you have a documentation or is html/docs.html all there is? Thank you very much.
good morning, I would like to know how to implement this fabulous template laravel framework 5.7 I am suffering from the day I bought it because I can not get all the template just some things but want everything as seen in a normal html. If you had any recommendation or a guide, I would thank you very much for thousands of thanks. Greetings from Peru
Regarding Apply – Web Application & Admin template:
You use a lazy load JS library with no documentation about it: Im trying to execute a Datatable JS code in the HTML but Im failing to wait for necessary module loads.
So 2 questions: - How do I wait/declare module/plugin needs? - Another option is: How do I turn off lazy loading?
can i get this theme (applay) with 25$ ? am student
Hi there, was wondering where do i change the data for datatables, and calendar and chart.js ect… It seems like the plugin folder does not have an effect on the data, because even if i delete them, nothing change, it still get the data from api/ ...json . files.
Where do i tell the plugin to get the data from another route. thankyou.
The calendar/datatables data are from api/..json file, and the chart.js data is in the plugins/chartjs.js, you can refresh the page or clear the browser history to see if the data changes. Thanks
How to remove the slide left & slide right animation on pjax and change it to something block loading effect?
Support?
classNames: {
// class added on the element that will be removed
remove: 'animate animate-reverse animate-fast animate-no-delay',
// class added on the element that will be added
add: 'animate',
// class added on the element when it go backward
backward: 'fadeInRight',
// class added on the element when it go forward (used for new page too)
forward: 'fadeInLeft'
}
change the backward and forward class.
also you can use the pjax event to show the loading block line 6
$(document).on('pjax:send', function(){
$('#loading').show();
});
line 23
$(document).on('pjax:success', function(){
$('#loading').hide();
});
Hello, It seems when the aside menu link has a parameters (e.g. list.user.html?form=1&to=15) the “active” class doesn’t apply.
Any support?
The menu link active when it has the href=”list.user.html”, please check the menu link.
Hi, How to submit a form using the pjax function?
4 days ago no support?
Form will auto submit when page switch. https://github.com/MoOx/pjax/blob/master/example/forms.html
Hi,
I have an issue with the css of the theme. It is not because of my implementation because it also happens in the demo. It is about this page (chart.html): http://preview.themeforest.net/item/apply-web-application-admin-template/full_screen_preview/21072584?_ga=2.242297729.2069904005.1536757314-416982203.1536757314When the screen width gets below or around 960px the boxes don’t stay the same height. Thank you.
None of your demos are working, its been like this for long time now. http://www.flatfull.com/ is down for most of the time
how to change the aside into light color? i tried copying the light in layout.sidenav.html but it still dark.
where’s your reply?
Hello
We had a quick query. We are using the Flex/Aside pages of your theme and wanted to know if there are 2 or 3 columns, can these columns scroll individually of each other? When we want to scroll content in 1 column, the entire pages starts to scroll.. Is it possible? Which Javascript library enables this? Please let us know.
Thank you
For example, we see that in your earlier theme “aside”, this works: http://flatfull.com/themes/aside/app.project.html but does not in “apply”: http://flatfull.com/themes/apply/html/layout.flex.html
heloo can you help me ? When I write Arabic appear samples such as (؟، ! ،......)
Purchase codes 88ae2efe-7d43-4ca3-896a-368e0401b549
I have a datatable script in use. When I change from page to page (or go back forward button, not reload) there´s a problem in the inicialization of the datatables, probably because the pjax.js. It has an error of “cannot reinitialise datatable”. Tried: pjaxend and reload it, but not solve it. Any idea? Thxs
Hi ! That may sound strange what am i going to ask.But can you please tell me what exactly this is. What is the use of this template. Is this also a theme for a website or this is something else
This is a static html template. you can use it to build Web service product. this is not a WordPress theme. Thanks
No supports
New layout updated. Thanks
The template would look much better and would make more sales if it had a POS dashboard like this: https://s3.envato.com/files/229498974/screenshot-4.jpeg It’s possible?