Support

Home Forums Event Espresso Premium Error at Events display list

Error at Events display list

Posted: June 6, 2016 at 4:04 pm

Viewing 1 reply thread


Brils

June 6, 2016 at 4:04 pm

Hello, some code appears on my events display page: PróximamentePrueba”> & PróximamentePrueba” class=”post-title”> Around the event thumbnail:

http://barnasantstickets.cat/eventos/


Tony

  • Support Staff

June 7, 2016 at 6:48 am

Hi there,

This is happening because your theme is using the_title() function for the title attribute rather than the_title_attribute()

The problem with this is other plugins may hook into the_title and output additional details (which is exactly what Event Espresso is doing) so a quick workaround is to disable the banner that Event Espresso is adding by navigating to:

Event Espresso -> Events -> Templates -> Display Status Banner.

Set that option to No and save the settings.

That will stop EE injecting the additional details and it should remove that code from the_title.

The permanent fix is for the theme to be updated to use the_title_attribute() rather than just the_title() as shown here:

https://codex.wordpress.org/Function_Reference/the_title_attribute#Inline_with_array_args

If this is a theme you have purchased I would recommend creating a ticket with the theme author to have them update this.

Viewing 1 reply thread

The support post ‘Error at Events display list’ 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