338 comments found.
Hello! I’m using PureJS version. Trying to have a page with several Accordions and using them in a div that “ ”. This way each Accordion is beside each other and creates 4 columns… however, when one Accordion is open, the borders on the others beside that Accordion opens. Any way to avoid this but achieve the same goal of having multiple accordions in 4 columns?
It was taken out, but the parent div uses class=”grid grid-cols-1 sm:grid-cols-4 gap-4 sm:gap-5 lg:gap-6” id=”creative-voice-bank-users
Hi there, thanks I figured it out. Not a template question. It’s tailwind question and I sorted it out.
Hi. I’m glad that the issue is solved, let me now if you have any other issue.
this template have laravel together ? i would like something more clean with just, html and tailwind, how much php have on it ?
Hi.
When you purchase the bundle, the following packs will be avaliable for you:
1. lineone-html-es6 (html + js [without any framework])
2. lineone-html (html + alpine.js)
3. lineone-laravel (alpine.js)
So, in HTML edition we used just HTML/CSS/js…
How can I call the notification by javascript function, not by button, thank you.
<button class=”btn bg-slate-150 font-medium text-slate-800 hover:bg-slate-200 focus:bg-slate-200 active:bg-slate-200/80 dark:bg-navy-500 dark:text-navy-50 dark:hover:bg-navy-450 dark:focus:bg-navy-450 dark:active:bg-navy-450/90” @click=”$notification({text:’This is a center top notification’,variant:’info’,position:’center-top’})” > Center Top </button>
If you are using pure js version, this is just simple function and you can use it anywhere…
Do you mean I can call it with this code, but it’s not working? How do I execute the notification model?
<script> const review_btn = document.getElementById(‘review_btn’); review_btn.addEventListener(‘click’, function () { notification({text:’This is a center top notification’,variant:’info’,position:’center-top’}); }); </script>
Refactor your code:
<script> const review_btn = document.getElementById(‘review_btn’); review_btn.addEventListener(‘click’, function () { $notification({text:’This is a center top notification’,variant:’info’,position:’center-top’}); }); </script>
The following method still cannot display the notification.
<script>
const review_btn = document.getElementById('review_btn');
review_btn.addEventListener('click', function () {
$notification({text:'This is a center top notification',variant:'info',position:'center-top'});
});
</script>
Which edition you are using? just js or js with alpinejs
just js. <script src=”js/app.js” defer></script>
Can you send your app.js content to our email (piniahelp@gmail.com)
No problem, I have already sent the email. The sender is (john401528@gmail.com)
Is there any language switcher? I didn’t see.
Hi,
This is static template.
You can be sure that I know this. When you look at almost admin themes, you will see a language changing button next to the dark light changing button at the top right, but yours does not have one. What I want to ask is whether this is in the design.
Yes, If you mean just static dropdown you can easily implement it ,,,
in the Collapsible Table of Table Advanced. How to do with word-wrap? we tried to add “break-all” to < td > element but not working.
Hi, you should remove “whitespace-nowrap” classname from td
< td class=”break-all px-4 py-3 sm:px-5”> Quality Control SpecialistHere,it,is:,pneumonoultramicroscopicsilicovolcanokoniosis,,the,name,of,a,lung,disease,that,is,the,result,of,inhaling,silica,dust,,such,as,from,a,volcano.,Don’t,worry,,no,English,native,speaker,will,expect,you,to,use,this,word,in,daily,conversations,or,even,essays! < /td >
below is what we tried, but it dont work and break by space. it will show with one very long row if your string dont contains space.
Try to use max width utility: “max-w-xs” ...
Great! thanks
Hi there,
I wanted to ask you about your theme. I am specifically after the following:
1. To be able to add suppliers and customers and have two separate lists for each. 2. To be able to choose for example all or some of my suppliers and send them an automated email every Monday morning asking them about any new deals or stock they have available.
Does your theme have the ability to save customers or fetch their contact from my google workspace account and then setup automated emails? If yes, can you show me screenshots or example of this on your theme?
Thanks, Khalid
Hi Khalid.
This is not fully featured app, this is web template.
Hi, Does it include a Laravel start kit?
Hi, You can start your project with “starter pages”. If you want blank project just send us an email (piniahelp@gmail.com) and we will send you lineone laravel blank project.
Hi, I downloaded your template with understanding that it will work with just plain HTML and javascript. I have a ruby on rails 7 application that I want to use your template with. How can I make the javascripts work, or how do I import them? The frontend is just plain rails.
Hello, This is an HTML template that you can use in any web project. To make it compatible with your project, you should follow the app structure guidelines from this link: https://lineone-docs.piniastudio.com/pure-js.html#project-structure. If you have any issues, you can send us an email (piniahelp@gmail.com).
We will be happy to assist you.
Hi, Where change log for the last 2 releases.
Css is not working so kindly share me appropriate code to load css file
Hello,
Thank you for purchasing Lineone. This bundle includes both production and development editions.
To use the production edition, you simply need to open the HTML files and everything will work well. To use the development edition, you need to run it in a web server.
For more details, please refer to the documentation (https://lineone-docs.piniastudio.com/). If you have any questions or feedback, feel free to contact us.
Best regards
hi please make it compatible with livewire 3
Hi, We added livewire 3 guide: https://lineone-docs.piniastudio.com/laravel-guide.html#livewire-3-guide
Is it possible to have a version of the sidebar that has all the element names inline with the icon with an effect that hides that and displays the Icons with the popover names?
You this effect on the sub nav bar but not on the actual sidebar.
Hi, Can you explain your idea more clearly?
I’m using Javascript without Alpine… Is there a way to run a javascript function when a particular Drawer is closed?
Hi, Yes, You can pass the “onToggle” function in new Drawer object.
function onToggle(isOpen){ if(!isOpen){ // Your Staff } }
const drawer = new Drawer(”#drawer-node-selector”, onToggle)
How do I add search box into select function? like this sample: https://carlofontanos.com/select-box-with-search-filter/
thank you for your help, but I want add icon to left, and just can select one option. like this: https://lineone.piniastudio.com/form-layout-5.html
You can customize render function: check following links:
https://tom-select.js.org/examples/options/ https://lineone.piniastudio.com/form-layout-4.htmlBest regards
I’m sorry, I have one more question. How can I restrict the Input File(Basic Filepond) to only allow uploading image formats and limit the file size? Also, how can I integrate the pqina Image Editor functionality at the same time? Thank you.
Basic Filepond: https://lineone.piniastudio.com/form-upload.html
Is there a way I can have a page without the extra sidebar? and only the icon menu on the left? Currently, I cannot remove the sidebar as it also removes the icon to close the menu on mobile.
Hi
You can remove
<div class="sidebar-panel" />
node and show the icon toggle just in small screens.to show icon menus.
The problem is, the icon appears on mobile, but when you click it to open the menu. Since there is no “Sidebar-panel” the icon is hidden behind the menu. I almost has to make custom CSS to push the icons to the right so it is not behind the sidemenu when it thinks the sidebar is open.
I’ve written custom CSS: ”@media (max-width: 767px) { .is-sidebar-open .header-container { padding-left: 100px !important; } }” and then added ” min-[767px]:hidden” to the button.
So, what’s the issue?
Hi,
How can I add a search box into the select function, thank you.
Hello, is there any way to use Laravel Breeze and Livewire with your template?
Hi, We just added livewire 3 guide: https://lineone-docs.piniastudio.com/laravel-guide.html#livewire-3-guide
This is an amazing template – wonderful work. Kudos to your entire team. Any plans of having a CodeIgniter version of this template?
Hi. Thanks for your comment.
We have HTML and laravel editions. You can use HTML editions with any environments.
Is the “Lineone – Tailwind CSS Admin Template” project offered in a version compatible with Laravel 9?
Hi, We used the latest version of Laravel, but you can also use this code with other versions of Laravel that support Vite.
hi there,
do we have an updated version when using this with livewire 3 & alpine? I read earlier you’ll be updating the documentation for the config
thank you very much
Hi.
Yes, I will add it in documentation this week or weekend.
Best Regards
Thank you, although i managed to get it to work few days back.
I did the similar thing, following Caleb’s instructions.
I confirm that the guide you provided works.
Thanks!