Please I hosted this laravel website a year ago and everything was working just fine. ALl of a sudden I the website refuses to load my styles please how can I fix this. Oon the console I get this error. the url is : https://springbedspetroleumltd.com please can anyone help me out? Resource interpreted as Stylesheet ..
Category : css
[][1] Here is my file path when I want to add my custom.css file in the head tag my site show in browser blank and when I cut this link browser show content structure without style. I am a new learner of laravel please help me https://i.stack.imgur.com/Zu5Hd.png https://i.stack.imgur.com/IU4mi.png Sourc..
Every thing fine but 1st loading content then CSS visit dgkon.com enter image description here enter image description here Sourc..
Is there a package for generating PDF (with styling) from webpage with Laravel. I tried using using barryvdh/laravel-dompdf but the PDF is not styled. Is there a better package for achieving this with Laravel Sourc..
I am trying to make an image gallery and I want it to be something like masonry style of galleries, I tried tens of galleries and packages and nothing worked for me even masonry didn’t give me the result I wanted . I need the gallery to be fluid and look exactly like the masonry ..

I have a bootstrap table but my contents are too long so I use text-overflow but cannot change td width. they are still huge. How can I fix this? here’s my table: <table class="table "> <thead> <tr> <th class="">ID</th> <th class="">Image</th> <th class="">Image2</th> <th class="">Created</th> </tr> </thead> <tbody> @foreach($project->products as $product) <tr> <td ><span class="product-table-text"> ..
im creating export pdf using tables and rowspans, everything look just like what i want. but on page break it show like this : exported pdf the table rowspan is not doing right any solution for this problem? thanks Sourc..

I am working on a laravel project (test website) https://whoisdatabox.com/ The webpage load 1st a page without CSS and then load full Before that, I was working on (live website) https://whoisdatacenter.com/ (it load fine to me) Is that like my website cached only .blade.PHP files and not CSS, or I am doing some else mistake? ..
I want to create dashboard branding, so I need to save color, font, and logo in database. I did save it to database. Now I want to access those data in tag, navbar and css files. This is my setting table which stores data. namespace AppModels; use IlluminateDatabaseEloquentFactoriesHasFactory; use IlluminateDatabaseEloquentModel; class Setting extends Model { ..
I need some help with HTML/css. My client wants a curved menu, therefore a question, how? Here is a screenshot of the menu. Screenshot Menu items are in red squares, and they should be roughly where pink squares are(on the blue bar). Should I somehow place them in the svg or combine svg with the ..
I am using laravel 8. i am faching this error "Class "LaravelFortifyActionsRouteServiceProvider" not found" [here is my Routeserviceprovider code:][1] [second image][2] here is my attemptoauthenticate.php Sourc..

while I’m a beginner I can’t do it myself, so I want to turn to you guys. I will be glad if you will answer me! how to remove lines search by city the script is compiled on laravel codes from search.blade.php <?php // Init. $sForm = [ ‘enableFormAreaCustomization’ => ‘0’, ‘hideTitles’ => ‘0’, ‘title’ ..
i want to add some fontawesome icons to status of user when is active or inactive …etc iam trying with this code <td> <select class="statusSelect" data-id="{{$user->id}}"> <option {{getStatus($user->status) == ‘Active’ ? ‘selected’ : ”}} value="a"> <i class="fa fa-minus-circle text-danger"></i> <strong>{{__(‘home.active’)}}</strong> </option> <option {{getStatus($user->status) == ‘Wait’ ? ‘selected’ : ”}} value="w"> <i class="fa fa-minus-circle text-warning"></i> <strong>{{__(‘home.wait’)}}</strong> ..
I’m a beginner, I’d like to make a sidebar menu just like the header menu that can be included once, is it possible? if yes how? Sourc..
I’m using a blade template to include the css code with <link href="{{ asset(‘css/app.css’) }}" rel="stylesheet"> and I’m compiling the code with npm run watch // also tried straigh up npm run dev I’m using the sass in /resources/sass/app.scss, and I can see it compile to /public/css/app.css but still the page can’t find the file. ..
so I created a new laravel project and use npm run dev to generate my css file inside public folder. like my last project i tried to load my CSS like this <link href="{{ URL::asset(‘/css/app.css’) }}" rel="stylesheet" type="text/css"> but that doesn’t work. my folder structure is like this public css app.css I checked a lot ..

I am trying to create some pdf files for an online management system using DomPDF in laravel. It is showing squares instead of bangla letters. I tried using mpdf but it acts the same. I tried to load different true type bangla fonts using @font-face but nothing seems to work, and sometimes even show question ..

I am using laravel and I have a value for a badge which is the $row->returns_count and I want it to be the value of the anchor tag. I did this since If I manually because when I do something like <a href="users/’.$row->id.’">.’$row->returns_count’.</a> The yajra datatable will sort the $row->id not the $row->returns_count. And I ..

I recently migrated from bootstrap 4.6 to bootstrap 5, all the problems I dealt with except one: when compiling with laravel-mix, the primary class takes an incorrect value for the text color. I haven’t edited any bootstrap files myself, I haven’t created my own class with that name. Example button code: <button type="button" class="btn btn-primary">Week</button> ..
We have a laravel project deployed on nginx. Some of css and js files cannot be accessed and returns 404 error. We have checked the routing and permissions several times. What could be the problem? Sourc..
I deploy a ecommerce project building with laravel on c panel.. I move the public folder content to public_html. Now when i change some css located in public_html, the change do not appears on my website. What is the reason for this? And how can i get ride of this? can anyone help me? Source: ..

I have a span ("numberCounter") containing a number that I styled to have a fade layer: I cannot use "float:right" correctly on it is there a solution to position it in the right part of the div without using (left right margin-left margin-right) ? <section class=”horizontal-timeline” id=”timeline” style=”background-image: url(https://www.nicepng.com/png/detail/197-1971420_timeline-timeline-png.png) !important; background-size: cover;”> <h2 id=”timeline-title”>là où ..
working with Laravel and I have following welcome page </head> <body> </div><!–container–> @include(‘partials._footer’) @endsection @else @section(‘fixx’) <p>Rivers</p> @endsection @endguest </body> </html> and app.blade.php @guest <main class="py-4"> @yield(‘content’) </main> @else <main class="py-4"> @include(‘partials._nav’) @yield(‘fixx’) @include(‘partials._footer’) </main> @endguest _nav.blade.php <link rel="stylesheet" href="{{ URL::asset(‘css/nav.css’) }}" /> <div class="d-flex" id="wrapper"> <!– Page Content –> @yield(‘one’) @if(‘Auth’) @yield(‘two’) @endif </div> ..
I am trying to integrate a custom html SaaS template in Laravel 7. I have put the template JS and CSS files in public directory and created a master blade in which I have link these js and css files. But somehow it is not working correctly. I do know that there is some issue ..
Hey all i have this project and i am really out of time, I need to show different info for every single item and and the div should stay opened just info changes when you click on another one. One more problem is active class at star i don`t need to have any active, it ..