Assistance Migrating Customizations in V1 Legacy Views to V2
-
My site is running WordPress 5.9.3, and I have the basic/free version of The Events Calendar plugin installed. To prepare my site for the removal of V1 Legacy Views, I recently enabled ‘Use updated calendar designs’ in Events Settings -> Display. After enabling this setting, I lost all my Events Calendar customizations. Following are the customizations currently configured in Appearance -> Customize -> Additional CSS
/*Upcoming Events Widget*/
.tribe-events-list-widget li.tribe-events-list-widget-events {
font-size: 14px;
color: black;
padding: 5px; margin-left: -40px;
}#secondary .widget .tribe-event-title a {
color: #953634;
}#secondary .widget .tribe-event-title a:hover {
color: #DADADA;
}#tribe-events-content a:hover {
color: #DADADA;
}/*View All Events Widget Link*/
#secondary .widget .tribe-events-widget-link a {
color: #953634;
}/*View All Events Widget Link*/
#secondary .widget .tribe-events-widget-link a:hover {
color: #DADADA;
}/*Events Page Remove top padding*/
.events-list .post-inner-content,
.events-gridview .post-inner-content,
.tribe-events-day .post-inner-content {
padding-top: 0;
}/*Events Page Left Align Header*/
.tribe-events-page-title {
text-align: left;
}/*Events Page Left Align Calendar Control*/
.tribe-bar-disabled {
float: left;
}/*Events Page No Notices Below Caledar Control*/
.tribe-events-notices {
clear: both;
}/*Events Page GCal Button*/
.tribe-events-gcal.tribe-events-button {
background-color: #953634 !important;
}/*Events Page ICal Button*/
.tribe-events-ical.tribe-events-button {
background-color: #953634 !important;
}I am hoping someone may be kind enough to assist me with restoring my customizations.
Sidebar Widget
– Widget Title – font and style should match other widget titles
– Event Link Color – #953634
– Event Link Hover Color – #953634
– View Calendar Link Color – #953634
– View Calendar Link Hover Color – #953634Events Page
– Page Title – should say “EVENTS” instead of “Untitled”
– Event Link Color – #953634
– Event Link Hover Color – #953634
– Subscribe to Calendar Dropdown Color – #112442Thank you in advance!
The page I need help with: [log in to see the link]
- The topic ‘Assistance Migrating Customizations in V1 Legacy Views to V2’ is closed to new replies.