168 comments found.
Any updates planned for this theme?
New update comes in this week. Thanks
Hi! Great work!
Does it work if I don’t use node js or NPM?
I would like to use only with PHP, using the nice transition and other animations.
Thanks!
Yes. It works without node/npm
Thanks
Hi, In the online demo it has an error when navigating through video site,
plyr.js:98 Uncaught TypeError: Cannot read property ‘id’ of undefined
Are you able to let me know the issue and how to resolve?
Thank you
Chris
if(!item) return;Will fix this in next update.
Thanks
Many thanks. Chris
great clean theme! currently busy porting it to an Angular8 project. Any chance you guy’s already have done this?
Other question: where to find the deconstructed site.min.js ? with all the jQuery animation stuff.
No angular version, the site.min.js is built by grunt, you can run “grunt build:dist” to built it.
Thanks
Hi. Love your theme.. It’s looks great.
But, I wanted to find out if the mobile view could be expanded. The user have to zoom in when using a phone to see the content on the page.
Example:
It would be great if that’s possible..
Thanks.
This theme use responsive layout, so user do not need to zoom in/out to see the content on mobile.
Make sure all your content are responsive.
Thanks for your reply. I compared the theme html code and mine. And I discovered I missed the ViewPort Meta. <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1”>.
So, it’s looks good on mobile now. Thanks.

Can you please include on how to modify the theme in the documentation. It will be helpful. Am confused why we have Libs folders and a JS folder in assets.
We are copying the files from the node_modules to libs folder. Wondering why are we doing this? Can we just require the files directly in our JS?
You can read the docs. http://flatfull.com/themes/basik/docs/scripts.html
libs folder is other third party plugins. the assets/js is customize js to run this template.
run >grunt build:dist will copy the the node_modules/ files to libs/, we only copy the necessary files.
@Flatful how do we define only the required files after installing via npm
Define in the “copy”: [..] in the “package.json” file.
How can I make the Navbar only 12 column and not expanded left to right.
Do you mean the horizontal navbar has 12 menu items?
No. 12 column. and not be from edge to edge of the browser
You can use bootstrap column class “col-1” to build the 12 column div. but I am not really understand what you want. check these navbar styles http://flatfull.com/themes/basik/html/ui.navbar.html
Please see this.
I want to achieve the second one. Where the nav bar content is inside 12 grid as well.
NO img or url for “see this”
sorry missed the link https://imgur.com/a/Tdnnb5Q
<header> <div class="navbar container">..</div> </header>
jquery.plugin.js lazyload.js
lazyload.unload = function(srcs)
It doesn’t work, it doesn’t remove the js from the previous pages and it’s a problem, since it doesn’t allow me to do anything.
Make sure the srcs is correct. eg [’../assets/js/plugins/typeahead.js’]
So it works perfect, the problem is I have two modules created:
friends and colleagues and I use a js to get the data from the database and so on. the load what it does is get that data and interpret it, but as it does not remove the previous file ( js )
I have the file friends.js and colleagues.js interfering with each other.
So it works now?
Any plans of adding a Horizontal version of the theme?
There are two horizontal layouts.
Without side nav http://flatfull.com/themes/basik/html/layout.a.html?bgWith side nav http://flatfull.com/themes/basik/html/layout.c.html?bg
Is this Template based on Flex Box?
Yes. base on Bootstrap 4.3.1 with Flex box layout. Thanks
I want to know if you are planning an update of this product, and if you are developing new ones. if it is not too much trouble
Yes. we will keep updating this project. Thanks
Sir i recently purchased your theme, and integrate in laravel project. I am facing problem with libs folder and getting error
lazyload.js:60 GET ../assets/js/plugins/typeahead.js net::ERR_ABORTED 404 (Not Found)
I place assets folder and libs folder of Basik theme in public folder of laravel project and getting the above error.
Please help me to fix it.
Please use the purchased account to post questions. Thanks
Hello, I tried your theme in Safari of iPhone, and found a problem, could you please check? https://imgur.com/a/GRAGaRn
The page will scroll when the side menu not focused. you need touch to make the side menu focused then scroll the left menu. Thanks
Thank you, I just checked again, “music” version’s left aside is too short, when I scroll itself, the whole page will moved. May I ask you to take a look on it?
Yes. got the issue on Music app, Will fix in next update. Thanks
Hello, just purchased the theme, may I know when will next update release?
Will update in next week. Thanks
Congratulations to being featured!! Nice Work & Good Luck With Sale 
Thanks
Congratulations!
Wish you good luck with your sales 
Regards, Iqonic Design
Thank you!
I see that there is a calendar app. But, is it available calendar as a component? We are interested in this template to develop a calendar-trip web app.
It’s fullcalendar plugin, https://fullcalendar.io/ Thanks
demo link doesnt work :/
It’s back, Thanks
In the demo, the pages are not refreshing but in download copy it is.
You need put the files on a sever to use the Pjax feature. Thanks
When I click a link, the transition effect is applied when the page loads. But when I click on some links, this effect doesn’t work. How can I solve this?
elements: '#aside a:not(.no-ajax), #content a.ajax, #header a:not(.no-ajax), #sidebar a:not(.no-ajax)',
I have a button. Its task is to post the form. But even if I apply pjax, it doesn’t work.
elements: '#aside a:not(.no-ajax), #content a.ajax, #header a:not(.no-ajax), #sidebar a:not(.no-ajax), form[action]',