Posted: September 25, 2017 at 9:40 am
|
I have a red bar across the page that states: 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! |
|
September 25, 2017 at 11:25 am any ideas? |
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. |
|
|
September 25, 2017 at 12:57 pm thank you! |
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. |
|
|
how come only one ticket shows up? |
|
meaning… in the events list there is only one event… |
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. |
|
|
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? |
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. |
|
|
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! |
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”? |
|
|
YES |
OK |
|
|
WOW – i just need to know how that was done… so i can repeat it if i have to! |
|
now to fix the events page… the theme creator said it was a plugin issue. here we go with the finger pointing. LOL |
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 |
|
|
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… |
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. |
|
|
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? |
Here’s where you can leave a review: https://wordpress.org/support/plugin/event-espresso-decaf/reviews/ Thank you. |
|
|
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! |
|
nevermind i am using this from another post: add_filter( ‘FHEE__EED_Multi_Event_Registration__set_definitions__events_list_url’, ‘ee_mer_change_event_list_url’ ); |
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.