Forum Replies Created
-
AuthorPosts
-
andreafph
ParticipantI will definitely run through these tests over the weekend.
andreafph
ParticipantThis reply is private.
andreafph
ParticipantAdding system info:
System info:
Wordpress 4.3
The Events Calendar: 3.11.2
The Events Calendar Pro: 3.11.1
The Events Calendar Community Events: 3.11andreafph
ParticipantThis reply is private.
June 29, 2015 at 2:49 pm in reply to: After update, single event shows small thumbnail instead of full size image #973705andreafph
ParticipantI had some conflicts with classes in my css names after the update- I figured it out!
andreafph
ParticipantYes, thank you, that helped.
To call the missing tribe css for a custom WordPress page template, I created a custom header with the added links to style sheets in the head and called the new header from the custom template. Works perfectly.andreafph
ParticipantAccording to firebug/source view, tribe-events-pro-full.min.css and mobile are both included. The only thing that is different is the body classes for a wp page vs the tribe events page, yet copying them to the body class in firefox/firebug shows no difference.
April 30, 2014 at 7:47 am in reply to: Events not refreshing/Still shows deleted event in list and list widget #146473andreafph
ParticipantI’m going to give it a fresh start this weekend. Please close this thread. If I have any other issues, I’ll have a step-by-step ready of how it occurred- the export/import solution has taken the original problem to a new level that won’t do any good to others by troubleshooting it here.
April 29, 2014 at 5:05 pm in reply to: Events not refreshing/Still shows deleted event in list and list widget #145848andreafph
ParticipantSome issues I’m encountering after trying to delete that initial post:
–I can’t use the edit all posts option– gives me a 500 error.
–Past events are now showing in list view, starting with February– March is missing. If I go to the other views, the date resolves correctly.
–I was able to search my database for the offending post that I was trying to delete, remove it from there, so now it’s not showing up, so that’s resolved.
–Recurring nightmare– see this listing. It’s only set to run from 4/26/2014- 5/4/2014 but it’s showing all kinds of other dates: http://www.freepresshouston.com/event/houston-international-festival/all/
April 29, 2014 at 11:10 am in reply to: Events not refreshing/Still shows deleted event in list and list widget #145579andreafph
Participantok- not all are leading to 500 error pages— however many are or they’re simply not loading the single listing.
April 29, 2014 at 11:03 am in reply to: Events not refreshing/Still shows deleted event in list and list widget #145574andreafph
ParticipantUgh. No…after reimporting, all events lead to 500 error. This is bad.
April 28, 2014 at 6:37 pm in reply to: Events not refreshing/Still shows deleted event in list and list widget #144966andreafph
ParticipantI emptied the trash/deleted permanently- now when I try to ‘edit all’ the other posts for the same event, it doesn’t take me to the editor…also cannot move the posts to trash (Says “error moving to trash”) — Titles still showing in widget/list w/ no thumbnail– all kinds of dead ends.
So I’m wondering if just deleted from the database is the next step? What are the table names/steps to remove posts from phpMyAdmin db?
April 28, 2014 at 5:08 pm in reply to: Events not refreshing/Still shows deleted event in list and list widget #144919andreafph
Participanthttp://www.freepresshouston.com/events/ — See the sidebar widget — it’s the event: LOVE LETTERS IN A TREE • OTIS IKE & IVETE LUCAS w/ the date April 6 – May 19 (the 2nd one is still current)
March 28, 2014 at 10:32 am in reply to: Circular redirect path detected only on recurring events #124338andreafph
ParticipantOkay, yes they’re the same links now- while I was working on this problem I saw a notice that Events Pro and Community plugins were out of date and couldn’t be updated as the license keys were missing. When I clicked to add the keys back to the settings (I had previous added them, don’t know how they disappeared) I kept getting a fatal error instead and couldn’t access those plugins–deleted them both, fresh downloads from tribe site, several freak-outs later got it resolved. Lost all of my customizations so I’ll try to start adding overrides for all of those.) Any idea why the license keys went awol?
andreafph
ParticipantThank you for this. I’ll need a little more guidance on directing the ‘my events’ page to another template- I’ve tried in my functions.php:
add_filter( ‘tribe_is_community_my_events_page’, ‘comm_events_tpl’ );
function comm_events_tpl() { return ‘single-fullwidth.php’; }But I get an error that I ‘Cannot redeclare tribe_is_community_my_events_page()’ as it’s already called from tribe-community-events-template-tags.php
And in tribe-community-events-template-tags.php I’ve also tried:
function tribe_is_community_my_events_page() {
$tce = TribeCommunityEvents::instance();return ‘single-fullwidth.php’;
}And:
function tribe_is_community_my_events_page() { return ‘single-fullwidth.php’; }The single-wp_router_page class is still being applied to the body and the selected template from settings is still being grabbed.
Please take your time in getting back to me. This is no longer as urgent as I was able to make some modifications so the front end is good to go and for now I will be the only one seeing the ‘My Events’ page. So close! This plugin is very much worth the $ and effort to get it going full steam. Thanks!
-
AuthorPosts
