Sauter la navigation

[Résolu] Since gravity forms > 2.5

This support ticket is created Il y a 3 années et 9 mois. 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)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par Jamal Il y a 3 années et 5 mois.

Assisté par: Jamal.

Auteur
Publications
#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:
lien caché
lien caché

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.