Support

Home Forums Event Espresso Premium 'dashicons' Not Showing Properly – e.g. Load icon doesn't show

'dashicons' Not Showing Properly – e.g. Load icon doesn't show

Posted: January 30, 2016 at 11:37 am


institutleadership

January 30, 2016 at 11:37 am

Hello,

When i try to proceed to Payment Options in my event, the little loading icon doesn’t show properly. Instead of the rotating mechanical wheel, i have a weird symbol as in the image below. Same thing happens with all the icons in the plugin (e.g. calendar)

icon error


Tony

  • Support Staff

February 1, 2016 at 2:44 am

Have you recently migrated the site?

It looks like the dashicons-css file is not being loaded on the checkout page. Can you link us to one of your events so we can view this please?


institutleadership

February 1, 2016 at 6:21 am

I managed to fix it. Our theme did not include the dashicons css style script for the front-end (theme was created 3-4 years ago). We put an action in the theme’s functions.php file:

add_action( 'wp_enqueue_scripts', 'load_dashicons_front_end' );
function load_dashicons_front_end() {
wp_enqueue_style( 'dashicons' );
}

Thank you.

The support post ‘'dashicons' Not Showing Properly – e.g. Load icon doesn't show’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso