Passer la navigation

[Résolu] Unable to show WP icons without enabling Toolset forms plugin

This support ticket is created Il y a 2 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.

Marqué : 

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

Dernière mise à jour par himanshuS Il y a 2 années et 9 mois.

Assisté par: Christopher Amirian.

Auteur
Publications
#2464729

I am using WordPress Dash icons on the menu.

lien caché

Icons are called like this

<span class="dashicons dashicons-editor-help"></span>

I am also using Plugin Organizer plugin to disable plugins on specific pages to increase page load speed.

For some reasons, WP icons are not getting loaded on the page without enabling the Toolset forms plugin. I don't need toolset forms on this page so I would like to disable it to improve page speed. The Dash icons are not related to Toolset at all.

What could be the reason for this?

#2464819

Christopher Amirian
Supporter

Les langues: Anglais (English )

Hi there,

There is nothing that I can think of that might be related. We do use the Dashicon font on Toolset forms plugin.

I also can give you the exact place that the style is enqueued:

wp-content/plugins/cred-frontend-editor/application/controllers/asset_manager.php

Line 543:

wp_enqueue_style( 'dashicons' );

But it is a standard code that WordPress suggests using to load the Dashicons.

Thank you.

#2465213

I get it. I have to enqueue scripts in the theme's functions.php to make it work

#2466619

Christopher Amirian
Supporter

Les langues: Anglais (English )

Hi there,

Glad that you managed to fix the issue.

#2469551

My issue is resolved now. Thank you!