Discussion on Lineone - Tailwind CSS Admin Template, HTML + Laravel

Discussion on Lineone - Tailwind CSS Admin Template, HTML + Laravel

Cart 2,326 sales
Recently Updated
Well Documented

PiniaStudio supports this item

Supported

This author's response time can be up to 2 business days.

338 comments found.

Hi,

Is it feasible to integrate modal windows on the “pages-sign-in-1.html” page?

Thanks and good job for your theme

Hello,

Are you referring to the sign-in modal? If so, please contact us via email (piniahelp@gmail.com) and let us know which edition you are using (lineone-html, lineone-html-es6, or lineone-laravel). We will then send you samples that are relevant to your edition.

Best regards,

Hello,

I am very interested in you Multipurpose Tailwind CSS Admin Template based on HTML, HTML + Laravel. However I wanted to use it to develop a CMS (Page builder) and the license from theme forest does not allow it.

Do you have any way to supply a different license that allows it? If so what would be the price?

Best Regards, Henrique Melo

Hi.

We appreciate your interest in the Lineone template.

To assist you better, please provide us with more details about the application you are working on and send them to our email (piniahelp@gmail.com).

Thank you.

Hi, is there any guide to use the template without having nodejs, I am finding very difficult to use this template in a aspnet project (c# razor pages, mvc).

I was able to use vanilla tailwind small components, but this template requires nodejs to be installed, so I do not understand how to create the “config” file to get the “components” / “layouts” that I need for the aspnet project.

thanks

Hello.

In many cases (like vue, react, laravel) tailwind has explained how to use the framework in an official way, and also for frameworks like Rails and Phoenix they have provided ways out of the box of these frameworks.

But for ASP net this is a bit of a problem, but you can easily do this with postcss. Contact us by email (piniahelp@gmail.com), we will send you the Lineone CSS edition so you can install Tailwind on your environment.

Best Regards.

Great! thanks, actually to get some tailwind styles into the current ASPNet project I used the CLI version of tailwind.

I already sent you an email.

Best regards

Hi, datatables, can i add datatables to your theme? im planning to use html js theme with php backend.

There is no issue in using JS library and plugins. Also, there is no problem to use https://datatables.net/. But if you use bootstrap, you may get damaged style. If you like, I will send you the example of using https://datatables.net/ that our community has made…

yes please send me examples thanks!

Hi, I just purchase the lineone tailwind template, is there a way to remove rounding borders from all the template? or reduce, increase? for customization?

Hello.

This theme was created using Tailwind utility classes. The most common one is “rounded-lg”, which gives a rounded border to the elements. You can customize the border radius by removing this class or replacing it with “rounded-sm”, “rounded-xl”, etc. Alternatively, you can modify the value of “rounded-lg” in the tailwind.config.js file.

https://tailwindcss.com/docs/border-radius

Please let me know if you have any other questions.

Best regards.

Hey Team,

thanks for a great template first of all. I was playing with the ability to remove the menu icon for the pages where I do not need a second-level main menu, but I haven’t found any options to do so. Any hints are very welcome! Only an option to either auto-expand it or keep it hidden (is-sidebar-open=”true|false”)

Thanks! Vladimir

Hi,

Thank you for choosing Lineone template.

You can explore Lineone Starter Pages here. They offer different layouts such as classic sidebar, dual sidebar, and horizontal sidebar.

We appreciate your support.

Allright, I found the one I’d love to use which is https://lineone.piniastudio.com/pages-starter-5.html but I need to understand how to move it to Laravel Blade now. Any help here would be so much appreciated.

Hi, For laravel edition, check “app-layout-sideblock.blade” or “app-layout.blade”. You can use the same stucture and make custom layouts…

Regards

Hi there is a html vanilla version ?

Oh nice, one more question, there is a way to switch the vertical menu to allways show text and when its closed show icons?

You can explore Lineone Starter Pages here. They offer different layouts such as classic sidebar, dual sidebar, and horizontal sidebar.

Hello, in Sideblock option (https://lineone.piniastudio.com/pages-starter-6.html) when i hide the navigation menu there is a way to show the icon nav insted dont show a menu nav?

Hi PinaStudio,

I purchased your LineOne template to use on a Flask App that is deployed on PythonAnywhere. I am having issues getting it installed and running. It could be that PythonAnywhere doesn’t support PHP or that I don’t have all the dependencies met. Can you please tell me if I can use your template with Flask on Python Anywhere and, if yes, can you point me to some resources for getting your template to work?

Thank you!

Hi,

HTML editing is not related to PHP at all. If you want to explain your issue more clearly, please email (piniahelp@gmail.com) us with the details.We’d love to hear from you and help you out.

Thanks!

Hi – do you have any examples of the sidebar menu going deeper than two levels? If not, can you point me to which package is responsible for the sidebar menu so I can dig into it? Thanks.

Hi.

Depending on whether you are using the alpine.js edition or the javascript edition, you have different options to create a deeper collapsible menu. For the former, you can use the x-collapse plugin, while for the latter, you can use the accordion.js library. Alternatively, you can also explore the theme’s treeview component for some inspiration.

Best wishes.

in alpine.js version, why is there laravel-mix?

Hi.

Actually, Laravel mix is ​​separate from Laravel and PHP. laravel mix is ​​a webpack plugin that is used to bundle assets (js, css). In this project, we have used this webpack plugin to compile js and css in alpine.js edition. Also, vite is used to compile the assets in the Laravel edition.

Regards.

What’s the update about the vue version of this template?

Thanks for this amazing template.

Can we have “starter-sideblock” have a user login/logout/profile option?

FeatureRequest

Hi,

We offer two variants of Sign In/Sign Up pages for your convenience. You can choose either one according to your preference. You can also use the form layouts (1-5) for the profile, KYC forms.

Regards.

hi sorry I am having a problem to display data in chart using Laravel with your Laravel theme project, would you please help me

HI. Email piniahelp@gmail.com, a sample file will be sent to you.

Regards.

What plugin are you using for Modals? Currently the only way to open and close a modal is by clicking a button.. Is there a way to trigger a Modal by Javascript? For example, after an Ajax request?

Try this.

const onLoad = () => { window.myModal = new Modal(”#modal6”); };

function someAction(){ // Your staff… window.myModal.close() }

Is there a way to also listen for when the Modal Closes and then trigger javascript?

It does not exist in the current version, But in the new update that wil be released during the week some (onOpen, onClose for modal and …) changes have been made in API.

Hey! Do you have the template in nuxtjs version?

Hi. Unfortunately, there are no nuxtjs version at the moment,

Regards

accidentally bought this template. I thought it was ReactJS.

I was trying to implement the theme with vue 3 and vite but I faced a lot of problems can you help or do you have a vite build ?

Hi. Send a message to piniahelp@gmail.com. Thanks

I like your template and would like to buy it. But I tested it in some browsers before purchasing it. But it’s not working on iPhone IOS <12 just showing preloader.

Hi

Alpine.js not work well in old browsers. You can use pure js edition or polyfill…

Check this pure js demo: https://lineone-html-es6.piniastudio.com/

Great list of additional form elements, any plans for something like Select2?

Hello,

Thanks for this app. Everything is working fine but am facing an issue in chat application UI

When I added flex horizontal list inside chat-footer, footer width is increasing and that is not fit inside the parent div. Here I have added the sample code I tried -margin-x).25rem)] transition-[padding,width] duration-[.25s] dark:border-navy-600 dark:bg-navy-800”> Check this tent kotta //100 children div Check this

Hi Can you send us your issue with more details, sample code and screenshots to our email (piniahelp@gmail.com)

Thanks.

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