• Resolved alexbaes

    (@alexbaes)


    Hello, I am testing the plugin because it is what I need, a simple calendar to show free or busy, without reservation.

    2 cuestions:

    1.what is the shortcode to add it inside a page created with Elementor? I see how to add it to a simple WordPress page as a widget, but not how to add it to Elementor.

    2. Why the name of the days are all D? How can it be rectified? I have selected the Spanish language.

    2.1 Is there a way to indicate the first 3 letters of the day, instead of just the first?

    Thank you very much.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Roland Murg

    (@murgroland)

    Hey @alexbaes,

    The shortcode for the free version is [wpsbc id="1" title="yes/no" legend="yes/no" legend_position="side/top/bottom" language="auto/language-code"]

    I have released an update to the plugin (v2.0.8.1) which fixes the Catalan language to include 2 letters instead of just one. Doesn’t make much sense since all the days of the week start with the letter D ??

    3 letters would be too much and wouldn’t fit properly in the calendar.

    Thanks for reporting this.

    Thread Starter alexbaes

    (@alexbaes)

    Okay, thank you very much Roland. In Catalan we don’t complicate the name of the days haha.

    If I buy the pro version of the plugin, and some adaptations have to be made, it could be done, right? A client needs a calendar that shows availability and this simple calendar sounds like it.

    Thank you.

    Plugin Author Roland Murg

    (@murgroland)

    Hey @alexbaes,

    I have updated the week day names in both the Free and Premium plugins. Do you need other changes as well?

    Send us an email at [email protected] and let me know what exactly do you need, and i’ll let you know if it’s doable or not ??

    Thread Starter alexbaes

    (@alexbaes)

    OKey. Another question, the calendar works in a multilingual site? with 2 languages? I need in Spanish and English.

    Plugin Author Roland Murg

    (@murgroland)

    Yes. I assume you already enabled the language in the Settings page.

    When embedding the calendar, change the language parameter in the shortcode, or in the embed options if you are embedding using a widget. language="en" or language="ca"

    Thread Starter alexbaes

    (@alexbaes)

    Hi Roland,
    I’ve seen that in the legend appears 3 items, how can I disable the change item? I only need available and no available.

    Thanks !!

    Plugin Author Roland Murg

    (@murgroland)

    Hey @alexbaes,

    If you are using the Premium version, you can hide or delete legend items from your calendar’s Edit Legend page.

    If you are using the free version, you can hide it with CSS. Add this code to WP Admin -> Appearance -> Customize -> Additional CSS:

    .wpsbc-legend-item:nth-child(3) {display: none;}

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change day name’ is closed to new replies.