Forum Replies Created
-
AuthorPosts
-
shodges
ParticipantA little more information:
I disabled all plugins except the-events-calendar and also changed to a generic WordPress theme — no change.
I’ve noticed an interesting difference when I try to edit an event using the domain-mapped site name versus the non-domain-mapped one — e.g.
(the domain-mapped name)
http://somesite.univ.edu/(the non-domain-mapped name)
http://wordpress.univ.edu/somesite/The domain-mapped name loads only 3 tribe-related css files:
<link rel=’stylesheet’ id=’tribe-events-admin-menu-css’ href=’http://somesite.univ.edu/wp-content/plugins/the-events-calendar/src/resources/css/admin-menu.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe_events-admin-css’ href=’http://somesite.univ.edu/wp-content/plugins/the-events-calendar/src/resources/css/events-admin.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-events-admin-ui-css’ href=’http://somesite.univ.edu/wp-content/plugins/the-events-calendar/src/resources/css/events-admin.css?ver=4.5.11′ type=’text/css’ media=’all’ />but the non-domain-mapped name loads many more:
<link rel=’stylesheet’ id=’tribe-events-admin-menu-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/src/resources/css/admin-menu.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe_events-admin-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/src/resources/css/events-admin.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-select2-css-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/vendor/select2/select2.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-jquery-timepicker-css-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/vendor/jquery-timepicker/jquery.timepicker.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-events-admin-ui-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/src/resources/css/events-admin.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-dependency-style-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/src/resources/css/dependency.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-bumpdown-css-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/src/resources/css/bumpdown.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-buttonset-style-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/src/resources/css/buttonset.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-common-admin-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/src/resources/css/tribe-common-admin.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’tribe-datepicker-css’ href=’http://wordpress.univ.edu/somesite/wp-content/plugins/the-events-calendar/common/src/resources/css/datepicker.min.css?ver=4.5.11′ type=’text/css’ media=’all’ />Domain mapping is pretty essential in our environment, so I’d like to figure out a way that The Events Calendar can work with it. Thanks–
-
AuthorPosts
