Russell

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Calendar Dates Not Matching When Exported To Google Calendar #1349719
    Russell
    Participant

    Thank you for your help and the thorough explanation Andras.

    in reply to: Calendar Dates Not Matching When Exported To Google Calendar #1349484
    Russell
    Participant

    Hi Andras,

    Any update on this? Appreciate your help!

    Russell
    Participant

    Ok, final update on this. I believe I have found a temporary fix until you guys can update this on your end. It seems that the error only occurs when the filter bar is activated due to lines 97-99 of the tribe-events-ajax-calendar.js file:

    
    if ( ts.filter_cats ) {
        td.cur_url = $( '#tribe-events-header' ).data( 'baseurl' ) + ts.date + '/';
    } 
    

    This line seems to be pulling the baseurl from a data attribute on the calendar’s header element. This data attribute is the same both with or without the filter bar plugin activated, the only difference is that when the filter bar isn’t activated the events calendar uses an internal baseurl variable to set the url instead of this data attribute. This internal variable’s value doesn’t have ‘month/’ appended to the end, and works because of that.

    I was able to modify this data attribute and fix my problem by adding the following code into my functions.php file.

    
    function month_view_baseurl_fix($output){
    	$output = str_replace('month/', '', $output);
    	return $output;
    }
    add_filter('tribe_get_gridview_link', 'month_view_baseurl_fix');
    
    Russell
    Participant

    I just tested this with the filter bar plugin de-activated, and the issue did NOT occur. Perhaps I should move this thread to the Filter Bar support forums?

    Please let me know how to proceed.
    Thanks!

    in reply to: HTML in description import spreadsheet… #1115458
    Russell
    Participant

    Great. Thanks.

    Russell
    Participant

    1. Yes all custom code has been removed. I am able to recreate the issue on a local install of wordpress using the 2016 theme and with Version 4.1.2 of the events calendar, Version 4.1.2 of the events calendar pro, and version 4.1.1 of the advanced post manager as the only active plugins. My local is running php version 5.6.2

    2. By front-end i mean the html and CSS. As far as I can tell the php that saves the meta data to the database functions as it should. This error only causes the layout of the admin panel to break.

    3. I do not need to update anything for this error to occur. Simply open the quick edit box, hit save, and the layout breaks.

    4. See #3

    Attached are screenshots that show the issue a little better.

    Thanks for the help! I really appreciate it.

    Russell
    Participant

    I don’t know why I didn’t perform this test beforehand, but I’ve confirmed that this problem still occurs after removing the code generating the custom quick edit input. In fact it occurs after removing all plugins from the site, save for events calendar, events calendar PRO, and advanced post manager.

    Also, as far as I can tell, this bug only affects the front-end. The meta data seems to be updating properly.

    Russell
    Participant

    Whoops, my mistake. Yes I am referring to the advanced post manager plugin.

    And here is my system information:

    HOME URL
    http://s13244.p20.sites.pressdns.com
    SITE URL
    http://s13244.p20.sites.pressdns.com
    INSTALL KEYS
    events-calendar-pro = 159ac91dc989a03f7292d45f7c603011a681b5ed
    tribe-filterbar = d40d1b0bae3ba4ccd50255b4fd7a9bc45f548693
    WORDPRESS VERSION
    4.4.2
    PHP VERSION
    5.5.30-1+deb.sury.org~precise+1
    PLUGINS
    Advanced Post Manager version 4.1.1 by Modern Tribe, Inc.(http://m.tri.be/4n)
    Akismet version 3.1.10 by Automattic(http://automattic.com/wordpress-plugins/)
    Contact Form 7 version 4.4.1 by Takayuki Miyoshi(http://ideasilo.wordpress.com/)
    Custom Facebook Feed version 2.4.1.2 by Smash Balloon(http://smashballoon.com/)
    Disqus Comment System version 2.85 by Disqus (https://disqus.com/)
    Elegant Themes Updater version 1.1 by Elegant Themes(http://elegantthemes.com)
    Enable Media Replace version 3.0.4 by Måns Jonasson(http://www.mansjonasson.se)
    The Events Calendar PRO version 4.1.2 by Modern Tribe, Inc.(http://m.tri.be/20)
    Facebook Albums version 2.0.5.3a by Matt Glaman(http://glamanate.com)
    Feed Them Social (Facebook, Instagram, Twitter, etc) version 1.9.5 by SlickRemix(http://slickremix.com/)
    Formidable version 2.01.0 by Strategy11(http://strategy11.com)
    Fairmont Custom Functionality version 1.0 by Adrian Ortega(http://www.goldencomm.com/page/people/adrian-ortega.aspx)
    Jetpack by WordPress.com version 4.0.2 by Automattic(http://jetpack.com)
    Juicer version 1.7.2 by Ryan MacInnes(http://www.goddamnyouryan.com)
    Admin Bookmarks version 1.0.0 by Brad Vincent(http://fooplugins.com)
    Pop-Up CC version 2.0.7 by Chop-Chop.org(http://chop-chop.org)
    Shortcodes Ultimate version 4.9.9 by Vladimir Anokhin(http://gndev.info/)
    Simple 301 Redirects version 1.07 by Scott Nellé(http://www.scottnelle.com/)
    Simple CSS version 0.3 by Tom Usborne(http://edge22.com)
    Simple Login Log version 1.1.0 by Max Chirkov(http://SimpleRealtyTheme.com)
    SVG Support version 2.2.2 by Benbodhi(http://benbodhi.com)
    The Events Calendar version 4.1.2 by Modern Tribe, Inc.(http://m.tri.be/1x)
    The Events Calendar: Filter Bar version 4.1 by Modern Tribe, Inc.(http://m.tri.be/25)
    Uber Login Logo version 1.5.1 by UberWeb(http://www.uberweb.com.au/)
    Wordfence Security version 6.1.4 by Wordfence(http://www.wordfence.com/)
    WordPress Importer version 0.6.1 by wordpressdotorg(http://wordpress.org/)
    Yoast SEO version 3.2.3 by Team Yoast(https://yoast.com/)
    WP Migrate DB version 0.8 by Delicious Brains(http://deliciousbrains.com)
    WPFront Notification Bar version 1.7 by Syam Mohan(http://wpfront.com)
    WPFront User Role Editor Personal Pro version 2.12.5 by Syam Mohan(http://wpfront.com)
    NETWORK PLUGINS

    MU PLUGINS
    Pagely Management V2 version 1.0.1 by Pagely(https://pagely.com)
    THEME
    Divi
    MULTISITE

    SETTINGS
    tribeEnableViews = Array
    (
    [0] => list
    [1] => month
    [2] => week
    [3] => day
    )
    schema-version = 4.1.2
    recurring_events_are_hidden = exposed
    previous_ecp_versions = Array
    (
    [0] => 0
    [1] => 3.11.2
    [2] => 3.12
    [3] => 3.12.1
    [4] => 3.12.2
    [5] => 3.12.3
    [6] => 3.12.4
    [7] => 3.12.5
    [8] => 3.12.6
    [9] => 4.0
    [10] => 4.0.1
    [11] => 4.0.2
    [12] => 4.0.4
    [13] => 4.0.5
    [14] => 4.0.6
    [15] => 4.0.7
    [16] => 4.1
    [17] => 4.1.0.1
    [18] => 4.1.1
    [19] => 4.1.1.1
    )
    latest_ecp_version = 4.1.2
    last-update-message = 3.12.3
    earliest_date = 2016-02-09 08:00:00
    latest_date = 2016-06-20 15:25:00
    stylesheetOption = tribe
    tribeEventsTemplate =
    viewOption = month
    tribeDisableTribeBar =
    monthEventAmount = 4
    enable_month_view_cache =
    dateWithYearFormat = F j, Y
    dateWithoutYearFormat = F j h:m A
    monthAndYearFormat = F Y
    dateTimeSeparator = @
    timeRangeSeparator = –
    datepickerFormat = 0
    tribeEventsBeforeHTML =
    tribeEventsAfterHTML =
    donate-link = 1
    postsPerPage = 20
    liveFiltersUpdate = 1
    showComments =
    showEventsInMainLoop =
    eventsSlug = calendar
    singleEventSlug = event
    multiDayCutoff = 00:00
    defaultCurrencySymbol = $
    reverseCurrencyPosition =
    embedGoogleMaps = 1
    embedGoogleMapsZoom = 8
    debugEvents =
    disable_metabox_custom_fields = show
    pro-schema-version = 4.1.2
    custom-fields = Array
    (
    [2] => Array
    (
    [name] => _ecp_custom_2
    [label] => Result
    [type] => dropdown
    [values] => W
    L
    )
    )

    custom-fields-max-index = 3
    hideLocationSearch =
    hideRelatedEvents =
    week_view_hide_weekends =
    weekDayFormat = D jS
    defaultValueReplace = 1
    eventsDefaultOrganizerID =
    eventsDefaultVenueID = 0
    eventsDefaultAddress =
    eventsDefaultCity =
    eventsDefaultState = CA
    eventsDefaultProvince =
    eventsDefaultZip =
    defaultCountry = Array
    (
    [0] => US
    [1] => United States
    )
    eventsDefaultPhone = (714) 765-6300
    tribeEventsCountries = US, United States
    hideSubsequentRecurrencesDefault =
    userToggleSubsequentRecurrences =
    recurrenceMaxMonthsBefore = 24
    recurrenceMaxMonthsAfter = 12
    geoloc_default_geofence = 25
    geoloc_default_unit = miles
    tribe_events_timezone_mode = event
    tribe_events_timezones_show_zone =
    pue_install_key_events_calendar_pro = 159a################################b5ed
    events_filters_layout = horizontal
    events_filters_default_state = open
    earliest_date_markers = Array
    (
    [0] => 3778
    )
    latest_date_markers = Array
    (
    [0] => 4095
    )
    WORDPRESS TIMEZONE
    America/Los_Angeles
    SERVER TIMEZONE
    UTC
    COMMON LIBRARY DIR
    /dom13244/wp-content/plugins/the-events-calendar/common/src/Tribe
    COMMON LIBRARY VERSION
    4.1

    in reply to: How to limit the available categories in filter bar #1081061
    Russell
    Participant

    Thanks! The tribe_events_filter_values filter was exactly what I needed.

    Russell
    Participant

    Thanks

    Russell
    Participant

    Thanks. So the system doesn’t care about sub-categories or hierarchy. It’s just looking for unique category names, right? The challenge we’re going to have then is that the school has several campuses. And each campus has the same sub-category names.

    Russell
    Participant

    @Brian, thanks for the reply. I’m still confused about how to do it. Any chance you can use a real-world example using the categories in my screenshot: https://goo.gl/Ryy9Tu I created a demo spreadsheet: https://goo.gl/2ETCmR. Each event might use one or all of the available categories (or some combination). I think I need to see an actual example. Thanks a lot for your help.

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