Discussion on Able Pro | Bootstrap, Tailwind, React, Nextjs, Angular, Vue, Asp, Laravel Admin Dashboard Template

Discussion on Able Pro | Bootstrap, Tailwind, React, Nextjs, Angular, Vue, Asp, Laravel Admin Dashboard Template

Cart 3,565 sales
Well Documented

phoenixcoded supports this item

Supported

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

540 comments found.

Hello, Do you provide instructions on how to connect the Admin Template to Firebase or MongoDB. Is something like that included in your support?

Thanks in advance!

sorry, it is not included in Support & also we still not familiar with Firebase or mongoDB.

Hi,

I have recently purchases able pro theme, please fix the sidebar for mobile menu

Can you please share us the screenshot on phoenixcoded@gmail.com

Thank You

Hello,

here in Favorlogic we are considering using your template (React version) for our next project. However we really need the template to work well with TypeScript typings.

Reading through comments we are not sure how the TS is implemented in your React Able Pro 8 template. In some comments you declare that it is Typescript template, but in others you declare it`s not (https://themeforest.net/item/able-pro-responsive-bootstrap-4-admin-template/19300403/comments?page=15&filter=all#comment_23551951). And in other you say it has typescript, but in *.js and *.jsx file, not *.ts, *.tsx.

We don`t understand this. Could you please send us a single source code of some semi-complicated usable element like maybe Table? So we can see what we are buying? We really need the template to be fully typed, so we can use code-completition in our project.

You can contact us at and send some example of source code to jaroslav.dufek (at) favorlogic.com. Thank you.

Nevermind, during our research we decided that we don’t exactly need an opinionated template and we will do fine with some UI kit and we have found a Typescript typed UI kit that suites our design and needs perfectly. But still I think that it would be very beneficial for your other customers if you would clarify how is the Typescript implemented in your template and how good the code-completition works.

Hi Pheonixcoded,

How do i download an older version of the theme? I need the Able pro 7 as it supports angular version i am using.

Hello, I’m using Laravel, and when use his scrits in header , admin templates’ header is not working as well. Please help me. Thanks.

<!- Scripts ->
<script src="{{ asset('js/app.js') }}" defer></script>
<!- CSRF Token ->
<meta name="csrf-token" content="{{ csrf_token() }}">

can you please give us few more details on how you implement this template in your Laravel project? Have you added all required assets along with the proper basic .html structure implementation.

If any console error or any screenshot to send, please send it over on our email – phoenixcoded@gmail.com

Thank You

I solved the problem. Css and javascript order is the problem.

In addition, in laravel “app.blade.php”, I changed the code

<script src=”{{ asset(‘js/app.js’) }}” defer></script>

to (Erased ‘defer’)

<script src=”{{ asset(‘js/app.js’) }}”></script>

Hi, i use HTML, how to use collapse sidebar? i want collapse sidebar as my default, thank you

For collapse menu – add navbar-collapsed class in <nav> tag OR refer this one – http://ableproadmin.com/bootstrap/docs/#layouts

hello, you are open the html file from src/ directory. src/ directory is only works with the gulp installation. I request to check out the dist/ folder if you do not want to install gulp.

Thank You

REACT.JS version : I am trying to change the Navigation items icons in menu-items.js (currently set to “icon: feather icon-XXX”) – The theme says it support many other icon types, but I tried many things and cannot get other sets to work like fontawesome. Suggestions?

My question was not clear : I know how to put an icon, but seemingly the Font-Awesome version in the project does not support some icons (i class=”fas fa-mouse”)

.. like fa-mouse

Hi team,

I loved the page created and so bought this license to use this in my project. Can you guys guide me the steps to implement any of the page in my existing Angular 9 solution that I already have.

Sir,

We can’t give any customized support for your existing project integration. I request you to please send us the query which is related to Bugs, issues etc…

How I resize ROW Height in DataTables?

Hello, Please change the padding value of table. Change in style.css at there – line number approx 29929
.table td, .table th{
border-top: 1px solid #e2e5e8;
    white-space: nowrap;
    padding: 1.05rem 0.75rem; 
}

Thank You

Thank you for your answer. I use React Template , which .scss file for change.

You can find it here ../src/assets/scss/themes/plugin/_data-tables.scss file

Hello phoenixcoded support, i am referring to React-redux for below questions.. thanks

1. where should i get started to do the login/logout functionality for a user? Please share code snippets/links or details of doing this.

2. Is there any sort of mock service to pull the data. I see all the data is hardcoded into html tags. It will be helpful if there is a simple guidelines/best practices to do the login/logout with service calls to mock service or something like that. Please help. Thank you in advance.

Hello, VenkaaMandala

First of all thank you for your purchase.

About your concern is not related to our support. Our mean is that the concern or functionality you are talking about the completely custom work. As, we just provide the front end template design the functionality you are taking about is not there.

Let me know if I’m wrong.

Thank You

Phoenixcoded

Thanks for clarification. I also trying to explore the files and all are .js files but not ts or tsx. Where are the typescript files as mentioned. Because i purchased this theme just looking at the react-redux and typescript. but little confused where the typescript is written

The TypeScript is written in all .js & .jsx file. Please check it

Hi…

How to disable fixed header and nav at horizontal layout?

Please try this one instead of before i sent css code

.pcoded-navbar.theme-horizontal ~ .pcoded-header, .pcoded-navbar.theme-horizontal{ position : absolute; } .pcoded-navbar.theme-horizontal ~ .pcoded-main-container { margin-top: 0; padding-top: 100px; min-height: 100vh; }

thanks. Now it’s perfect.

Your welcome

Hi! I’ve bought the template because you advertised React, Redux and Typescript.. now I don’t find any typescript for the React version in the Zip file, only JS.. where can I find it?

Thx, Dominik

Hello,

We’ve TypeScript code in all files. Please check it – jQuery is only used for Data Tables.

Thank YOu

Gostaria de receber a versão 7 atualizada, acabei de fazer a extensão por mais 6 meses. É possivel me disponibilizar?

Agradeço desde já.

Yes, you can do update the product.

Como eu faço esse update ? Pode me orientar ?

Hi, are you planning to include editable table in the new angular version?

Yes, sure.

Thank you for your suggestion. We will start implementing Edit Table in Angular version.

Thank You

Got Issue when page open in mobile verison form select drop down aligning issue

Please check link form-select.html Mobile Version Issue Please reply on my skype if possible live:haresh_bati

I Love your design

Resolved via Skype conversion.

Thank You for your purchase.

- Phoenixcoded

Hi,

I am usign react-able-pro. currently i am facing the issue in router. I have set my app for private router from that time the router is not working. I have also using redux not single reduce combine reducer.

The Issue is when i click on navigations the url is changing only in the address bar but page is not refreshing. Is there any solutions for that

Thanks and Regards Smijith C

We’ve sent your concern to our team. We’ll reply you in next day

got any solution for may issue

Hello, Can you please share us the code so we can check it in brief (at phoenixcoded@gmail.com)

hi want to fix my color theme how can i do it with background Gradient and Side Bar Fixed and Header Fix dont want Customizer Setting for users, can you please send me CSS for all page how can i set it

Is it for Bootstrap HTML version?

Yes Sir it is Bootstrap HTML Version that i am using.

Please follow this step

In your any .html page

1) For Gradient BG – add class to body “background-grd-blue”

2) For sidebar fix – add class to nav tag “menupos-fixed”

3) For Header fix – add class to header tag “headerpos-fixed”

FYI – Make sure – if you do header fix the Gradient Background will not work.

Also, please refer the Documentation for more customization help.

- Thank You

Hi,

This is Balbir Here.

I am trying to use React of this template. I am facing problem while setup this template.

As per your documentation, Under Installation, Point No 2: able-pro/ folder. There is no any folder with the name of able-pro in the template.

File structure shown in your document is not the same structure which we got in the template.

npm commands give error to install it.

Please help and share more details to do the setup.

Thanks

Hi Dear,

Thank you for your help .

I am trying to use [ Semantic UI React 0.88.2 ] with your this theme. But when i am using classes from this Semantic, it removes header part of your theme. I want to use input box (text box) and tab control from this Semantic. Semantic have nice input box with border etc, where as we don’t have that kind of in this template.

Please help. If possible, let us know which style sheets etc, we can change to get similar look of semantic input box etc.

Thanks, Balbir Singh

Hello, Balbir

Sure..We will let you know. We forwarded your concern to our technical staff. Please wait for our reply.

Thank You

Hello, Balbir

We checked the Semantic UI structure. Unfortunately you must apply your own logic into it. Our styles not reflect to semantic css so there is no any changes for conflication. BUT if you want same styles for semantic UI, you need to apply the css codes manually.

Thank You

1. Is it bootstrap enabled and we need our color can you give with changes?

2. In http://ableproadmin.com/bootstrap/default/index.html you will deliver all dashboard and pages or not?

Please reply us asap so we will proceed for payment and buy your this template we loved it.

Hello, Yes it is Bootstrap framework enabled.

Yes, we will guide you to change your color system.

All Dashboards & pages are there in your download package,

Thank you & wish you happy to purchase our product.

- Rakesh Phoenixcoded

thank you rakesh for your instant reply we will proceed for payment with 1-2 days. we required some kind of #ecd180 color in place of blue or other your color update us when we purchase where we can change your color … thanks again

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