Skip Navigation

[Resolved] Since gravity forms > 2.5

This support ticket is created 3 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 2 replies, has 2 voices.

Last updated by Jamal 3 years, 3 months ago.

Assisted by: Jamal.

Author
Posts
#2064193
wordpress-backend-gravity-forms-inspect-toolset-css.png
wordpress-backend-gravity-forms-inspect.png
wordpress-backend-gravity-forms-label.png

I am trying to:
Edit a gravity form.

Link to a page where the issue can be seen:
hidden link
hidden link

I expected to see:
See attached screenshot.

Instead, I got:
See attached screenshot.

This is how I "fixed" it.

function wordpress_action_bugfix_toolset_css()
{
    ?><style>
        .gf-field-group [data-icon]:before {
            content: ''!important;
        }
    </style><?php
}
add_action('admin_head', 'wordpress_action_bugfix_toolset_css');

Since gravity forms version 2.5 the UI is updated.
File location:
/wp-content/plugins/types/vendor/toolset/onthego-resources/onthegosystems-icons/css/onthegosystems-icons.css

CSS which causes the issue:

[data-icon]:before {
    content: attr(data-icon);
}
#2064989

Hello and thank you for contacting the Toolset support.

Our developers are aware of it and they will fix it in an upcoming release. I'll let you as soon as we have it published.

#2154317

Hello there! I just want to let you know that this issue has been resolved in the latest updates. We encourage you to update your website after taking a full backup. Please open a new ticket if you need any further assistance.