168 comments found.
how to disable auto sort for multiple select2 ?
still not work, friend could you please implement on your demo?
You can try contact the select2 plugin author.
ok thanks
Hello, We purchased the theme, but we cannot see the music transitions like in the demo.
During musical transitions, the music resets.
Also, we cannot see the update here. http://flatfull.com/themes/basik/html/layout.d.html?bg1. Put the file on a server to see the transition. 2. check the html/layout.d.html file
Thank you for expressing your appreciation for this template. Regarding your inquiry about upgrading to Bootstrap 5 and updating the template, I’d like to provide some information. i want to use it on my Applications for Urgent piece of work While I don’t have access to the specific plans of the template developers, as an AI language model, I can share some general insights.
You are AI?
I really love this template. I noticed your response to a previous comment 9 months ago that you don’t have any plans to upgrade to Boostrap 5. Do you still not plan on upgrading and is there any plans to updating the template as it has been almost 4 years without any update?
No plan for BS5. Thanks
I understand, but what about updating and adding some new components to the template. Any plans for that in the near future?
This template module and components is configtable, you can find other components from github. Thanks
Hi,
I am using your theme on my website oms.petsone.pk
Can you please check why I am getting jQuery error.
I did not see the jquery error.
Under test thanks
Hi there, I seem to be getting a Uncaught (in promise) DOMException: The play() request was interrupted by a new load request… in the console.
When viewed on iOS mobile, the video will not load or show. Please advise – thanks
html5.js:138
It’s OK for The play() request was interrupted by a new load request… in the console.
Can you advise why the video is not playing/loading in mobile browser (Chrome or Safari)? ... Not working on your demo site either
Please see https://cutt.ly/zCMEfHQ … It doesn’t … only works on desktop and iPad, not iPhone
HMM. i am looking into it.
Any update? Thanks
NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.
you can change the
<video controls hidden></video>
to
<video controls src="yourvideo.mp4"></video>
Thanks – the video container shows now – however, when I click the play icon it opens to full screen but doesn’t actually play the video? – still works on web fine
Seems that the Plyrist not works on iOS. you can remove the id="plyrist_video" data-plugin="plyr". on the html. and use the the plyr standard usage. check the document here https://plyr.io/
Hi Guys, thank for serving with such wonderful theme. Would like to know, do you have plan to upgrade it with Boostrap 5.x?
No plan for bs5. thanks
Any plans on adding a double input/dual range slider?
You can try this. https://mdbootstrap.com/docs/standard/forms/multi-range-slider/ Thanks
I am working as a web developer at qwerty experts and I need this theme for my client’s website. If I buy and install this theme on my client’s website will you provide support to him?
This is a html template and not a WordPress theme, We provide support for our buyers. Thanks
I am trying to use the icons in a Google Maps InfoWindow, however they are not appearing. Have you tested this before? They work fine on the rest of the page.
Not tested with Google Maps InfoWindow, how did you use the icons.
I copied the i tag with mx-2 class into the HTML Content of the InfoWindow. It works well with favicon icons.
Works now?
No, I haven’t tried anything else for now.
dear flatfull
According to the example of [UI elements tables DataTables] in your template,because my data is dynamic, I take the data from the database, and then display the data through JS.The problem now is that there is no problem with the data display, but the menu cannot be displayed
If do not use js code to display data, i can directly use static HTML code to display the menu of the last column(static HTML code is work)
How should I solve it?
What’s menu? datatable menu?
dear flatfull
I am using JQuery DataTables. I want to complete the init function of assets / JS / plugins / datatable.js by passing parameters. What should I do?
hope to get your reply!!!
Here is your original program code (function ($) { “use strict”;
var init = function(){
var table = $('#datatable').DataTable({
columnDefs: [
//{ "orderable": false, "targets": [3,4,5] }
]
});
$('#datatable tbody').on( 'click', '.trash', function () {
table
.row( $(this).closest('tr') )
.remove()
.draw();
} );
}
// for ajax to init again
$.fn.dataTable.init = init;
})(jQuery);
var table = $('#yourtable').DataTable(//your parameters);
hi how are you i need little help i want implement “http://music.flatfull.com/waveme/” this design to my music store so please provide me html code of “waveme” which is based on wordpress but i need html template, so if it’s possible please revert me
The Waveme theme does not have html version. Thanks
is it possible to create html version i just need only 3 page home page, album page last content detail page
you can use the Basik music template and add custom css. Thanks
can you provide me support person i will pay for that because of i need perfection which is only possible if your team do this task
Sorry, We do not provide custom work. Thanks
When the pages are in the root directory, there is no problem, but none of the plugins work when pages are in subdirectories. You will probably reply after two days, but since I got the template, I cannot use it because of this problem. You must have tested this; I can’t believe you didn’t. I really liked the design, but just for that reason, I’ll request a refund.
Go to the “assets/js/lazyload.config.js” to config the js url if it does not work for you. Also use the chrome developer tool to see if the js loaded correctly.
Thanks
I tried this. I fixed all the links, but the result is not changed.
Then use the chrome developer tool to see if there is any js error.
You can see the demo site is putting the files on a sub folder and it works.
I don’t see an error on the console. If it was that simple, be sure I would solve it.
So all the js loaded. That’s weird. Can I check it online?
Are you kidding? Are you sure this template belongs to you?
What do charts and tables have to do with typeahead? I write the links to you in shortened form, you’re making it public. Do you think I couldn’t write public? You shouldn’t act so amateur. I don’t want any support anymore. I’m very sad to write these, great misfortune.
No related to the typeahead, but seems that you have config the wrong path. You need send the url to my email if you do not want it public. if you send the url here, it’s public.
You are writing just to answer. No point in continuing this discussion. My refund request has been pending for 5 days, please conclude.
Morning Dear Author I have a problem to use bootstrap tables on my laravel project I have layout where i included all javascript and css and on a child named indx.blade.php i ; and i didnt work I have tried but not sucess, need help
Are you using ajax to load the bootstrap tables?
Please use the purchased account to post questions.
Thanks
Hi, pjax is not work correctly. It works correctly in menus but can’t catch links in page content. Can you help me for this issue?
Change the assets/js/ajax.js line 79, change
#content a.ajax=>
#content a
Thanks but I guess the problem isn’t in this definition. Some plugins don’t work when I integrate the design into the application. When I change the path definitions in lazyload.config.js or site.min.js with app url (../lib/some.js to https://domain.tld/lib/some.js), the problem is partially solved. There are also problems with the use of charts items. So the problem is not just pjax. I need your support on this issues.
Use the lazyload.config.js to coconfig the lib files and use data-plugin=”some” to init the plugin. make sure you config the path correct.
I can’t write everything here. You need to see these issues. View via remote connection (TeamViewer, etc.), or I send a video.
Post the video on dropbox or other online share service. Thanks
Hello,
I don’t use Node, it’s possible to install for me please ?
You do not need Node, the node is for scss to css and package install. all the js/css files are included.
Just put the files on a server.
Thanks
I can not use calendar functions in this template, i can not use schedule features like time lines.
If you mean the Fullcalendar, check their documents here https://fullcalendar.io Thanks
what should i do in order to use calendar same as in this demo. I already dowloaded template but in that downloaded file is not giving same performance
Please use the purchased account to post questions. Thanks