Discussion on Apply - Web Application & Admin Template

Discussion on Apply - Web Application & Admin Template

Cart 709 sales
Well Documented

Flatfull supports this item

Supported

135 comments found.

hello, does all layout have rtl or olny one layout with rtl can i use all layout on both (RTL and LTR) Thanks

All layouts support RTL. Thanks

Thank you for this template (fast and functional). Could I ask if there is a possibility to change the default theme (dark side menu) into the 3rd theme (white and boxed layout)? Can I do it in code somewhere without the use of the Theme Switcher on the right?

Ok, thank you. Will try that

It does work now at last. Thank you very much!

You are welcome!

Hello, since I upgraded to Bootstrap v5.0.0-alpha3, I see this error: app.js:46 Uncaught TypeError: $(...).popover is not a function at Object.app.init (app.js:46) Can you please check?

Solution is to add $(function() { // init plugin here } after app.init = function () ...

Good to hear.

Good morning. I have a problem in the Apply template I have buyed. My datatable doesnt work well, - it show at middle of the table [processing…] - Search input doesnt work - the datatable doesnt refresh after filter by or using search input. When I delete table property data-plugin=”datatable”, [processing…] doesnt appear again but my table became a simple table without search bar and pagination Please help me

datatable is a jquery plugin, you need call the datatable function. https://datatables.net/

Good morning and thanks for your last reply. For the templates I often use, datatable is fully integrated and I don’t need to initialize it before using it. Ok, now I initialized it as recommended. My current problem, when I click on a link that calls my page (I code in Laravel), datatable doesn’t load, it’s rather a simple table that loads. I have to refresh the page manually before datatable works. However, I used datatable functions to modify or delete lines, so when I first access my page (without manual refresh), these functions don’t work because they are based on datatable. Please tell me what to do.

If you use ajax(pjax plugin) load page and you do not put the data-plugin=”datatable” on your table, you need call the datatable function after page switched.

the data-plugin=”datatable” is for this, it will auto call datatable plugin when page switched. do not need refresh page.

you can look the assets/js/app.js.
app.init = function () {
      $('[data-toggle="popover"]').popover();
      $('[data-toggle="tooltip"]').tooltip();

      // init the plugin
      $('body').find('[data-plugin]').plugin();
}

app.init();

$(document).on('pjaxEnd', function(){
   app.init();
});

Hello Team, My developer is reporting a bug in template which we have purchase. Need you attention on this issue.

Hey Team it’s been 5 days you have not replied. Is this your customer service or support offering ??

Hi , On clicking the sidebar links the entire body of the page appears from the left and sometimes it doesn’t load the intended page. I have to click the link twice to go to the desired link. Can you please explain or help whats happening and how can I fix this. Seems like some kind of caching etc.

<body class=” fixed-content fixed-aside pace-done” ui-class=”dark”>

Although I do body content in this way, it does not get the features.

pls do you have a wordpress version for this…if yes send me the link or give me a similar one for wordpress. thank you

Hello there,

i want to ask you something, if a bought a regular licence can a edit,use and publish this template on internet or i it’s just for personal use ? please let me know at a short time .

Best regards

Please help, I’m trying to change theme to warning color theme, the yellow/orange one, it exists in app settings switcher.

You can add
<link rel="stylesheet" type="text/css" href="../assets/css/theme/warning.css">

in the head tag.

I’m planning to use it with laravel php, so should I just include/edit html files? or there are a way for it?

warning theme? do you mean warning color?

Yes warning color theme, the yellow/orange one, it exists in app settings switcher

Add warning.css in the head
<link rel="stylesheet" type="text/css" href="../assets/css/theme/warning.css">

very nice work

How I can remove the theme.js file? When I try to remove it from the HTML files a lot of errors shown. I need the color to be fixed and not use this plugin. The docs are poor and missing a lot of information

Some other js use the app.color which defined in the theme.js. you can replace the app.color in the chartjs.js and jqvmap.js then remove the theme.js

hi, Im developing my dashboard with this theme and wanted to see if you have built a notification or success/error message display modules already?

something like a toast on top right which will disappear after 10 seconds or even some static success message?

thanks

You can use the libs/notie/ plugin, docs here https://github.com/jaredreich/notie

or bootstrap default toaster https://getbootstrap.com/docs/4.3/components/toasts/

They are all included in this template

Hi!

I’ve just bought the Apply Theme and start to use the dashboard.8.html file. As I program in PHP I rename the file to xxxx.php and since I’ve done that the DIV aside ( ) insert a DARK setting at the end of the class definition and a ui-class=”dark”. ( )

This deffinitions are not in the source code, they are created at the page load, how can I remove them?

Thanks in advance,

Ezio Filho +55 21 993641599

It’s in the assets/js/theme.js line 63. You can remove this line.

Hi, How to remove the opacity of the text in all the template. Actually it is better to have it strong so the labels can be read easily.

Also, For the arabic version, i need to use a custom font, how can i implement that ?

regards,Elie.

You can change the text color in the assets/scss/variables.scss and use the node.js to rebuild the css file.

You can add custom css in the assets/css/style.css.

Thanks

How to make the scrollbar hidden, like the navigation, i am able to scroll but without seeing the scrollbar. How can i implement this feature on other div.

Thanks in advance.

You can use a custom css to hide the scrollbar
    .no-scroll::-webkit-scrollbar { width: 0 !important }
    .no-scroll { -ms-overflow-style: none; overflow: -moz-scrollbars-none; }

<div class="no-scroll" />

Hello, Hope you are doing fine.

How can i Increase the width of the navigation menu, as well how to add icon for the sub item.

regards,elie.

Menu width: install the node.js and the packages in the package.json, change the assets/scss/variables.scss line $aside-width: 13rem; then use the run command grunt build:sass .

Sub icon: add icon before the text in sub menu.

Hi again ;),

Do you have some documentation to chartjs in your theme to load ajax data?

Read the assets/js/plugins/chartjs.js, you can use ajax to load data then call $(’#chart’).chart(//with your ajax data);

Hi,

I’ve problem with global settings in theme.js. I changed a folded on true and ajax on false and this not works correctly.

I refresh js file and I’m 100% sure that I load file with my changes.

Best wishes, Adam

The folded and ajax saved to local storage. you need clear the local storage.

Thanks

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