Open rafaehlers opened 4 hours ago
This issue only affects the Edit Entry page when Gravity Forms 2.9.x is used and when the "Default Form Theme" setting is set to Gravity Forms 2.5 Theme.
Gravity Forms 2.5 Theme
https://github.com/user-attachments/assets/4493db67-18d1-4dba-8819-877f0174bbb1
This seems to be related to the fact that the Edit Entry page is loading two Gravity Forms stylesheets: basic.min.css and admin-icons.min.css
basic.min.css
admin-icons.min.css
https://29beta.try.gravitykit.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.0 https://29beta.try.gravitykit.com/wp-content/plugins/gravityforms/assets/css/dist/admin-icons.min.css?ver=2.9.0
Both stylesheets set font-family for the .gform-icon class, and the font-family: gform-icons-theme!important set for basic.min.css is the problem.
font-family
.gform-icon
font-family: gform-icons-theme!important
Gravity Forms 2.8.x, loads the admin-icons.min.css stylesheet later, so the icons are showing up correctly:
Perhaps this is related to the load order of the stylesheets since both of them are loaded on the Edit Entry page.
Link to check: https://29beta.try.gravitykit.com/view/file-upload/ (log-in as admin)
https://secure.helpscout.net/conversation/2759683429/58860
This issue only affects the Edit Entry page when Gravity Forms 2.9.x is used and when the "Default Form Theme" setting is set to
Gravity Forms 2.5 Theme
.https://github.com/user-attachments/assets/4493db67-18d1-4dba-8819-877f0174bbb1
This seems to be related to the fact that the Edit Entry page is loading two Gravity Forms stylesheets:
basic.min.css
andadmin-icons.min.css
https://29beta.try.gravitykit.com/wp-content/plugins/gravityforms/assets/css/dist/basic.min.css?ver=2.9.0 https://29beta.try.gravitykit.com/wp-content/plugins/gravityforms/assets/css/dist/admin-icons.min.css?ver=2.9.0
Both stylesheets set
font-family
for the.gform-icon
class, and thefont-family: gform-icons-theme!important
set forbasic.min.css
is the problem.Gravity Forms 2.8.x, loads the
admin-icons.min.css
stylesheet later, so the icons are showing up correctly:Perhaps this is related to the load order of the stylesheets since both of them are loaded on the Edit Entry page.
Link to check: https://29beta.try.gravitykit.com/view/file-upload/ (log-in as admin)