Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi L,
You must be editing an older version or the wrong file because the current list.php file does not (and has not for as long as I can remember) call wp_head(). What version of the plugin do are you running?
– Jonah
December 11, 2012 at 1:47 pm in reply to: Events List Advanced Widget not showing any upcoming events #29263Jonah
ParticipantHi Steve,
Glad you figured this out and thanks for sharing your solution!
– Jonah
Jonah
ParticipantHi Kyle,
We thought you had gotten this resolved, at least with the code you came up with in http://pastie.org/5482011 and no we have not updated anything on our end yet but this is set to be fixed in the future.
As for the event meta not saving in the admin now, I wonder if it has to do with your code or with a conflict with another plugin or your theme. Have you tried deactivating all other plugins, taking out that chunk of custom code you created to update events or reverted to the Twenty Eleven theme? I would start there to narrow it down to what’s causing the issue.
Thanks,
JonahJonah
ParticipantHi Kyle, you mean the meta was getting wiped every time you updated the event via your code, not the admin…?
Jonah
ParticipantHi L, sure you can change this. You can start by overriding the list template in /wp-content/plugins/the-events-calendar/views/list.php and placing a copy in an ‘events’ folder in your active theme. Then, just modify the code as you see fit. For more on override see this article: https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/
Cheers,
JonahDecember 11, 2012 at 1:22 pm in reply to: breadcrumbs…on the main calendar page using WP SEO by Yoast #29257Jonah
ParticipantHi Leonard,
You will need to filter Yoast’s breadcrumb function and use conditionals like these (https://gist.github.com/2415009) to detect event’s specific pages.
I hope that helps!
– Jonah
Jonah
ParticipantHi Emily,
Please follow up here with an answer in the next couple days or I’m going to close out this thread.
Thanks,
JonahJonah
ParticipantHi Kyle,
Is this in relation to the issue in this thread or a separate issue altogether?
– Jonah
December 11, 2012 at 11:18 am in reply to: Won't Stop Importing the Same Event (Latest Version) #29246Jonah
ParticipantHi Kevin,
Got a link for the event so I can test it on my end?
Thanks,
JonahJonah
ParticipantNope, not if you’re using one of your theme’s page templates like you are. I explain that and more in the FAQ: https://theeventscalendar.com/faq/the-calendar-page-title-shows-title-of-an-event/
Jonah
ParticipantHi Tom,
It’s different for each theme but basically you’re going to need to edit your full width page template and find where the_title() is being set in the template and then use the code I provided to modify the titles in all the relevant event related pages. I hope that helps!
– Jonah
Jonah
ParticipantHi Josh,
The code you posted above won’t do anything in functions.php – you’ll would need to add that to an actual template file like page.php or the ecp-page-template.php depending on what Template option you have set in the in the plugin settings. To constrain the width of the template, your best bet is to modify ecp-page-template.php (make a copy first and place in an ‘events’ folder in your theme) and add the necessary HTML code your theme uses to “wrap” the content on any given page. You can take a look at page.php for an example of this.
I hope that helps!
– Jonah
December 10, 2012 at 9:17 pm in reply to: Events List Advanced Widget not showing any upcoming events #29211Jonah
ParticipantHi Steve,
That’s strange. The first thing I would suggest is to deactivate all other plugins and/or reverting to the Twenty Eleven theme because there very well could be a plugin or theme conflict. Try that and let me know what happens and we’ll go from there.
Thanks,
JonahJonah
ParticipantHi Salvador,
Please provide a link to your site and an example of where I can see what you are asking about in action so that I can provide specific instructions.
Thanks,
JonahJonah
ParticipantHi Salvador,
Which widget are you wanting to change this on and do you have a link I can take a look at an example at?
Thanks,
Jonah -
AuthorPosts
