• Resolved boyi

    (@boyi)


    The day_format parameter is ignored. in this case:

    [open_special tag=”div” class=”bc-card-content” empty=true count=60 day_format=”short_date_short_month”]

    When i set this in the setting only for special hours, i get it for the normal ones too.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Noah Hearle

    (@designextreme)

    @boyi The parameter: day_format will apply to all opening hours in the [open] Shortcode.

    The main issue here is you’re using the wrong Shortcode – [open_special] is just a check for special opening hours, great for conditional HTML usually enclosing the [open] Shortcode with regular set to FALSE.

    Please use something like the following in your website:

    [open_special tag="div" class="bc-card-content" empty=true count=60]
    <h2>Special opening hours</h2>
    [open regular=false special=true count=60 day_format="short_date_short_month"]
    [/open_special]
    Thread Starter boyi

    (@boyi)

     [open_special tag="div" class="bc-card-content" empty=true count=60]
    <h3 class="bc-card-title">Ausnahmen &amp; Feiertage</h3>
    [open regular=false special=true count=60 day_format="short_date_short_month"]
    [/open_special]

    I tried this, but i only get daynames for the special opening

    Plugin Author Noah Hearle

    (@designextreme)

    @boyi If you’re using the [open] Shortcode with these parameters, you’ll only see the special opening hours, not the regular opening hours.

    You can set the specific date formatting within then General section in settings, the second drop down covers specific date formats for special opening hours.

    Thread Starter boyi

    (@boyi)

    thank you now it’s working

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.