inhouse

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 54 total)
  • Author
    Posts
  • in reply to: Console Errors in TEC Settings Screens and Event Editor #1359534
    inhouse
    Participant

    I 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 84
    
    in reply to: Console Errors in TEC Settings Screens and Event Editor #1359424
    inhouse
    Participant

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

    in reply to: Console Errors in TEC Settings Screens and Event Editor #1358557
    inhouse
    Participant

    This reply is private.

    in reply to: Recurring Events in WP Search #1337289
    inhouse
    Participant

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

    in reply to: Recurring Events in WP Search #1336995
    inhouse
    Participant

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

    Showing only one recurring event

    in reply to: tribe-events-ajax-loading Div Remains Hidden #1335759
    inhouse
    Participant

    This reply is private.

    in reply to: Google Maps API Missing Keys – Not Needed/Wanted Anyway #1335649
    inhouse
    Participant

    I definitely have “Hide location search” checked. We’re not using it. Nothing should be using Google Maps.

    inhouse
    Participant

    This 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=0

    in reply to: Recurring Events Failing to Generate #1328295
    inhouse
    Participant

    Ah, right you are. Thanks for the correction!

    in reply to: 404 Errors for all recurring events #1323211
    inhouse
    Participant

    This reply is private.

    • This reply was modified 8 years, 8 months ago by inhouse.
    in reply to: 404 Errors for all recurring events #1322867
    inhouse
    Participant

    This reply is private.

    in reply to: 404 Errors for all recurring events #1322852
    inhouse
    Participant

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

    in reply to: 404 Errors for all recurring events #1322658
    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.

    in reply to: How to nest multiple events under 1 date? #1321450
    inhouse
    Participant

    I 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 348

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

    inhouse
    Participant

    Hello, 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?

Viewing 15 posts - 16 through 30 (of 54 total)