Support

Home Forums Event Espresso Premium EE4 – How to remove "Powered by Event Espresso & WordPress. "

EE4 – How to remove "Powered by Event Espresso & WordPress. "

Posted: December 1, 2015 at 1:13 am


Andreas

December 1, 2015 at 1:13 am

Hi,

I’d like to remove the “Powered by Event Espresso & WordPress.” that is shown on all pages at the bottom of each page in the Front-End that customers visit.

I am using Iced Mocha as a theme. Not sure where to accomplish this.

Thank you in advance!

Kind regards,
Andreas


Tony

  • Support Staff

December 1, 2015 at 3:37 am

Hi Andreas,

You can remove that within Event Espresso -> General Settings -> Admin options (tab)

Within there you will find the option ‘Link to Event Espresso in your Registration Page?’ – http://take.ms/tXD6o

Change that to No and save the settings to remove the link.


Andreas

December 1, 2015 at 4:48 am

Hi Tony!

Thanks for the quick response!
I did as you instructed, but the text still appears at the bottom of my page.

What to do?

Kind regards,
Andreas


Tony

  • Support Staff

December 1, 2015 at 5:23 am

Ah, ok.

I see where you are referring to, its within the iced mocha theme.

There’s a couple of options to hide it, you can use some CSS:

#footer2 > span {
    display: none!important;
}

Within a custom CSS plugin such as My Custom CSS or Reaktiv CSS Builder.

Or remove the action that adds that text to the footer:

remove_action('espresso_theme_footer_hook','iced_mocha_site_info',99);

You will need to place the latter within a Site Specific Plugin.


Andreas

December 1, 2015 at 11:33 pm

Hi again,

strange. It get neither to work?

Suggestions?

Kind regards,
Andreas


Tony

  • Support Staff

December 2, 2015 at 12:42 am

Looking over your site I can’t see that text any longer, can you link me to a page that you see it on please?


Andreas

December 2, 2015 at 1:07 am

Hi Tony!

My bad!
I shutdown my browser & looked again. Then it was gone. ๐Ÿ™‚

Thank you for your awesome support!

~Andreas


Tony

  • Support Staff

December 2, 2015 at 1:16 am

You’re most welcome ๐Ÿ™‚

The support post ‘EE4 – How to remove "Powered by Event Espresso & WordPress. "’ 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