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

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

Cart 2,272 sales
Recently Updated
Well Documented

PiniaStudio supports this item

Supported

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

337 comments found.

60c771f2-2dd8-499d-bc2b-6cf6c1a3adcc

Hi man, I have troubles with the apexchart, and I’d like to update it.

When building everything I got this error, and I’m lost :( npm warn config production Use `—omit=dev` instead. Unknown command: “mix”

lineone-html-es6 git:(main) ✗ npm mix --production

To see a list of supported npm commands, run: npm help ➜ lineone-html-es6 git:(main) ✗ vi package.json ➜ lineone-html-es6 git:(main) ✗ npm run prod

> lineone@2.1.1 prod > mix—production

✖ Mix Compiled with some errors in 7.04s

ERROR in ./src/js/app.js + 87 modules Unexpected end of JSON input

¿do you have an idea how to debug this?

Thank you so much

But I didn’t change anything. this error if from the original sources

Did your editor modify the JS files?

No Sr. all files are untouched.

Hello, Awesome product!

Quick question, I’m trying to rebuild everything inside lineone-html-es6, and when I type npm run prod i get:

> lineone@2.1.1 prod > mix—production

✖ Mix Compiled with some errors in 6.88s

ERROR in ./src/js/app.js + 87 modules Unexpected end of JSON input

webpack compiled with 1 error

¿Any ideas?

Thank you!

slphy

slphy Purchased

Hi, I want to ask, I run “npm i” and copy the lineone-html-es6 folder to my cshtml proj, which I copied the starter-page-3 to my layout, and everything seem ok, no error in console, but the dark mode, the sidebar and notification drop down(only header turn dark) seem like not working, in short, not all component turn dark as expected, may I know how to fix for this, I checked and compared the html class for working and not working side, they are having same class, also having this => <script> /** * THIS SCRIPT REQUIRED FOR PREVENT FLICKERING IN SOME BROWSERS */ localStorage.getItem(“dark-mode”) === “dark” && document.documentElement.classList.add(“dark”); </script> in my _Layout.cshtml currently I am pointing to “dist/css” and “dist/js” folder as the “src/css” and “src/js” folder not working

Hi, If you’ve updated your dependencies, please review the release notes here: https://lineone-docs.piniastudio.com/release-notes.html#version-2-1-1.

slphy

slphy Purchased

Hi, sorry just to mention again that my issue is “not all component turn dark as expected” after I use lineone-html-es6 and starter-page-3 layout in C# .Net 8.0 mvc, I just guess it is not related to dependencies things, because the older project that I have is around 1 year+ ago version which having same issue as well. May I know which things related for the dark mode? like Alpine, is this related?

Hi, this is lineone-es6-html link: https://lineone-html-es6.piniastudio.com/. Looks everithig is good. So, can you provide more details like screenshot and inspect errors in our email (piniahelp@gmail.com)

60c771f2-2dd8-499d-bc2b-6cf6c1a3adcc

Hello, I bought the Lineone tailwdind tempalte (awesome product, than you!)

I’d like to know how to launch a Toast. I see examples using alpine, but I’d like an example using vanilla javascript.

Thank you so much.

Hello, If your project does not use Alpine.js, you can refer to this example: https://lineone-html-es6.piniastudio.com/components-notification.html

Hi, I’m using the lineone-laravel folder, I made the changes so it works with Livewire 3. All was fine until I tried to install Jetstream then it broke. Do you have additional instructions for using with Jetstream? Or am I doing something in the wrong order?? Cheers, Nigel.

Hi,

Thanks for that all pages now look correct, awesome work!! :)

Now for some reason the rightsidebar doesn’t expand and the dark and light toggle don’t work.

I followed your suggested changes for using Livewire 3 and found on-line that I needed to change Alpine.store(“global”, store); to Alpine.store(“global”, store());

The icons now appear clicking the light/dark icon toggles the value of _x_dark_mode_on but nothing changes on the screen.

But clicking on the right side bar icon changes nothing :(

The files in the repo I shared are still there if you get chance to take a look.

Cheers, Nigel.

Hi. Ok, I will check and back to you asap.

HI, Managed to fix it – for some reason I had run npm run build at some time before I was ready, once I removed the generated files all worked as expected #strange, but at least I’m up and running :)

I must have run build before I finished editing app.css and never noticed. I have since run build again and everything is working as expected!!

The error seemed to be the interface between the keyboard and chair ;)

Cheers Nigel !!

I am following up on my previous request regarding the React starter template. I sent an email to piniahelp@gmail.com, but I haven’t received any response yet. I have also checked my inbox and spam folders, but there’s no sign of the email.

This is impacting my progress, so I would appreciate it if you could verify the status of my request and resend the template if necessary.

Please let me know if you need any additional details from my side to expedite this.

Thank you for your support, and I look forward to your response.

Hi. Check again.

I’ve checked both my inbox and spam folder but haven’t received any email yet.

Hello,

I recently purchased this product. Could you please send me the React.js starter (ES6) version to the email address associated with my purchase? Additionally, it would be great if you could provide a step-by-step guide or instructions on how to set up and integrate the React.js starter.

I have also sent you an email.

Thank you for your support, and I look forward to your response.

Hi. Please check your email.

Hi. Please check your email,

Hello, I’ve sent you a message 4 days ago and still no response. Would you please reply to my email about the footer?

Hi. Currently, we dont have footer components section

Thank you for confirming that the demo works well. I’ve checked the demo, and I really liked the design and features.could you confirm if the ES6 version includes all the theme designs and features showcased in the demo? Knowing this will help me make a final decision.

Looking forward to your response.

Thank you!

I am considering purchasing your theme, but I noticed that the demo site is not working. Could you please help me check and resolve the issue so I can review the demo before making my purchase decision?

Additionally, it would be great if you could provide a starter project for React.js to help streamline integration and development.

Hi can you please send me the react js starter project ? i already sent you a mail. Note: my project is Next js so you have already something for Next will be great, or at least for React. thanks

Hi Check your email.

Hello PiniaStudio,

A pre-sale question before I purchase the template:

Is there a documentation that specifies on the steps on how to integrate the template to an existing laravel project without having to do fresh installation from the

lineone-laravel
directory as per the documentation shared?

Hi,

It depends on your project requirements.

If you’d like to use Lineone components in your project, feel free to email us (piniahelp@gmail.com), and we’ll provide you with the Lineone-Laravel-Blank (which includes only CSS/JS without Blade/HTML).

For integrating the theme into a Livewire project:

Ensure your project’s package.json matches the template. Update both the tailwind.config.js and postcss.config.js files to align with the template. Copy the resources/css folder from the template into your Laravel project for the CSS components. Copy the resources/js folder from the template into your Laravel project for JS components like accordion, popper, drawer, and collapse.

If you run into any issues, don’t hesitate to email us—we’ll assist you as soon as possible.

Hello, I’ve integrated livewire and I have an issue with the search field. Once I start to write into the search field and some result is found, the result is not dropdowned as should be, but it’s right aligned to the search field. And somehow they are both moving up to the whole menu, hiding a bit of it. Can you please advise why the search form is broken?

This is my code:

<input placeholder=”Search here…” class=”form-input peer h-full rounded-full bg-slate-150 px-4 pl-9 text-xs+ text-slate-800 ring-primary/50 hover:bg-slate-200 focus:ring dark:bg-navy-900/90 dark:text-navy-100 dark:placeholder-navy-300 dark:ring-accent/50 dark:hover:bg-navy-900 dark:focus:bg-navy-900” :class=”isShowPopper ? ‘w-80’ : ‘w-60’” @focus=”isShowPopper= true” type=”text” x-ref=”popperRef” wire:model.live=”search”/>

Any news?

Hi, Can you send your issue more clearly (with image/video/errors) to our email (piniahelp@gmail.com)

Thank you, email sent.

i used the livewire guide but the dark mode seems stop working, $persist stop working

Hello. You can sent your details issue and livewire version in our email and we will check it. (piniahelp@gmail.com)

Hey There,

I am trying to integrate these templates with a existing react application. basically want to migrate to the new design system of lineone can you tell how to proceed with this and is it possible to integrate with react and if yes so what are the best practices and how to approach the integration.

Best Regards

Hello. The bundle includes an ES6 edition, and we can also provide you with a starter kit of ES6 edition for “react + vite”. If you are interested, you can send us an email (piniahelp@gmail.com) and we will send you the starter template.

Hello, Do you have any filter examples into your script?

Its amazing! I am interest in buy it soon. Thanks

For clarification on #2 In the demo there are various pages, layouts and widget setups to view such as in To Do app, Projects boards, Invoices, Teachers, Travel Etc…

Are these various pages / components already embedded within the scrips for instant use without the need to create them from scratch/ground up ?

Thank you

Hi.

Everything you see in the demo will be available to you after downloading the theme and you can use the competencies and layouts.

Okay, understood.

1# Also, are there options to have components such as automations, and formula fields that can be added and edited at anytime or is that something that my web developer will need to create separate in the coding/development ?

2# In your last response you mentioned that I will be able to easily edit and change through the different page layouts. Will these layouts need to be coded and added individually or do all of them already come setup and available to use based off the scripts purchased? (as seen in the demo)

Thank you, if you are available for a 1 on 1 call or better yet offer a development plan please let me know. Thank you.

Hi. Please contact with our email (piniahelp@gmail.com).

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