Posted: 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/ |
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 |
|
|
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 |
Hi Raphael, You can follow this guide that shows how to translate Event Espresso: https://eventespresso.com/wiki/how-to-translate-event-espresso/ |
|
|
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 |
|
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? |
Hi there,
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 – 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/
Yes, it’s here: Be sure to include the placeholders (in this case the two %s) in your translations, they are needed. |
|
|
Thank you so much Tony. Your Event Espresso Support is amazing! |
You’re most welcome ๐ If you have a minute, would you mind sharing your EE experience with a review? |
|
|
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 |
|
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 |
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? |
|
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.