Custom CSS issue

Home Forums Calendar Products Events Calendar PRO Custom CSS issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1464089
    alexhammerstein
    Participant

    Hi
    Newbie at WordPress. I am running Events Calendar Pro, and want to make some changes to how my listings are displayed.

    I am using [ecs-list-events contentorder=’title, excerpt, date, venue’] and want to change the the title font size and colour of the font.

    In a new file: Themes/mytheme/tribe-events i have created a file tribe-events.css. This contains the following code:
    /* For iCal and Google Calendar Single Events View, Events Calendar */
    body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;
    }

    body.single-tribe_events .tribe-events-cal-links a.tribe-events-ical {
    display: none !important;
    }

    .single-tribe_events #tribe-events-footer .tribe-events-sub-nav, .single-tribe_events #tribe-events-header .tribe-events-sub-nav {display: none !important}

    .event-is-recurring{display: none !important}
    .tribe-events-event-meta dt {display: none !important}
    .tribe-events-event-categories {display: none !important}
    .ecs-event-title {
    font-size: 14px;
    color: #6190a2;

    }

    The lines in bold are not working. I am wondering if you can tell me what i have done wrong. The page url is http://www.modburyteam.org/a-test

    Thanks
    A

    #1465517
    Cliff
    Member

    Hi, Alex.

    ecs-list-events is not one of our shortcodes. It looks like it’s probably from https://eventcalendarnewsletter.com/the-events-calendar-shortcode/, which we do not provide support for.

    Please not that, per our Scope of Support / Terms, we do not provide styling support. However, I took a look and didn’t see your tribe-events.css file loaded at all in the page source of http://www.modburyteam.org/a-test

    #1466217
    alexhammerstein
    Participant

    Hi Cliff

    I had not realised that the shortcode was not from your company – have now had a close look and see that yes it comes from another company.

    Is there anything I need to do to get tribe-events.css to load?

    Thanks
    Alex

    #1466675
    Cliff
    Member

    I manually entered http://www.modburyteam.org/wp-content/themes/pro/tribe-events/tribe-events.css and found that file actually does exist.

    I downloaded your file and put it in my Twenty Seventeen’s “tribe-events” directory and the file did load… since this isn’t currently a known issue for others and since I couldn’t reproduce the issue, I’d suggest following these recommended troubleshooting steps for your own site:

    There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.

    Of course, we always recommend restorable database and file backups as well as performing modifications first on a staging site before modifying anything on your live/production site.

    If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).

    Then, please share your System Information (while in Testing for Conflicts Mode) in a Private Reply. That will give me a lot of extra information to help troubleshoot this.

    You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

    Let us know what you find out.

    Thanks.

    #1486128
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom CSS issue’ is closed to new replies.