adhi-software / sidebar-white

Sidebar White theme for Redmine
0 stars 0 forks source link

Administration page not working #9

Open fishermans opened 1 week ago

fishermans commented 1 week ago

Cannot open any entry on Administration page on Redmine 5.1:

image
Arun-TAK commented 1 week ago

This issue is fixed in v1.1.1, please take a look.

fishermans commented 1 week ago

It's still the same. Last change is in use:

image
dhanasingh commented 1 week ago

Can you try clearing the browser cache and see if it helps.

fishermans commented 1 week ago

It's chrome using Dev Mode having Caching disabled. Also, the loaded js is the desired version.

Just to make clear, how to reproduce:

Arun-TAK commented 5 days ago

We have fixed the admin links issue. Please uncompress the attached file then replace theme.js file in the path "redmine\public\themes\sidebar-white\javascripts\"

theme-js.zip

fishermans commented 4 days ago

Thanks a lot. It's working now.

Just some adjustments regarding the paddings are needed.

Subject: [PATCH] Paddings fix: #9
---
Index: stylesheets/application.css
<+>UTF-8
===================================================================
diff --git a/stylesheets/application.css b/stylesheets/application.css
--- a/stylesheets/application.css   (revision 3369d52b1d3f9d94ce9b484a4b137c94ea0c9a14)
+++ b/stylesheets/application.css   (date 1726638285078)
@@ -494,11 +494,7 @@
 }

 #sidebar p,#sidebar ul, #sidebar h3, #sidebar h4, #sidebar div{
-  padding-left: 10px;
-}
-
-#admin-menu{
-  padding-left: 0px !important;
+  padding: 5px 0px 5px 20px;
 }

 #admin-menu ul{
@@ -1009,4 +1005,4 @@

 .gantt_subjects div > span.expander {
   padding-left: 17px;
-}
\ No newline at end of file
+}
image
Arun-TAK commented 3 days ago

Ok, thanks. We will put this fix and the padding fix in the next release.