Posted: November 18, 2015 at 12:59 pm
|
Hello: It can be viewed here: I’ve updated the plugin, looked at the documentation and some of the support threads, but no luck. Thanks. |
|
Version is 3.1.37.6.P |
Hi Anne, That is from the event_list_display.php template. However, it should not be appearing like that as ee_member_only is actually a css class: http://cl.ly/image/3N3N3U24330A It should just say Member only alone without the CSS class name. I do see that your site has a modified event_list_display.php file here: /wp-content/uploads/espresso/templates Could you temporarily rename that file by adding an extra value to the file name like this: event_list_display.php –> event_list_display1.php If that helps with the extra display issue, then there may be a problem with the customizations that were made to your file. You can see compare your changes against a default file here: /wp-content/plugins/event-espresso/templates/event_list_display.php — |
|
|
Thanks Lorenzo. |
Hi Anne, Within your /wp-content/uploads/espresso/templates/ Do you have both event_list.php and event_list_display.php? The problem is with the code Lorenzo shows in the screenshot above, you will need to edit the code to fix it. Within event_list_display.php, around line 148 you’ll find this:
You’ll need to change this line:
To this:
I have created a ticket for this to fixed within EE but if you are loading a custom event_list_display.php file you’ll need to ad it manually there. The custom event_list_display.php template will only load if you have both event_list.php and event_list_display.php within the above directory so you may actually be using the default template currently. |
|
|
Thanks Lorenzo: It appears that all of our custom changes have been added to the EE core, so we no longer need to use these files except for this fix. Is there a way we can check when this is changed in the core files so we can remove our custom templates? |
The above fix will be included within the next update to EE3 so after that update you can remove those 2 files if you prefer. I don’t have an eta on when that will be released currently. |
|
The support post ‘Extra Fields Displayed in Event Listings’ 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.