Home › Forums › Calendar Products › Events Calendar PRO › New problem with display
- This topic has 4 replies, 2 voices, and was last updated 10 years, 4 months ago by
Geoff.
-
AuthorPosts
-
December 3, 2015 at 1:20 am #1034330
James Kendall
ParticipantHello,
I hope you can help. I am using Evenets Calendar pro. I deactivated WooTickets to try and fix something but when I did this the Photo display of my events page changed from the usual Photo view to the same view but with the full event description included, rather than just the first 10 lines or so. This makes the page look very messy and wordy.
I reactivated WooTickets but the problem is still there.How can I get the photo display mode to revert to the normal view?
You can see this at: http://www.woodlandclassroom.com/events
Thanks,
James
December 3, 2015 at 11:22 am #1034911Geoff
MemberHey James,
Thanks for reaching out to us and bringing this issue to our attention!
We’ve got this bug logged in our internal tracking system and will notify you here as we make progress on this issue. I apologize for any inconvenience that this issue has caused.
In the meantime, you can fix this issue by making some quick modifications to the core plugin. These changes will get overridden with the next update which will include an official fix to this issue.
Within the main The Events Calendar plugin, navigate to the src > functions > template-tags > general.php file and open it within your preferred text editor.
Navigate to line #1320 within that file. It should look like:
$excerpt = wp_trim_excerpt( $excerpt );You can change that line to be:
$excerpt = wp_trim_words( $excerpt, ’55’ );…where “55” is the number of words that you would like the excerpt to be there.
Let me know if you have any further questions or concerns here.
Thanks!
GeoffDecember 3, 2015 at 12:09 pm #1034970James Kendall
ParticipantHello Geoff,
Thanks for getting back o me and giving me a solution… however I have no idea how to get to the inside of the plug in so that I can edit it. I’m not technically minded myself. Would you mind explaining this part in more detail please?
Thanks,
James
(went to art college)December 3, 2015 at 12:24 pm #1034985Geoff
MemberSure! You can access the files by accessing your site via FTP. Once you’re in, the plugin is located in /wp-content/plugins/the-events-calendar
If you’re having trouble accessing the files on your server, I would recommend connecting with your host to get that access.
Geoff
(went to a liberal arts college) 🙂December 10, 2015 at 2:15 pm #1039178Geoff
MemberHey James,
Just jumping in to let you now that the patch for this issue is included in 4.0.1 and will be released shortly. Keep your eyes open for the update and please do let us know if any other issues pop up and we’d be happy to help. 🙂
Cheers!
Geoff -
AuthorPosts
- The topic ‘New problem with display’ is closed to new replies.
