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);
}
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.
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.