Support

Home Forums Event Espresso Premium Weird boxes on Cart Page – event-cart-button.buttons???

Weird boxes on Cart Page – event-cart-button.buttons???

Posted: March 8, 2018 at 3:39 pm

Viewing 3 reply threads


pickwicksplum

March 8, 2018 at 3:39 pm

http://prntscr.com/iooqdc

Looks like these are supposed to be icons? This is really weird… can I get rid of these all together? What are they supposed to look like? My client just wants to get rid of them but I’m not sure the repercussions…

Thank you for any guidance.

-Shely


Josh

  • Support Staff

March 8, 2018 at 4:22 pm

Hi Shelly,

Can you add this code to your site?

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

You can add the above to a functions plugin or into your WordPress theme’s functions.php file.

The above code will ensure the icons are displayed inside the buttons.


pickwicksplum

March 8, 2018 at 5:44 pm

would it be Okay to just hide them all? Or would that cause complications?


pickwicksplum

March 8, 2018 at 5:51 pm

Nevermind… we got them working and the client likes them. Thank you Josh!

Viewing 3 reply threads

The support post ‘Weird boxes on Cart Page – event-cart-button.buttons???’ 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