• We have a need to display a shared calendar. I thought using this plugin would be better than some sort of embedded view.

    The plugin is in place. The calendar is linked. But the result is not quite great. The preview on the website is amazing. But our implementation is lacking.

    Mainly, the drop down for selecting months is full width. And does not seem to work.
    In addition, the calendar itself is full width. I would like to clean that appearance up a bit.

    I do not mind buying the pro-version, if we can make this work.

    [email protected]

    [ics_calendar url=”https://outlook.office365.com/owa/calendar/[email protected]/8dd79514f8bb44deaac7421fdf652d807306211693101597851/calendar.ics” title=”Driver Time Off” view=”month” ]

    Site:??Crossroads Courier
    URL:??https://crossroadscourier.com
    ICS Calendar:??9.6.5.2
    WordPress:??5.9.3
    Multisite:??0
    PHP:??7.4.29
    Server Software:??Apache
    OS:??Linux 2.6.32-954.3.5.lve1.4.89.el6.x86_64 x86_64
    Language:??en-US
    Charset:??UTF-8
    System Timezone:??Not available
    WordPress Timezone:??
    Active Theme:??Cargo v.1.0.6 (cargo)
    Active Plugins:??
    ????Advanced iFrame custom folder:??1.0
    ????Advanced iFrame:??2022.2
    ????All 404 Redirect to Homepage:??3.6
    ????iThemes Security:??8.1.2
    ????Cost Calculator:??1.0.9
    ????BoldThemes WordPress Importer:??1.0.1
    ????Cargo:??1.0.2
    ????Classic Editor:??1.6.2
    ????Classic Widgets:??0.3
    ????Contact Form 7:??5.5.6.1
    ????Duplicate Page:??4.4.8
    ????Elementor:??3.6.5
    ????Maps Widget for Google Maps:??4.22
    ????ICS Calendar:??9.6.5.2
    ????Insert Pages:??3.7.3
    ????Meta Box:??5.6.4
    ????Rapid Composer:??4.2.3
    ????Simple History:??3.3.0
    ????WP Mail SMTP:??3.4.0
    cURL:??
    ????version_number:??476928
    ????age:??6
    ????features:??3130269
    ????ssl_version_number:??0
    ????version:??7.71.0
    ????host:??x86_64-redhat-linux-gnu
    ????ssl_version:??OpenSSL/1.1.1d
    ????libz_version:??1.2.3
    ????ares:??
    ????ares_num:??0
    ????libidn:??
    ????iconv_ver_num:??0
    ????libssh_version:??libssh2/1.8.0
    ????brotli_ver_num:??0
    ????brotli_version:??
    PHP Settings:??
    ????allow_url_fopen:??1
    ????max_execution_time:??30
    ????memory_limit:??256M

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bedowyn

    (@bedowyn)

    Anything? Anyone? Can I throw some money at an answer??

    Plugin Author room34

    (@room34)

    I’m sorry for the delayed response… I was out of the office most of last week and I never saw the notification for the original post.

    The issues you’re dealing with here seem to be related to the CSS of your site, but we should be able to make some adjustments that will improve the appearance.

    These CSS changes will need to go into your theme/child theme, or into the Customizer under Appearance > Customize > Additional CSS.

    First, to get some margins around the calendar, you can try something like this:

    .ics-calendar { margin: 3rem; }

    The dropdown menu may be a bit trickier to address, as its appearance is being modified by either your theme or a plugin that is overriding the default browser dropdown with a set of CSS/JavaScript called “Fancy Select.”

    Because this is a plugin or theme conflict that is adding extra functionality, and not simply a matter of CSS, you may need to do some additional troubleshooting on your end to determine the best way to resolve the conflict.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘First Usage – Month Display not working well’ is closed to new replies.