Support

Home Forums Event Espresso Premium Successful Add pop up not showing images

Successful Add pop up not showing images

Posted: January 2, 2018 at 9:52 am

Viewing 4 reply threads


jtonjes

January 2, 2018 at 9:52 am

Not sure how to describe what is going on. When someone adds a ticket to their cart a pop up shows up…well none of the images(if they are images) show so people don’t know what to do next

Here is an image of what I am talking about: https://www.napoleonciviccenter.org/wp-content/uploads/2018/01/Snip20180102_1.png

Thanks for the help!


Tony

  • Support Staff

January 2, 2018 at 1:41 pm

Hi there,

Those aren’t images, they are links with some text which you currently can’t see because of your theme – http://take.ms/2e96F

The theme is setting all elements with the class ‘button’ to have a color of white, with the links you’ve mentioned that means its white text on a white background so you can’t see it.

To fix this you can add some additional styles for those links, something like this:

#cart-results-modal-dv a {
    color: #F33F3F;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


jtonjes

January 8, 2018 at 9:54 am

So the cart page is doing the same thing. I figured your custom style would fix both of them.


Tony

  • Support Staff

January 8, 2018 at 10:36 am

No, the above code is intentionally very specific to the modal.

For both the modal and the cart page use:

#cart-results-modal-dv a,
#event-cart .event-cart-button {
    color: #F33F3F;
}


jtonjes

January 8, 2018 at 10:41 am

Thank you!!!

Viewing 4 reply threads

The support post ‘Successful Add pop up not showing images’ 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