Support

Home Forums Event Espresso Premium Tea for One Sets

Tea for One Sets

Posted: June 8, 2017 at 4:22 pm

Viewing 5 reply threads


Ryan Chambers

June 8, 2017 at 4:22 pm

On my front page of my website- It Says Tea for One sets- you click the link and it takes me to a site where I can buy teapots and tea cups. Please help I do not sell teapots.
I also have these white/blank squares in place of what is supposed to be a link to “Register Now”
My calendar button is also a white square.

Thank you,


Tony

  • Support Staff

June 9, 2017 at 2:23 am

Hi there,

On my front page of my website- It Says Tea for One sets- you click the link and it takes me to a site where I can buy teapots and tea cups. Please help I do not sell teapots.

That link is actually on every page, but it is not from Event Espresso.

Has that only recently started happening?

Have you recently installed any new plugins/themes?

I also have these white/blank squares in place of what is supposed to be a link to “Register Now”

Your theme is setting the background colour of submit inputs to white with white text – http://take.ms/AdRn5

As the Register now button is one of those input, it has a whitebackground with white text, on a white content background, meaning you can’t see it.

You can override that specifically for the ticket selector buttons using:

.tkt-slctr-tbl-wrap-dv .ticket-selector-submit-btn {
    background: grey;
}

You can add the above styles to your theme within:

Appearance -> Customize -> Additional CSS.


Ryan Chambers

June 9, 2017 at 11:30 am

Thank you,
What is the text/code to make “add to i calendar” go to grey like the above one you gave me? ( They are showing white background,)

The Tea for one Sets- I noticed a couple of weeks ago it went away then came back.
I’m not sure if we have recently added plugins..as a few people have access to EE. Can I get rid of this?

Thanks for your help!


Josh

  • Support Staff

June 9, 2017 at 11:57 am

Hi Ryan,

You can add something like this to make those have a gray background:

.espresso_events .button,
input.ee-ical-sbmt {
background-color: #d2d2d2;
}

With regards to the “Tea for one Sets” links on your site, you’ll need to figure out how they got added before you can get rid of them. So if they’re added by the theme, you remove them from the theme. If they’re added by a plugin, you remove the plugin or the code from the plugin that adds those links. If they’re added by a rogue file from your site getting hacked, then you’ll need to clean up and dispose of the rogue files and change all the passwords for the accounts that access your website.


Ryan Chambers

June 9, 2017 at 4:53 pm

Thanks,

Last thing, the same happens for my proceed to payment button.
What’s the text/code?

🙂

Lucy


Tony

  • Support Staff

June 12, 2017 at 4:03 am

You’ll likely find the same will happen in various places because the theme selector is so general, it’s setting any input to use a background of white.

Something like this should work:

.spco-step-dv input.spco-next-step-btn {
    background-color: grey;
}

In regards to the Teapots link, it may appear to be something insignificant but you basically have code running on your server/site that you have didn’t intend to be there, it could do more than just add a link to the page (it is not my code and I’ve never seen ite so I have no idea what it actually does) so I would highly recommend investigating further to find where that link is coming from.

Viewing 5 reply threads

The support post ‘Tea for One Sets’ 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