You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
2024-11-15.16-30-22.mp4
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
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
.2024-11-15.16-30-22.mp4
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)
The text was updated successfully, but these errors were encountered: