Discussion on Basik - Web Application and Admin Template

Discussion on Basik - Web Application and Admin Template

Cart 733 sales
Well Documented

Flatfull supports this item

Supported

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?

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

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.

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?

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?

Init a player and host it. code sample
window.players = [];
var player = new Plyr();
players.push(player);

$(document).on('pjax:success', function() {
      players.forEach(function(player) {
         player.stop();
      });
});

can you add new store application

Planed, Thanks

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?

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