Support

Home Forums Event Espresso Premium Deactivate header from single event page

Deactivate header from single event page

Posted: May 30, 2017 at 12:07 am

Viewing 11 reply threads


marketing-boutique

May 30, 2017 at 12:07 am

Hi, I just purchased the licence and would like to know how I can remove the header section from the single event page. like here: http://kerstinmyravoss.marketing-boutique.ch/veranstaltungen/aura-uebung-fortbildung-08-06-2017/


Tony

  • Support Staff

May 30, 2017 at 4:30 am

Hi there,

Your theme controls the output of the event details, Event Espresso injects the event details into you the_content of the page but everything else is controlled by the theme.

You can use some CSS to remove the header specifically for EE events using something like this:

.single-espresso_events .l-header {
    display: none;
}

However, that will also remove the navigation bar from the top of the page as its within the same element, so you can also add this:

.single-espresso_events .l-header.sticky {
    display: block;
}

To display the nav menu when the user scrolls down a little. You can add these to your theme’s custom CSS section within:

Dashboard -> Appearance -> Customize -> Additional CSS


marketing-boutique

May 30, 2017 at 10:51 am

Dear Tony, this works perfect! ๐Ÿ™‚ Thank you so much. What I’m looking for next is to translate all the text. like vor [ESPRESSO CHECKOUT]. There are a lot of small text and phrases in English like (“Attendee”, “Name and Description” and also the button “Proceed to Payent options”) and I need them to be translated. Where can I find this? Shall I open a new Topic? Kind regards Raphael


Josh

  • Support Staff

May 30, 2017 at 11:23 am

Hi Raphael,

You can follow this guide that shows how to translate Event Espresso:

https://eventespresso.com/wiki/how-to-translate-event-espresso/


marketing-boutique

May 31, 2017 at 1:05 am

Dear Josh, thank you ๐Ÿ™‚ I have a next question: I can only choose from Canada and US under the dropdown of country? I would need the european countries too ๐Ÿ˜‰ Kind regards Raphael


marketing-boutique

May 31, 2017 at 1:15 am

Hi, I’m looking to translate the phrase “All unsaved registration information entered during this session has been deleted.” (This text appears after aborting registration) in German on Glot Press – but I can’t find it. Is it on Glot Press?
Kind regards Raphael


Tony

  • Support Staff

May 31, 2017 at 3:51 am

Hi there,

I can only choose from Canada and US under the dropdown of country? I would need the european countries too

You can enable/disable additional countries within:

Event Espresso -> General Settings -> Countries

Select the country to enable and set it to display in the countries list –
http://take.ms/zueG5

You’ll need to do that for each country you want to display in the list.

However also note that we only install the US and Canada ‘states’ by default, you’ll also need to add those for the countries you want to use. We have some ‘state packs’ available to include those for you for some countries here:

https://eventespresso.com/wiki/install-new-state-province-packs/

Iโ€™m looking to translate the phrase โ€œAll unsaved registration information entered during this session has been deleted.โ€ (This text appears after aborting registration) in German on Glot Press โ€“ but I canโ€™t find it. Is it on Glot Press?

Yes, it’s here:

https://translate.eventespresso.com/projects/event-espresso-4/de/event-espresso-de_DE?filters%5Boriginal_id%5D=22403

Be sure to include the placeholders (in this case the two %s) in your translations, they are needed.


marketing-boutique

May 31, 2017 at 4:33 am

Thank you so much Tony. Your Event Espresso Support is amazing!


Tony

  • Support Staff

May 31, 2017 at 4:39 am

You’re most welcome ๐Ÿ™‚

If you have a minute, would you mind sharing your EE experience with a review?
https://eventespresso.com/recommend-event-espresso/#review


marketing-boutique

May 31, 2017 at 6:26 am

Yes of course i will do that. Another question: My Eventlocation are not showing up when clicking on the details. It shows: page not found: http://kerstinmyravoss.marketing-boutique.ch/Veranstaltungsorte/bildungshaus-greisinghof-oe/

What could be the issue?

Kind regards
Raphael


marketing-boutique

May 31, 2017 at 6:36 am

Or is there a possibility to disable the hyperlink to the venue? So that on single event page only the venue with adress is shown but no possiblity to click on it. That would even be the better solution, as all the information are given on the single event page. And is there the possibility to avoid the title of Location (Ort) as the venue is shown behind a next title ( Veranstaltungsort: ) Kind regards Raphael


Josh

  • Support Staff

May 31, 2017 at 10:01 am

Hi Raphael,

The 404 not found error for the venue link may be the result of the permalinks needing to be flushed. Does the 404 error go away if you visit the WP > Settings > Permalinks page?

Viewing 11 reply threads

The support post ‘Deactivate header from single event page’ 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