37 comments found.
Hello i was trying to get support for this theme when I click on the ( go item support ) button it takes me to discord but I am getting (Invite Invalid) ? can you please send me a new link. but maybe you can help here how can I edit the left side bar ( Datta Able Live Menu Customizer ) there is no notes on how to do this. thanks OC
Hi, thanks for reaching out. Following is the documentation for theme: https://codedthemes.gitbook.io/datta/v/datta-able-bootstrap/
This is support panel link: https://codedthemes.support-hub.io/tickets
I purchased this because it said PSD files would be included yet I see no PSD files. I don’t see any XD files either. Can I get those or can I get a refund? False advertising.
I have replied over email. Please check your inbox.
Thank You
Got it. Thanks!
I already bought, its not include “Master Sidebar”.?
Hello, We are currently using your Datta Able Bootstrap admin template and we have a little problem. We found several calendar widgets in the XD file, but they seem not to exist in the Full version file. Can you help us to find the integrated calendar widgets please? Thank you in advance.
Hello,
We made little tweak in our template where few of widgets are not included in Template version. BUT instead we’ve added lots more widgets which is not in XD files. Please share us the screenshot of that widget so we can develop it for you.
Share it on – codedthemes@gmail.com
Thank You
Hello, That explains everything. Here’s the screenshot of the widget we want to use. How long would it take you to develop it ? Thank you
we have given the task to our developer. Once we made I’ll ping you.
Thank You
Hello! I have a problems with DateTimePicker in your template – popup not appearing and nothing happening when i click on input field. In your demo it seems not working too. Can you help me to fix this issues, please?
Yes, we will check it from our end & reply you ASAP.
Thank you for notify us the issue.
- Rakesh
Hello,
I am facing following issue in implementation. Please assist.
1. Menu bar not closing properly.after dynamic menu creation 2. Menu bar scroll is not working after creating the menus dynamically 3. Loader is not stopping even after everything loaded.
I have raised this issue in codethemes site 10 days back. Please assist soon
Can you please share us the ticket ID?
199930, #199918, and #199911. Please help me resolve it ASAP.
Ticket no’s are #199911, and #199918
We already replied on your ticket. It will resolve your issue.
Hi, in google chrome Im getting a lot of errors when scolling:
vendor-all.min.js:4 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312
Regards Radek
In vendor-all.js file – remove the entire block of SmoothScroll.
That will resolve your issue
Thank you
duplicate text.
Just purchased this theme and using it has plain HTML template in python, however the pre-loader is throwing this error:
Uncaught Error: no element is specified to initialize PerfectScrollbar at new k (vendor-all.min.js:5) at HTMLDocument.<anonymous> (pcoded.min.js:1) at f (vendor-all.min.js:2) at p (vendor-all.min.js:2)
This is the plugin issue from there developer. We will response you ASAP to resolve this issue.
Thank You
Please remove the entire code block of smooth scroll from vendor-all.js file & minify it with the name vendor-all.min.js file.
FYI – just search the term – “smooth scroll” in vendor-all.js file. There you will find the code block
This will resolve your issue.
Thank You
Worked like a charm, thanks.
Hi, i wanna ask 2 questions If there are XD files or just PSD files and i will open it with adobe xd ? All components will be included in the design files?
i have a problem with this template in vuejs when i split everything in .vue files the responsive doesnt work, i have to put them all in same file and its not correct
Can you please share the console log or something which we can better understand what is the issue behind it.
Please create ticket https://codedthemes.support-hub.io/
Hi, can you please help me fix the issue on datta able theme that I purchase from you guys. I always come accross with the issue,
vendor-all.min.js:4 Uncaught TypeError: Cannot read property ‘clientHeight’ of undefined.
This breaks my other js function.
Yes, sure. Please wait for our next reply for this. We will give you proper resolution for that.
Thank YOu
I need to move search box to right side and full size after click on it
if (vw <= 991) {
$(".main-search").addClass('open');
$(".main-search .form-control").css({
'width': '90px'
});
}
The class .form-control-sm from bootstrap is being overwritten by theme code and not allowing small form inputs. I think it should be reasonable to expect standard classes from bootstrap to work.
Similarly, .table-sm class from bootstrap is overwritten by style for `.table td, .table th` in the theme code, making it impossible to use bootstraps standard classes
.table.table-sm {
td,
th {
padding: 12px 18px;
}
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.76563rem;
line-height: 1.5;
border-radius: .15rem;
}
Let me know if you have still an issue.
Thank You.
Hi, firstly congratulation for all. I want to buy this tamplate but I have some questions. 1- In right slider menu layout section, when you select header fixed and go datatable page; table fixed header title located behind the main header menu. Can you fix this problem? 2- I want to resize some menu height, like table td and top menu for getting more space. Is that posible? 3- I need to add a topbar menu. Do you have any or can I use existing dropdown menu repeatly, which located on top right? Thank you
Hi, tufanbagdu
First of all thank you for your interest in our product.
About your questions – Here is the answers respectively.
1) We’cant find such issue in our demo – can you please share us the screenshot on codedthemes@gmail.com. So we can identify what is the issues behind it. 2) Yes, you can resize the menu height. 3) We will help you through that.
Thank you.
CodedThemes
Hi,
This template work with MVC C# Projects?
Thanks
Hi, we’re never tested on MVC C# technology. BUT template is static HTML and it may be use in any web platform.
Hi, i’m using datta able template for my project. But i m having problems some pages. For example “Invoice List ” page. Filter row doesnt work, status buttons doenst work. (dropdown) Another example is, when i scroll any page console says “[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>”
What i do fix this problems?
Have a nice day.
Sir, do not worry. We checked that and found the bug. Soon you will get the reply from our team with resolution step.
Thank you
Do you find resolution?
Hello, how could I avoid for the menu to show “minimized” (slim) in resolutions <1200px (but larger than the mobile menu)?
I need to have the full sidebar menu until it disapears completely and is replaced by hamburguer mobile menu
is there any way around this?
I would like to have the sidebar menu full visible up until 992px where it transforms to mobile menu… how could I achieve that?
// menu [ compact ]
function togglemenu() {
var vw = $(window)[0].innerWidth;
if ($(".pcoded-navbar").hasClass('theme-horizontal') == false) {
if (vw <= 1200 && vw >= 992) {
$(".pcoded-navbar:not(.theme-horizontal)").addClass("navbar-collapsed");
}
if (vw < 992) {
$(".pcoded-navbar:not(.theme-horizontal)").removeClass("navbar-collapsed");
}
}
}
Thanks a lot. I had to change that function also in pcoded.min.js and worked perfectly.
Thanks!
your welcome.
Hello, I’m developing a CMS and I would like to use this template for admin area. Can I do that with regular license?
Is your product resale to your customer base? OR you will going to make a SaSS based product? Then only required Extended license
Yes, The product will be for my customer base. I will not make a SaSS based product.
Is regular license ok?
So, Regular license is suitable for that.
Hello! I’m about to purchase this theme, and was wondering if there is a way to add a little (1) (or red dot) in notifications or messages dropdown as an “alert” that there is new notification/message/whatever…
Is that considered in theme? (asking because didn’t see it in the demo).
Will be waiting for your reply! Thanks
Yes, you can add the dot in notifcation. We will guide you through that. Thank you
Great! I’ve already purchased the theme… could you help me to set that up?
Thanks!
Yes, sure – please wait for our next comment.
hi, please follow this steps -
find below code in your page
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
<i class="icon feather icon-bell" />
</a>
replace it with
<a class="dropdown-toggle" href="#" data-toggle="dropdown">
<span class="badge bg-c-red"><span class="sr-only" /></span>
<i class="icon feather icon-bell" />
</a>
&
add below code in /style.css OR in your page
.pcoded-header .navbar-nav > li .badge {
border-radius: 100px;
right: 10px;
position: absolute;
top: 20px;
padding: 4px;
animation: noty-blink 1s 0.3s cubic-bezier(0.97, 0.75, 0.61, 1.84) infinite;
}
@keyframes noty-blink {
0%{opacity: 0}
30%{opacity: 1}
60%{opacity: 0}
}
Let me know if you have any questions
Thanks, will try and report back if necessary!
Now I’m having a problem that the progressbar at the top, keeps spining forever… even after loading the full page… how can I solve that?
Thanks in advance!
Please, double check your console error. Please send us the error.
Uncaught Error: no element is specified to initialize PerfectScrollbar at new k (vendor-all.min.js:5) at HTMLDocument.<anonymous> (pcoded.min.js:1) at f (vendor-all.min.js:2) at p (vendor-all.min.js:2)
Please download this two file and replace it into your directory – assets/js/ -
https://pcthemes.s3.ap-south-1.amazonaws.com/pcoded.js https://pcthemes.s3.ap-south-1.amazonaws.com/pcoded.min.jsThanks! It solved it!