24 comments found.
Is the React version jQuery-free?
yes
Hi,
Can I use this theme in a Blazor app?
Thx!
Hi, i need horizonal and vertical menus at sametime. can you add it?
The theme shows a white screen on iOS (probably on all Webkit based browsers). Kindly fix it, since its a deal-breaker.
Hi Team, Looking to buy the template – but we need the design files for the same – do you have Figma, XD or any other file? Would be willing to pay for it.
Hi, this template was created without figma. Sorry about that
Does this come with prebuilt auth?
In react version, there is no prebuilt auth only template
Hi people
all my files is in /app path did I install Gulp. But, whe I run: gulpe serve
In browser return: Cannot GET /
with path I need to place in gulpfile.js?
server: { baseDir: ’./’, //true },
Try to change your baseDir to ./app/
May I use this code with NEXTjs? Theres any kind of adjust os modification for this?
Yes you can use the HTML version to use it or create a NextJs version of it but any configuration or modifications needed are come from you not come from us.
Hello. I ran into a problem. The footer block is not attached to the bottom of the screen when there is little content. Is there any way to fix this?
Here is a screenshot – https://prnt.sc/-BkfU3FlKVyS
<div class="main main-app p-3 p-lg-4 d-flex flex-column"> ... <div class="main-footer mt-auto">...</div> </div>
Really. It helped. But, why is this scrolling here? even if the content is not filled to the full page.
Screenshot – https://prnt.sc/UZHcfiDpgTmZ
.main { min-height: calc(100vh - #{$height-header}); }
Thank you very much! There will be problems, I will write more)
You’re welcome. It would be great if you can give rating of this template. Thanks!
Hi, can I get the Figma files?
Hi, there is no figma files of this template
Hi Support I have this theme from envato element. I have problem in FullCalendar, when i show popup in fullcalender its not visible properlty, but when i resize or click on other button then it looks perfectly, plz have a look this problem asap..
http://themepixels.me/demo/dashbyte/apps/calendar.htmlHi, it is perfectly fine on our end. May I know what device and browser you are using? Thanks
You have an error in your page: Uncaught TypeError: $(...).fullCalendar is not a function
Try removing your code: $(”#calendar”).fullCalendar();
Removed but still error, can you provide support url, i will send screenshot for more clarify.
can you send support email id
??? plz update
I saw the issue in your website. It seems that it does not displayed properly during first load then get it fixed when resizing window or switching from week to day or month. You can also send screenshot to email: themepixels[at]gmail.com
Try to initialize the calendar outside of modal
I want to open calendar in modal box, so let me know how initialize the calendar inside, i also check this code but it not works.
https://codepen.io/Bes7weB/pen/JJVbpj i saw this example it works perfectly but i implement this code in our template not works.how to use implement this script in our calendar: $(’#doc-cal’).on(‘shown.bs.modal’, function () { $(”#doctor-calendar”).fullCalendar(‘render’); });
825our calender is defulat render but i need to render when bootstrap modal open. hope you understand my problem.+
plz help me out.
document.addEventListener('DOMContentLoaded', function() { var calendarEl = document.getElementById('calendar'); var calendar = new FullCalendar.Calendar(calendarEl, { initialView: 'timeGridWeek', longPressDelay: 1, headerToolbar: { left: 'custom1 prev,next today', center: 'title', right: 'dayGridMonth,timeGridWeek,timeGridDay' }, eventSources: [calendarEvents, birthdayEvents, holidayEvents, discoveredEvents, meetupEvents,otherEvents], selectable: true, select: function(info) { var startDate = moment(info.start).format('LL'); $('#startDate').val(startDate); var endDate = moment(info.startStr).add(1, 'days'); $('#endDate').val(endDate.format('LL')); $('#modalCreateEvent').modal('show'); }, eventClick: function(info) { console.log(info.event.start); // Set title $('#modalLabelEventView').text(info.event.title); $('#modalEventView').modal('show'); }, }); calendar.render(); });
...and replace it with the code below:
$('#exampleModal').on('shown.bs.modal', function(){ var calendarEl = document.getElementById('calendar'); var calendar = new FullCalendar.Calendar(calendarEl, { initialView: 'timeGridWeek', longPressDelay: 1, headerToolbar: { left: 'custom1 prev,next today', center: 'title', right: 'dayGridMonth,timeGridWeek,timeGridDay' }, eventSources: [calendarEvents, birthdayEvents, holidayEvents, discoveredEvents, meetupEvents,otherEvents], selectable: true, select: function(info) { var startDate = moment(info.start).format('LL'); $('#startDate').val(startDate); var endDate = moment(info.startStr).add(1, 'days'); $('#endDate').val(endDate.format('LL')); $('#modalCreateEvent').modal('show'); }, eventClick: function(info) { console.log(info.event.start); // Set title $('#modalLabelEventView').text(info.event.title); $('#modalEventView').modal('show'); }, }); calendar.render(); });
Done. Thanks a lot Awesome Support.
Great! thanks!
You’re welcome. It would be great if you can give rating of this template. Thanks!
General Question: is it possible to upgrade from the Regular to the Extended License – therefore not having to pay twice?
In my case it would be easier and faster if you buy it again with an extended license and then you can ask a refund on this regular license.
Is the ReactJS Version written in JavaScript or TypeScript? Is TypeScript-Support / Conversion planned? If not, is it easy to convert to TypeScript?
Yes, it is written in javascript. About typescript conversion whether it is easy or not , that depends on your level of expertise.
Ok. Thanks. I have to buy it but it is React version while I need the bootstrap HTML version.
Don’t worry, the package have separate react and html version.
Dear, I it need it urgently. I can pay for it.
Hi, give me until next week to add RTL version of this template. Thanks!
Hi. Any update on RTL? I am waiting for it as I have to buy it urgently.
RTL is in progress. ETA is in 2-3 days
Hi dear. I hope that RTL will be completed now
Yes, it is available now.
Any update dear
You cannot have it if you did not buy the template.
Dear I like this theme but miss the RTL feature. Is this possible for to add this feature
Hi, we will take note on that to include in the next update.
Dear theme pixels, I tried accessing the React Admin Dashboard via iPad and iPhone. The Page does not load, but it does work when choosing the normal HTML version. Will this be fixed? We cannot buy the template unless it also works for mobile. Thanks, Max
Hi, it works on our end. Try to access directly with the url: http://dashbyte-react.themepixels.me/pages/signin
Hi, do you plan to update this template to Bootstrap 5.3? There is few typos in scss files, you might wanna check that and add some more pages.
Yes, I will take a note on that on next update. Thanks
Good luck!
Thanks
its cool
Thanks