Questions tagged [gentelella]

Gentellela Admin is a free to use Bootstrap admin template based on Bootstrap 3.

Gentellela Admin is a free to use Bootstrap admin template. This template uses the default Bootstrap 3 styles along with a variety of powerful jQuery plugins and tools to create a powerful framework for creating admin panels or back-end dashboards.

Theme uses several libraries for charts, calendar, form validation, wizard style interface, off-canvas navigation menu, text forms, date range, upload area, form autocomplete, range slider, progress bars, notifications and much more.

45 questions
7
votes
1 answer

Change Gentelella color scheme

Can someone help me how to change Gentelella color scheme. Specially the sidebar, what classes I need to include in my CSS. Thank you.
5
votes
0 answers

gentelella - template usage

I plan to use this template on my website for my spring boot web application: https://github.com/puikinsh/gentelella I have downloaded it and plan to just customized the pages to suit my needs. However, upon downloading it has a lot of folders one…
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
3
votes
5 answers

$(document).ready alternative for AngularJS

I'm using a template called Gentelella and I'm trying to implement AngularJS into it. However, I'm having an issue with a certain Javascript file. In the end of this file, a $(document).ready function is called which initialises Javascript code that…
Jérémy
  • 405
  • 1
  • 4
  • 22
1
vote
0 answers

gentelellaShiny conflicts with other packages (formattable, highcharter for instance)

I'm developping a Shinyapp based on the gentelella template using the gentelellaShiny package. However when I add plots or tables built with the highcharter or formattable packages the app is showing an empty page. The problem seems to be related to…
Linda
  • 166
  • 1
  • 11
1
vote
1 answer

How to use gentelella alela select2 option in laravel

I found they have select2 file in their vendor folder, so i linked them (those links works when i open these two files in web browser). in header in…
1
vote
3 answers

how to add column filtering in datatable jquery except action column

I am new to jQuery and javascript. So I am not able to find solution. I am using gentelella alela template's default example data table. I want to add column filter to each column except action column. I got this link. So I tried to add js given on…
ganesh
  • 416
  • 1
  • 11
  • 32
1
vote
2 answers

How to always hide sidebar on load in Gentelella like in mobile mode?

I need to keep the sidebar menu hidden by default at all times, so that when the user clicks the toggle button it'll display the collapsed menu(nav-sm). In other words, I need the same behavior the mobile mode has, in all devices. I tried a lot, but…
Danf
  • 1,409
  • 2
  • 21
  • 39
1
vote
1 answer

gentelellashiny: Not able to show icons and change title

I have found this gentelella bootstrap theme to be very nice. I am trying to use this for my personal finance dashboard. I am trying to do 2 things below: 1. Show icons in the sidebar 2. Change the title from "Shiny Gentelella" to something like "My…
anuj
  • 53
  • 5
1
vote
0 answers

Checkbox not being rendered with correct gentelella css when added via javascript

I'm trying to add some rows data in a datatable, first via Pug and then later on via javascript. I add the first rows getting data via controller call, and then adding it via pug parse:
ayrtondenner
  • 97
  • 1
  • 9
1
vote
2 answers

Change href attribute in jquery with php

$('.buttonFinish').addClass('btn btn-default'); Jquery code for the submit looks like this: finish : $(''+options.labelFinish+'').attr("href","#").addClass("buttonFinish") I need to replace "#" in href with a variable that I can send…
1
vote
1 answer

loosing alignment on

I am having a Division as follows.
@if (Model.chartConfigDataList.Count > 0) { for (var i = 0; i < Model.chartConfigDataList.Count; i++) { …
Karthik_SD
  • 633
  • 1
  • 6
  • 22
1
vote
1 answer

MVC project views/layout broken

I have this project where I applied a theme (getelella in exact) where when I left it looks good and fine (save the project and shutdown pc), but when I open my project again the layout is messed up. I created a new project and it happened again.…
user8264268
1
vote
1 answer

How to properly add template tags to a django project

I am playing with django-gentelella and try to add custom template tags to the project. According to the latest Django documentation, one should add a "templatetags" directory, at the same level as models.py, views.py, etc. Also, an init.py file…
Jabb
  • 3,414
  • 8
  • 35
  • 58
1
vote
0 answers

remove the left menu of the "gentelella template"

I use the gentelella template and I have been trying to remove the left menu of the template in order to show by default without it. Anyone have used it already? thanks advance
Luciano
  • 358
  • 1
  • 5
  • 17
1
vote
0 answers

Adding a link to a gentelella chart

Here is my JS if($("##mybarChart").length) { var f=document.getElementById("mybarChart"); new Chart(f, { type:"bar", data:{ labels:['#dateList#'], datasets:[ { …
1
2 3