Forum Replies Created
-
AuthorPosts
-
Sean Norton
ParticipantThanks, Sean :P! I’ll report back here if I can figure this out on my own. Sincerely, Sean.
Sean Norton
ParticipantSean, the file you are looking for is part of the Pro plugin. Please refer to the week view (wp-content/plugins/events-calendar-pro/views/week) to find the template file you are wanting to make an override for. Good luck!
Sean Norton
ParticipantHey Tim, the featured image should display in your list view of the events (assuming you have a featured image assigned to an event), it is called with tribe_event_featured_image() (documented at the link below):
http://docs.tri.be/Events-Calendar/function-tribe_event_featured_image.htmlAnd you can change the color of text with the appropriate css. Hope that helps.
July 8, 2013 at 4:15 pm in reply to: After 3.0 update, look and feel that I spent a lot of time setting up is gone #53903Sean Norton
ParticipantYou should always back up your data to prevent loss when updating plugins (more importantly, back up your data when updating your theme).
Where did you make your customizations? If you did them under your theme, then go to wp-content/[your theme name]/events/ and rename the folder to /tribe-events/. (By doing this you still won’t necessarily get all of your customizations, but you can integrate them into the new files). If you made the customizations directly to the plugin files then you’re out of luck unless you created a backup copy of the files/customizations somewhere…July 8, 2013 at 11:14 am in reply to: After 3.0 update, look and feel that I spent a lot of time setting up is gone #53823Sean Norton
Participant3.0 update changed a lot of things, so some of the more advanced functionality you introduced/removed from displays will take a bit more work, but I know that in the earlier versions we had created an /events folder within our theme for modifications… now it needs to be /tribe-events. If you properly modified the core files using overrides in your theme itself then you may be able to restore some of the customizations by changing that one file name.
Sean Norton
ParticipantSo I managed to destroy my pasted example there — whoops. I hope that makes sense to you guys. I use this to call upcoming events for certain categories (filtering via slug term) and just want the next in the series to appear.
Sean Norton
Participant<span class=”event-date”&rt;<a href=”<?= tribe_get_event_link($post) ?&rt;”&rt;<?php echo tribe_get_start_date($post-&rt;ID, true, ‘M j, Y’); ?&rt;</a&rt;</span&rt;
Sean Norton
ParticipantHa… oh gee. Of course I didn’t try that. Problem Resolved. Thanks, Rob.
Sean Norton
ParticipantGah- no. I haven’t, but I will because it makes much more sense to refer to support documentation than post a question that already has an answer.
Thanks Rob.
And that answered my question very quickly. I didn’t realize how easy you guys made it to customize the ECP plugin. Gracias!
Sean Norton
ParticipantYou’ve confirmed my suspicions about their hosting services. Sometimes it works without any issues at all and then there are times like these…. and inconsistencies can cause monumental differences in traffic.
Thanks again for your assistance.
Sean Norton
ParticipantThanks Jonah.
I think I’ve fixed the 500 error, so can you retry? I just loaded the page.And I host through GoDaddy… not quite sure where to add the value, but I guess I need to figure out how!
Sean Norton
ParticipantUpdate: I located php5.ini and changed the memory size limit and just placed the php5.ini in my parent directory with no public read access… is that the right process?
Sean Norton
ParticipantJonah, first of all… thank you for helping me fix the class clash. When I update my theme, does the “events” directory get deleted? I may be answering this question with the presumption that since it is a new folder not formerly tied to the theme it won’t get overwritten when the other files are replaced?
my website is http://www.womenrockinc.org
All images besides the slider images on the homepage are set, by default, to open in a lightbox. I can be off base by assuming that your plugin has disabled the script for the lightbox.Finally, I’d up my server memory but I’m not able to find my php5.ini file and not comfortable with ssh to make the change
Sean Norton
Participant¡Gracias, Señior La Gatta! I eagerly await.
Sean Norton
ParticipantAlso, the PRO plugin is causing the Plugins Update notification in the Admin bar (front end of the website) to show that there is an update available.
Could this be because I’m running the beta version of The Events Calendar (thus, PRO and regular version #’s don’t match)? -
AuthorPosts
