Support

Home Forums Event Espresso Premium Events Page and Venue Page

Events Page and Venue Page

Posted: September 25, 2017 at 9:40 am

Viewing 22 reply threads


Eleven8s

September 25, 2017 at 9:40 am

I have a red bar across the page that states:
There are no available posts!

Also, when I add a ticket the popup comes up and says return to events page that link does not work either.

How do I fix this?

Thank you!


Eleven8s

September 25, 2017 at 11:25 am

any ideas?


Josh

  • Support Staff

September 25, 2017 at 12:46 pm

Hi Len,

We’ve received your request for Priority support. We’ll take a look and we’ll report back what we find.


Eleven8s

September 25, 2017 at 12:57 pm

thank you!


Josh

  • Support Staff

September 25, 2017 at 1:30 pm

Hi Len,

I added some code to your activated child theme to fix the issues you reported here and in the other topic. There’s a modified thim_get_page_title() function in the activated child theme’s functions.php file and a modified archive.php file in the child theme too.


Eleven8s

September 25, 2017 at 1:34 pm

how come only one ticket shows up?


Eleven8s

September 25, 2017 at 1:36 pm

meaning… in the events list there is only one event…


Josh

  • Support Staff

September 25, 2017 at 1:51 pm

This is because in WP > Settings > Reading, “Blog pages show at most” is set to 1 posts. You can change that value to a higher number and it will show more.


Eleven8s

September 25, 2017 at 1:58 pm

GOT IT! What was the code that you added to my child theme and what page?

The formatting on the page is off I shows up on 1 line then 4 on another line?
Is there a page that I can style?


Josh

  • Support Staff

September 25, 2017 at 2:35 pm

I added a replacement for the thim_get_page_title() function to your child theme’s functions.php file that corrects the “Page Title” mistake from the parent theme.

I also copied the archive.php template from the parent theme to the child theme, and added a conditional to skip how the theme checks for posts if it’s an espresso_events or espresso_venues archive.

You probably should contact the theme author for help with the formatting of the archive page. They may be able to give you some instructions on how to style that particular page. Their grid layout seems to fall apart if not all posts have a featured image, and that may be something they can fix in a theme update.


Eleven8s

September 25, 2017 at 2:41 pm

Thank you for doing that… where does it pull the title from? Can i change it with some CSS to Regsitrations?

Cool, thank you for doing the conditional skip.

ahhh… interesting in regards to the formatting with the theme. I will contact them and see what they say.

Thank you so much!


Josh

  • Support Staff

September 25, 2017 at 2:44 pm

If I understand your question, no you can’t change this with some CSS. Did you want to change the single event’s page title to say “Registrations” instead of saying “Events”?


Eleven8s

September 25, 2017 at 2:50 pm

YES


Josh

  • Support Staff

September 25, 2017 at 3:01 pm

OK


Eleven8s

September 25, 2017 at 3:03 pm

WOW – i just need to know how that was done… so i can repeat it if i have to!
BEST SUPPORT YET! THANK YOU!


Eleven8s

September 25, 2017 at 3:04 pm

now to fix the events page… the theme creator said it was a plugin issue. here we go with the finger pointing. LOL


Josh

  • Support Staff

September 25, 2017 at 3:11 pm

I’m interested in knowing why they think that. The Event Espresso plugin has zero control over the layout of that page. Do they have a working demo that shows what that particular page should like?

You could use this plugin to show a grid of events instead, we actually support this one:

https://eventespresso.com/wiki/events-grid-view-template-add-on/#ee4installation


Eleven8s

September 25, 2017 at 3:18 pm

when it contacted them about the page it was working, I had 4 on the page at the very beginning when i first started inputting my events…


Josh

  • Support Staff

September 25, 2017 at 3:24 pm

That doesn’t answer my question. Please understand Event Espresso really doesn’t have control over the theme’s code.

Anyway if you want to know what was changed you look at the last function in your child theme’s functions.php file and you’ll see a few added conditionals for Event Espresso post types. Also, I changed the initialized value from “Page Title” to “The Learning Linq” because “Page Title” is just plain silly and shouldn’t be displayed on your website under any circumstances.


Eleven8s

September 25, 2017 at 3:28 pm

I will contact the theme creator again and get their explanation.

LOL on the silly part of the theme.

Where do I go to place a 5 Star Review?


Josh

  • Support Staff

September 25, 2017 at 3:40 pm

Here’s where you can leave a review:

https://wordpress.org/support/plugin/event-espresso-decaf/reviews/

Thank you.


Eleven8s

September 25, 2017 at 5:33 pm

Here is a question for you…

Instead of pointing the events page to events can I point it to another page?

For example… After you click on the event and select how many you want and then proceed… a popup comes up stating Return to Events List or Proceed to Registration.

Can I Point the “Return to Events List” link to my event-registration page instead?

I found that it is much harder to style the archive.php page than to just create one and point it.. does this make sense?

Thanks!


Eleven8s

September 25, 2017 at 5:40 pm

nevermind i am using this from another post:
function ee_mer_change_event_list_url(){
return ‘http://www.matrixatmelbourne.org.au/matrix-events/’;
}

add_filter( ‘FHEE__EED_Multi_Event_Registration__set_definitions__events_list_url’, ‘ee_mer_change_event_list_url’ );

Viewing 22 reply threads

The support post ‘Events Page and Venue 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