Sean Norton

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • in reply to: Week View – Conflict with theme #55347
    Sean Norton
    Participant

    Thanks, Sean :P! I’ll report back here if I can figure this out on my own. Sincerely, Sean.

    in reply to: Week View – Conflict with theme #55346
    Sean Norton
    Participant

    Sean, 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!

    in reply to: Feature Image show #55342
    Sean Norton
    Participant

    Hey 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.html

    And you can change the color of text with the appropriate css. Hope that helps.

    Sean Norton
    Participant

    You 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…

    Sean Norton
    Participant

    3.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.

    in reply to: Event Start Date on recurring events #53816
    Sean Norton
    Participant

    So 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.

    in reply to: Event Start Date on recurring events #53814
    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;

    in reply to: How to delete saved venues? #17025
    Sean Norton
    Participant

    Ha… oh gee. Of course I didn’t try that. Problem Resolved. Thanks, Rob.

    in reply to: Adding events list widget to non-widget area #15287
    Sean Norton
    Participant

    Gah- 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!

    in reply to: Plugin issue with my theme #14864
    Sean Norton
    Participant

    You’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.

    in reply to: Plugin issue with my theme #14858
    Sean Norton
    Participant

    Thanks 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!

    in reply to: Plugin issue with my theme #14842
    Sean Norton
    Participant

    Update: 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?

    in reply to: Plugin issue with my theme #14841
    Sean Norton
    Participant

    Jonah, 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

    in reply to: Plugin issue with my theme #14776
    Sean Norton
    Participant

    ¡Gracias, Señior La Gatta! I eagerly await.

    in reply to: Plugin issue with my theme #14762
    Sean Norton
    Participant

    Also, 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)?

Viewing 15 posts - 1 through 15 (of 15 total)