Closed anujbajracharya closed 5 years ago
Hi,
This is due to the new shiny 1.2 update. Please download gentelellaShiny from here https://github.com/RinteRface/gentelellaShiny
I will do a pull request in this repo ASAP
Thanks. But if you meant that I should install the gentelellashiny as below, then I had done exactly the same in the beginning.
devtools::install_github("MarkEdmondson1234/gentelellaShiny")
But let remove the package and install it once again.
The PR is ready:
devtools::install_github("MarkEdmondson1234/gentelellaShiny")
Let me know
Works great. Thank you.
On a related topic:
Is there any chance to customize the Gentelella Icon ("Paw") alongside the title in the top left corner of the Sidebar inside the R code?
Thank you!
the issue is still the same can you please fix it
What version of shiny are you currently using?
First of all, thanks for the awesome bootstrap theme. I am experiencing a problem of icon not displaying in the gentelellasidebar.
sidebarItem("Boxes", tabName = "boxes", icon = icon("bar-chart"))
sidebarItem("Tabs", tabName = "tabs", icon = "bar-chart"),
The first one gives a BLANK before "Boxes". Second one gives a SQUARE-like icon before "Boxes".
But, I am able to set_title like below where the 'icon' part is working well.
site_title = shiny::HTML(paste(shiny::icon("bar-chart"), "Dashboard")),
Am I missing anything here?