• Resolved pievedepitti

    (@pievedepitti)


    Hi, I added a repeated event and despite the calendar shows right dates (every Tuesday and Friday), the widget on the right sidebar of the page lists all days.
    Moreover, I need to set a different calendar style on https://www.pievedepitti.it/degustazione_vini/:
    1. I need to translate text to main language (ITA)
    2. need to change colour of the background of the title (from glue to gold)
    3. need to resize the entire calendar making it smaller.

    Hope you can help me doing this.
    Thanks
    Caterina

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Md. Abdullah Al Mahim

    (@aamahin)

    Hello @pievedepitti ,

    Here are your answers:

    1. I need to translate text to the main language (ITA)
    ==> You can use the Loco Translate plugin to translate strings to your language

    2. need to change the color of the background of the title (from glue to gold)
    ==> We don’t have any style settings for it, but you can do it easily with CSS

    .equinox .calendar-header {
        background-color: #85764f;
    }

    3. need to resize the entire calendar making it smaller.
    ==> You need to use CSS for controlling the calender size, Example below:

    .event-calendar.equinox.detailed {
        width: 200px;
        height: 200px;
    }

    Thanks & Regards

    Thread Starter pievedepitti

    (@pievedepitti)

    Hi, this code
    .event-calendar.equinox.detailed {
    width: 200px;
    height: 200px;
    }
    doesn’t work. it fixes dimension of the hader but not the calendar itselfs

    Thread Starter pievedepitti

    (@pievedepitti)

    Hi, while I’m still waiting a reply to mi last post, please also noted that trying to use the shortcode
    [event-list style=’grid’ pagination=’carousal’ carousal-dots=’yes’ carousal-nav=’yes’ column=3]
    the result I get is a list instead as on
    https://www.pievedepitti.it/degustazione_vini

    Any suggestion to get the proper display??

    Thread Starter pievedepitti

    (@pievedepitti)

    Ok. I found an othe shortcode that works but kindly reply to my previous post regardins calendar css

    Thread Starter pievedepitti

    (@pievedepitti)

    Hi there
    Still have a lot of issue with this plug in.
    FIRST: shortcodes are not translated and they do not appear in second language page.
    SECOND: the event is listed as recurring event but list of available date appeares as transtaprent drop down window so practically useless
    THIRD: the event box still shows an event DATE and is not easy to understand that more date are available.
    Please see the screeenshoot
    https://ibb.co/Mp96GQ0
    page where issue occurs
    https://www.pievedepitti.it/degustazione_vini/
    https://www.pievedepitti.it/en/winetour/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Calendar not displaying properly’ is closed to new replies.