• Hello,

    I am attempting to remove the date/line notated as “Today/Days with Events” on certain pages on my website. I am having a hard time figuring it out, and was wondering if you could provide me with some insight. I’m not sure if the premium version does this, if so just let me know.

    What we’re trying to accomplish is integrating Simple Calendar with Slider Revolution to create an informational screen to display on TVs for our residents. I’ve all but got this down, I’m just having a few hiccups (this is one of them).

    Here is what I’m talking about: http://parkcentral.topzonedev.com/ppt-tv/

    In this slider, you’ll see Tue, Nov.22, 2016, I am wanting to completely remove that from these.

    Also, I’m having a problem with one of my calendars as well (http://parkcentral.topzonedev.com/ppt-tv4/). What’s going on here is that it’s displaying “Special:” an extra time for each listing. Here’s the code in the calendar I have for that:

    <span style="color: #ffffff; font-size: 14pt;"> <em><strong>Special:</strong></em>
    [description]</span>

    It’s set up the same as my other pages, even one that has extra text at the top. Thank you for your assistance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    I took a look at the link you gave me but I don’t see any slider or anything, I just see the events from Nov 22. I’m really sorry but I don’t think I quite get what you are meaning for the first issue. Are you trying to remove only certain events from the calendar?

    For the second issue – does your description for the event also have the word “Special:” in it?

    Thread Starter klawson86

    (@klawson86)

    1. It’s not a slider on this, I was just giving you insight on what it was being used for. I’m asking how (if possible) to remove this: example

    2. No, the description is plain text, example:
    “Hamburger Steak
    Bake Potato
    Salad”

    Plugin Contributor Nick Young

    (@nickyoung87)

    Ah ok.

    1. You can hide that with CSS or you can try changing the list to use the option “Compact List”.

    2. Maybe for this there is a conflict somewhere. Try running through this just so we can be sure there isn’t: http://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/

    Thread Starter klawson86

    (@klawson86)

    1. How do I hide it with CSS?

    2. I couldn’t find a conflict. I ran through testing for the plugin, theme, and widget – did not fix the issue. The other calendars are working fine.

    Plugin Contributor Nick Young

    (@nickyoung87)

    You could try something like this:

    .simcal-default-calendar-list dt.simcal-day-label {
    display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Removing the Date (List View)’ is closed to new replies.