Forum Replies Created
-
AuthorPosts
-
October 5, 2017 at 7:11 am in reply to: Console Errors in TEC Settings Screens and Event Editor #1359534
inhouse
ParticipantI just realized debugging wasn’t enabled and I now see 2 warnings. The errors were due to “define(‘WP_CACHE’, true)” in my wp-config file left over from W3 Total Cache which is currently disabled. Once I removed that; the warnings disappeared and the datepicker fields are working correctly.
Warning: include(/var/www/vhosts/stpetersarts.org/httpdocs/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /var/www/vhosts/stpetersarts.org/httpdocs/wp-settings.php on line 84 Warning: include(): Failed opening '/var/www/vhosts/stpetersarts.org/httpdocs/wp-content/advanced-cache.php' for inclusion (include_path='.:') in /var/www/vhosts/stpetersarts.org/httpdocs/wp-settings.php on line 84October 5, 2017 at 4:22 am in reply to: Console Errors in TEC Settings Screens and Event Editor #1359424inhouse
ParticipantAs stated, I removed the plugin conflict variable by disabling any plugin that is not active on the main site. Any network active plugin is obviously active on the main site where TEC is behaving normally. This cannot be a network active plugin conflict or a theme issue as I removed those variables. I’ll change the permalinks if it becomes an issue.
October 3, 2017 at 1:43 pm in reply to: Console Errors in TEC Settings Screens and Event Editor #1358557inhouse
ParticipantThis reply is private.
inhouse
ParticipantIt solves my problem thanks to Relevanssi. To me, it’s still an issue as the plugin should be tidying up recurring events for search results without the need for custom programming.
inhouse
ParticipantThe Relevanssi Search developer provided a function which takes care of this. This won’t help if you’re not using the Relevanssi plugin but I highly recommend it as it greatly improves the WP search.
inhouse
ParticipantThis reply is private.
August 15, 2017 at 11:35 am in reply to: Google Maps API Missing Keys – Not Needed/Wanted Anyway #1335649inhouse
ParticipantI definitely have “Hide location search” checked. We’re not using it. Nothing should be using Google Maps.
August 15, 2017 at 5:50 am in reply to: Google Maps API Missing Keys – Not Needed/Wanted Anyway #1335391inhouse
ParticipantThis is the calendar list view, not the single event template. I’ll send a link privately as this is an unpublished site build.
Here’s a screenshot showing one of the events. Even if I check “Show Google Maps Link”, it shouldn’t mean the plugin loads Google Maps scripts on the list page especially when “Enable Google Maps” is unchecked.
https://www.dropbox.com/s/sybbf9mh7fk5uzo/Screenshot%202017-08-15%2008.45.54.png?dl=0inhouse
ParticipantAh, right you are. Thanks for the correction!
inhouse
ParticipantThis reply is private.
inhouse
ParticipantI followed the tutorial but I still don’t have any spaces available. It’s just a personal licence.
https://www.dropbox.com/s/y22o8qngysa1o5p/Screenshot%202017-07-18%2015.29.49.png?dl=0
EDIT: Actually, after a few refreshes on the My Account page, the old domain keeps popping back in even though I remove the license from the plugin settings.
inhouse
Participant@patriciahillebrandt I don’t have any available updates. I’m developing at new.domain.com instead of domain.com. Could that be the issue? I tried to reissue my license for new.domain.com but can’t quite figure that out in my account.
inhouse
ParticipantI see how moving tribe_events_list_the_date_headers out of the loop would get it to stop repeating for each event; however, I get an error when I move it just above while(have_posts()).
<h2><?php tribe_events_list_the_date_headers(); ?></h2> <?php while ( have_posts() ) : the_post(); ?>Notice: Undefined variable: prev_event_month in /var/www/vhosts/stpetersarts.org/httpdocs/wp-content/plugins/the-events-calendar/src/functions/template-tags/loop.php on line 348Any change you have some example of this from another site I can peek at? I expect that many other websites that have multiple events per date nest events under a single date display as opposed to repeating the date for each event.
March 10, 2017 at 8:58 am in reply to: Advanced Custom Fields Time Picker Field Format Modified #1252471inhouse
ParticipantHello, checking in on this as we cannot input any content into the custom fields. Not only are the pickers broken but the data won’t even save. Do we have a time frame? I’m happy to test a patch. If this is not scheduled to patch for weeks, we’ll have to attempt to roll back to a previous version of the plugin. Can you let me know what version is safe to roll to?
-
AuthorPosts
