• 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 1 replies (of 1 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]
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.