Discussion on Equation - Bootsrap 5 Admin Dashboard Template

Discussion on Equation - Bootsrap 5 Admin Dashboard Template

Cart 530 sales
Well Documented

designreset supports this item

Supported

This author's response time can be up to 1 business day.

68 comments found.

Hi, I purchase your template from envato, i would like to edit the printing layout, can you help me where to locate the file or code on which i can layout the print design?

Dear grdumlao,

Thank you for contacting us.

You have not mentioned which page you are working on but, as far as we have understand, you are using app-invoice-preview.html.

Kindly follow the steps mentioned below.

1. Navigate to – /src/assets/css/light/apps/

2. Find and open – invoice-preview.css

3. After opening the file, search for (@media print)

For more information on (@media print). Follow the links mentioned below

- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Printing

- https://stackoverflow.com/questions/32699436/media-print-css

Kindest Regards,

Design Reset Team

Halo.

I am a monolith web apps developer with PHP. So I need a template that can be sliced easily so I can integrate the template with some PHP framework.

since I am not a front end developer, I don’t know about front end tech, and I am looking for a template that can run without building it such as npm run etc (i need a template that can run perfectly just by clicking the index.html), my question is : - is this a template that can run without building it (just double click the index.html) ? - I plan to use this template to all of my apps. how many apps that i build by using this template for single purchase ?

thank you.

Dear pusing85,

To access our Admin templates it’s not important to use npm command.

You can directly access the index.html files

For Licensing Detail. Kindly follow :-

1. https://themeforest.net/licenses/terms/regular

2. https://themeforest.net/licenses/terms/extended

Kindest Regards,

Design Reset Team

Hello, d2d287f2-3407-4448-95bc-ff26d6f4a239 – 8 Jan 2025 REGULAR LICENSE

I have issue with the menu. I dont want it to be dropdown, but now everything get “active” highlight. Can you please tell me where is my mistake? Code:

Dear duckname,

Thank you for contacting us.

Please share the following details.

1. Screenshot of the issue

2. Share the code that has the issue. Kindly use;

- https://pastebin.com/

3. Which demo you are using?

Kindest Regards,

Design Reset Team

Hi, I was wondering if the dashboard includes any backend code. When you say there is a functional dashboard and working apps do you mean that there is a real working example that saves data to a database? Thank you

Dear daviwebdesign,

Thank you for contacting us.

Equation Admin Template is a static admin template it does not contains any back-end code.

Kindest Regards,

Design Reset Team

How to update scss files like i want to make width to 100% in this page

html/horizontal-dark-menu/layout-empty.html

Dear kklavania,

Thank you for contacting us.

You do not need to change anything inside the SCSS, just remove the layout-boxed class from the body tag.

Hope this helps :)

Kindest Regards,

Design Reset Team

How we can have menu items without any sub menu in horizontal-dark-menu

Dear kklavania,

Thank you for contacting us.

It’s simple just remove the dropdown menu and add the link in the anchor tag instead of #app

Hope this helps :)

Kindest Regards,

Design Reset Team

Hey i purchased the theme to use it with Django. i changed the path to the css/js files to the working static folder.

they are found and working but it seems there is a problem with the theming (dark/light) as i get the following error:

VM490:1 Uncaught SyntaxError: Unexpected token ‘d’, “dark” is not valid JSON at JSON.parse (<anonymous>) at loader.js:36:31

The switch for changing dark/ligt mode is not working. Any hints?

Dear dbosscher1,

Thank you for contacting us.

Try the following steps:-

1. Check if you have linked all the files

2. Clear the cache or open it in Incoginto window

3. Check for errors in the console before pressing the toggle button

Please let us know if the error is still the same.

Kindest Regards,

Design Reset Team

On the page equation-v3.0.0/html/horizontal-dark-menu/element-alerts.html, 1- I reduce the window size to simulate a mobile device. 2- I open the menu by clicking on the hamburger button. 3- I hover over the menu items with the mouse. I receive a lot of error messages in Chrome’s developer tool.

Dear madas4,

Thank you for contacting us.

The error is because it’s detecting the hover on the menu list but, try to check the mobile resolution using the Toggle Device Toolbar or by pressing CTRL + Shift + M.

Let us know if you still get the errors.

Kindest Regards,

Design Reset Team

Hello, great theme you got here. I also enjoyed editing files to fit my needs. I just came across something I can not solve :cry:

I wanted to implement pageLength and colvis in the upper left hand corner a DataTable – as buttons

I cannot also locate the buttons.colVis.min.js in the button-ext folder.

Overall – really a great theme.

Dear aspulido,

Thank you for contacting us.

Which DataTable are you trying to modify? Can you please share a working example that explains your issue.

Kindest Regards,

Design Reset Team

Thanks for the immediate reply @designreset. I will properly compose my issue – make screen shots and prepare the code I have edited.

Finally, I was referring to the table-datatable-striped-table.html

and <!- BEGIN PAGE LEVEL SCRIPTS -> <script src=”../src/plugins/src/table/datatable/datatables.js”></script> <script src=”../src/plugins/src/table/datatable/button-ext/dataTables.buttons.min.js”></script> <script src=”../src/plugins/src/table/datatable/button-ext/jszip.min.js”></script> <script src=”../src/plugins/src/table/datatable/button-ext/buttons.html5.min.js”></script> <script src=”../src/plugins/src/table/datatable/button-ext/buttons.print.min.js”></script> <script src=”../src/plugins/src/table/datatable/button-ext/buttons.colVis.min.js”></script>

<script>
$('#zero-config').DataTable( {
    "dom": "<'dt--top-section'<'row'<'col-sm-12 col-md-6 d-flex justify-content-md-start justify-content-center'B><'col-sm-12 col-md-6 d-flex justify-content-md-end justify-content-center mt-md-0 mt-3'f>>>" +
"<'table-responsive'tr>" +
"<'dt-bottom-section d-sm-flex justify-content-sm-between text-center'<'dt-pages-count  mb-sm-0 mb-3'i><'dt--pagination'p>>",
    "buttons": {
        buttons: [
            { extend: 'pageLength', className: 'btn' },
            { extend: 'csv', className: 'btn' },
            { extend: 'excel', className: 'btn' },
            { extend: 'print', className: 'btn' },
            { extend: 'colvis', className: 'btn' }
        ]}
    ,
    "oLanguage": {
        "oPaginate": { "sPrevious": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>', "sNext": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>' },
        "sInfo": "Showing page PAGE of PAGES",
        "sSearch": '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>',
        "sSearchPlaceholder": "Search...",
    "sLengthMenu": "Results :  MENU",
    },
    "stripeClasses": [],
    "lengthMenu": [7, 10, 20, 50],
    "pageLength": 10 
} );
</script>
<!- END PAGE LEVEL SCRIPTS ->

Dear aspulido,

Your screenshots are not working, Kindly, attach them via;

- https://prnt.sc/

Kindest Regards,

Design Reset Team

hi, I purchased the equation theme, I saw that there is a blog inside it, is it possible to have the structure of the tables in the database?

Dear michelebulloni,

Thank you for contacting us.

can you please clarify the issue further as it is not clear to us.

Kindest Regards,

Design Reset Team

I apologize, in the template version I saw that there is an example blog, I really like how it is structured and I would like to replicate it. I was wondering if it was possible to have a working example with a possible database structure

Dear michelebulloni,

The blog is only static and no database structure is available.

Kindest Regards,

Design Reset Team

I am looking for an admin template where I can edit the HTML file straight away with Notepad++ when purchased and no more installing of anything else, is this one of them?

Dear pikapikapikachu,

Thank you for contacting us.

Yes, you can use Notepad++ to edit HTML, CSS and js files.

Kindest Regards,

Design Reset Team

Dear, Am want use this design for my asp.net core MvC PROJET and i would like your support for the integration and the dasboarding , and more if possible . can you we as soon a possible a meeting to discuss and also can you give a proposal of price for this support , its really urgent waitting for your feedback best regards

Dear Moustnk,

Thank you for contacting us.

Please contact us at; info@designreset.com

Kindest Regards,

Design Reset Team

hello. I’m using the theme on a Django-based installation.

Basically I need to put all the html, css and js files in the right place and everything works.

I created several pages and everything works fine, but I’m having problems with the CONTACTS app.

As careful as I am about importing the correct js and css, it does not appear formatted correctly.

Any clues as to what it could be?

Dear ntnbrito,

Thank you for contacting us.

Have you checked the console for any JS errors.

Please share a screenshots, a video or a working example that tells us exactly what the problem is.

Kindest Regards,

Design Reset Team

Hello Dev.. Thanks for your great templates..

I want to know how to set content of Vertical-Light-Menu can be full-width like preview on https://designreset.com/equation/html/vertical-light-menu/ , because when I open the downloaded file, the contents fit to center not full-width.

Can you help me how to fix it ? Thanks…

Dear Yodymada,

Thank you for contacting us.

The vertical light menu in downloaded file as well as preview version are same.

Please clear your browser cache/local storage and open the demo file in Incognito mode of your browser.

Kindest Regards,

Design Reset Team

hello sir please i need the older version of that panel , i had it stored in my drive my i lost it , please my whole project reply on it , i need to get some page from it

i still waiting sir. i will really appreciate it if you could send it faster

Please wait…. It takes some time to gather old back and separate the current one…. you will get the files but you have to wait for few hours..

An email is sent to you with a link to old version of equation Admin template.

Kindest regards,

Design Reset Team

On mobile, the sidebar opens when hamburger menu is clicked but after that it doesn’t hides when clicked elsewhere on screen. It should hide , can you share some documentation about how to do that?

Dear vozax,

Thank you for contacting us.

Kindly open the link mentioned below and add the code inside -> html/layouts/semi-dark-menu/css/light/structure.css

- https://pastebin.com/MFTu3MQk

Hope this helps :)

Kindest Regards,

Design Reset Team

hi, language dropdown not working… can you assist?

Dear gmtaconstantine,

Thank you for contacting us.

Can you share the details such as

- Which demo you are using

- Screenshot of the console

- Screenshot of the dropdown

Kindest Regards,

Design Reset Team

hello i have a long text in a datatable column and it’s makes my table so big , how i can make the text break into new lines instead of changing table width , i’ve tried many solutions but none works , btw i use latest version the that load from server side

Dear urek123,

Thank you for contacting us.

Have you tried using the following CSS properties that are mentioned below.

1. text-wrap

2. word-break

3. word-wrap

Note :- You need to wrap your text inside the paragraph tag inside the td (example – td > p)

If the issue does not resolve please share your HTML code.

Kindest Regards,

Design Reset Team

I noticed that you have updated this template, and I have purchased CORK. I noticed that Equation’s Changelog has been updated to v2.2.0. But I downloaded it and it is still v2.1.0. I would like to ask when the update will be uploaded? Can I get github Access rights? Can the compressed package retain the code of the previous version of Equation?

Can perfect-scrollbar be loaded on the main page? Not only on the sidebar.

Dear luckfuck,

1. Equation 2.2.0 will be available within 24 hours. As we have found some issues so we have to hold that update.

2. Github access is currently unavailable.

3. The structure of the Equation is completely rewritten. So the V1 will not be compatible with the new V2.

Hope this helps :)

Kindest Regards,

Design Reset Team

is it possible to set vertical number to show up stats?

Dear draxam,

Thank you for contacting us.

Which element/component you are trying to use. Kindly, share a screenshot for the same.

Kindest Regards,

Design Reset Team

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