168 comments found.
Hi, I bought this product a few hours ago. I’m working on localhost, but I can’t see svg icons. Why might the problem be caused?
Hello again, I solved the problem. I forgot to include the “libs” folder.
I have a question about the mail part of the template. Is it possible to update the email list via a JS function or something alike? Because I can’t seem to find anything about it in the documentation.
I found a way to do it trough recalling global.mail.init() however this only allows me to do it until the current page is full (which by default is 10 emails).
I could disable paginator however I would really like to use that feature.
The mail app is using the list.js https://listjs.com/api/ , you can use the api to update with the ajax json data.
Hello developer,
I want to show two databables using tab, but it’s show error :
DataTables warning: table id=datatable – Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3
please help me to solve it, here is the datatables.js files (https://prnt.sc/p24yni) how to modify it so I may use two datatables.
many thanks
You can use the tab event to init the datatable
https://getbootstrap.com/docs/4.3/components/navs/#events
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
// init the datatable
})
Please use the purchased account to post questions. Thanks
Hi Flatfull, we need to alter the /html/ directory structure in our context, how do we safely alter this without breaking the basik system
make sure the scripts path is right. open the “assets/js/lazyload.config.js” to change the path.
Is there a direct email to reach out to you for support tickets? Or is there a support portal
You can put comments here. Thanks
Thank you for NOT answering in my previous comment
Anyway you should fix the scroll bar in the vertical menu (it shouldn’t be visible), and add a Blog page with rectangular and square post (with image)
You can use a custom css to hide the scrollbar if you want to. eg. .scrollable{-webkit-overflow-scrolling: touch; overflow: -moz-scrollbars-none; -ms-overflow-style: none;}
Thanks
Hi, I am building the admin panel with your theme. I got small issue. When we navigate between the pages, eg: Dashboard to Add New Product. I have some dynamic javascript variables created in that page. in the pjax response its loaded but i am not able to access it. When i call for that variable i get undefined error. but it works if i force refresh the page manually. How to fix this?
i checked in detail. in the pjax they update only the html things, it does not update any script tags and files. that cause the issue. how to fix that?
You need put the script variable in the #main div.
okay, i will try that and after removing the ajax scripts, hyperlinks not working. its keep loading
You can remove the assets/js/ajax.js to disable the ajax.
Hello,
does the theme also have the demo contents?
I need to start from there.
Thank you
This is a static html page. no demo contents. Thanks
Yes, I know that it is not dynamic, I would like to know if there are html pages “ready to use”
Yes. these are html pages and ready to use. Thanks
Thank you guys! I really want to buy it, are you planning to add a “Blog page” with rectangular and square posts? (I saw it in other similar themes)
Check the video app, you can use it to build a blog page.http://flatfull.com/themes/basik/html/video.html
Thanks
Yes, I have already saw it, but I need rectangular news also; something like this:
https://ibb.co/5sv6ZhK(Scalar theme)
The thumbnail can be rectangular, there are several classes you can use on thumbnail. Thanks
hola, hablo desde colombia… necesito ayuda, quiero saber como puedo subir mis propias canciones a la plataforma, pienso manejarlo como archivos.
This is a static html, you need a WordPress theme. Thanks
Hola, soy algo nuevo en la programación, hace unos días compre el basik, estoy trabajando en el pero tengo un inconveniente y es que, en el index.html coloque un carousel, el inconveniente es que no me queda a pantalla completa, osea de lado a lado, no se si sea el tema de Col- ayúdame con eso por favor.
Copy the carousel to your page. http://flatfull.com/themes/basik/html/ui.carousel.html for more information check https://getbootstrap.com/docs/4.3/components/carousel/
Thanks
Hello, I love the theme. One improvement that I would like to have is more examples with different datatable plugins (checkboxes, etc). If i enable these plugins, the css is not written for the new html elements.
This template does not cover all the plugins from Datatable. you need add custom css for it.
Hi there,
how can i add overflow-x:scroll on #content? i look into .layout-row .flex and add {overflow-x:auto} or edit {flex:1 1 0px} but still no effect.
i want to monitor width change and trigger prompt to ask enable/disable horizontal scroll if the width satisfy minimum value.
Use a resize event on #content
https://api.jquery.com/resize/Hi there,
Can your music waveform be applied onto multiple song/audio on a same page?
I want to use your numbered song feature but with waveform applied on each song as they play
This template using https://wavesurfer-js.org/ for waveform, it can be applied onto multiple song on same page.
Thanks
Would you create html pages on a contract basis? I need a landing / features / and about pages as shown in this rough prototype: https://buzz-prod-photos.global.ssl.fastly.net/saasbox-engineering/img/3a42e478-a79a-4870-bc3a-914028acf10e email: balban at getbuzz dot io Thanks!
The index.html is a landing page. you can use it to create other pages. Thanks
Hey,
Lovely theme! I need a little help :
1) Everytime I refresh the theme turns white background where as I need dark background for first time load. Could you help me with that? I tried writing class=”bg-dark” data-class=”bg-dark” in the html tag, doesnt work.
2) I want to center align the logo, using margin-left not only reduces the size of the logo but also disturbs the responsiveness of the same. Could you help me with center aligning the logo on the top navbar?
Also I am trying to load the different graphs on the same page in two different divs. The graphs in the first div load fine, however the second ones fail to load. If I remove the first div, the graphs in the second div work fine.
1. Use bg-dark class on html tag. and remove line 192 on assets/js/theme.js
2. use “justify-content: center” on the .navbar to center the logo
3. What is your two divs code. you can paste here and let me check.
Thanks
Its too long to paste here, can I email you instead?
sure.
Whats your email id?
I have sent you an email.
Replied.
I have sent another email. Kindly check, there has been some confusion with understanding the problem statement.
Got the email and replied. you put a polar chart in the display: none div and trigger an error.
Our company interested in this admin dashboard product. We need more info. contact us back. thank you
You can send email to hey@flatfull.com Thanks
there is issue when playing a sound using javascript code with Pjax, whenever i join a page that contains a javascript code that plays a sound and after that join another page and the audio still playing without stopping its not only audio even javascript code.
When use pjax to ajax load page, You need stop the current player when you switch to another page.
Thank you for your reply, but I’m wondering how can I do that?
window.players = [];
var player = new Plyr();
players.push(player);
$(document).on('pjax:success', function() {
players.forEach(function(player) {
player.stop();
});
});
I have double sidebars like your sample apps, however some of links within content area need to break out of inner sidebar….none of link target specifications work (e.g. _blank). Is there link param or config to bypass the pjax behavior?
Figure it out….will document here for others that run into this issue. In ajax.js need to add no-ajax to selector: elements: ’#content-aside a:not(.no-ajax), #content-body a:not(.no-ajax)’,
Yes. use no-ajax on the a link element to disable the pjax.
is it avalible in RTL ? .. if not can u make it RTL Ready? and how about the cost and time?
RTL supported. http://flatfull.com/themes/basik/html/rtl.html
Thanks