• Resolved towpni

    (@towpni)


    Hi there, I love your plugin a lot! Is it possible to show “date/time” AND “location” in one line (without text break)?
    Notice: I disabled “title” via CSS because titel is not important.
    This calendar has one function: It shows visitors, which room is booked at what date/time.
    Any support is highly appreciated.
    Kind regards,
    Thomas

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author kimipooh

    (@kimipooh)

    Thank you for your interest in the plugin.
    You can customize it however you like, using hooks.
    Please provide an example of what you would like to display specifically.
    For example, the display itself, such as “02-09-2025 location”.

    Thread Starter towpni

    (@towpni)

    Sounds good!!!! It will be perfect this way:

    02.09.’25 14:00–17.30 
· Bandraum

    What you see above are the following informatiosn in one line (without break):
    – Date (02.09.’25)
    – Start Time (14:00)
    – End Time (17:30)
    – Location (Bandraum)

    Thank you in advance for your support!

    Plugin Author kimipooh

    (@kimipooh)

    For now, I’ve released version 7.2.4, which includes the desired simple template. First, please update your plugin to version 7.2.4.
    Then, at a minimum, set the following as a shortcode:

    [gc_list_view date_format="d.m.\'y h:i" view_location="yes" html_tag="li-notitle" view_location_name="·" view_end_date="-"]

    If you change the value of view_location_name=”·” to, for example,
    view_location_name=”—-“, you can also use the following format:

    02.09.’25 14:00-17:30 —- Bandraum

    • This reply was modified 6 months, 3 weeks ago by kimipooh.
    • This reply was modified 6 months, 3 weeks ago by kimipooh.
    Thread Starter towpni

    (@towpni)

    Thank you so much – works nearly perfectl!!!!
    Two issues remaining:
    1)
    End time is not in 24-hour format of an hour with leading zeros
    actually, it ist 07:30 instead of 19:30:
    02.09.’25 14:15-07:30 · Salon
    It should be
    02.09.’25 14:15-19:30 · Salon

    2)
    General settings: I have chosen for HTML tag: <li-month>
    But the month titles are missing. The titles give a better structure to the list; very helpfull for visitors.

    I hope these problems can be fixed!?

    Kind regards

    Plugin Author kimipooh

    (@kimipooh)

    Oh, I forgot.
    Change the h:i to H:i.
    If you want to change the formatting for others, you can use the following parameters:
    https://www.php.net/manual/en/datetime.format.php

    In the just-released 7.2.6, you can now set the date and time formats separately. The following should also work, including the new template “li-month-notitle”:

    [gc_list_view date_format="d.m.\'y" time_format="H:i" view_location="yes" html_tag="li-month-notitle" view_location_name="·" view_end_date="-"]
    Thread Starter towpni

    (@towpni)

    Thank you again!
    I updated to 7.2.6 and added this code:
    [gc_list_view date_format=”d.m.\’y time_format=”H:i” view_location=”yes” html_tag=”li-notitle” view_location_name=”·” view_end_date=”-“]
    Result:
    – start time AND end time look perfect.
    – date is not ok, now it’s 2025.09.03 (it should be 03.09.’25).

    Plugin Author kimipooh

    (@kimipooh)

    Thank you for your suggestion. I think being able to add titles for each month is a good idea.
    Please update to 7.2.7, which has been released.

    This should be set in the format of month number:month title, separated by commas. Set all months from January to December if necessary.

    [gc_list_view date_format="d.m.\'y" time_format="H:i" view_location="yes" html_tag="li-notitle" view_location_name="·" view_end_date="-" months_title="1:January Title,2:February title, 3:March Title"]

    If the date is strange, suspect date_format=”d.m.\’y”. In particular, ” and ‘ may become other characters when copied and pasted from a web page. Therefore, try re-entering them manually.

    Thread Starter towpni

    (@towpni)

    Hello I, Dates are fine now but I can’t see titles for month. I added

    [gc_list_view date_format=”d.m.\’y” time_format=”H:i” view_location=”yes” html_tag=”li-notitle” view_location_name=”·” view_end_date=”-” months_title=”1:Januar,2:Februar,3:März,4:April,5:Mai,6:Juni,7:Juli,8:August,9:September,10:Oktober,11:November,12:Dezember”]

    Dates are fine now, but I can’t see titles for month.

    Plugin Author kimipooh

    (@kimipooh)

    It looks like you forgot to include the li-month-notitle template file.
    Update to 7.2.8 and give it a try.

    Thread Starter towpni

    (@towpni)

    Update is done (to 7.2.8). Titles for month are still missing ; (

    Plugin Author kimipooh

    (@kimipooh)

    [gc_list_view date_format="d.m.\'y" time_format="H:i" view_location="yes" html_tag="li-month-notitle" view_location_name="·" view_end_date="-" months_title="1:Januar,2:Februar,3:März,4:April,5:Mai,6:Juni,7:Juli,8:August,9:September,10:Oktober,11:November,12:Dezember"]

    It displays fine in my test environment.
    Are you using li-month-notitle for the html_tag?
    Also, did you enter the ” and ‘ manually?

    Thread Starter towpni

    (@towpni)

    Strange … I reinstalled your plugin, the code is checked and fine, li-month-notitle is in use. But even when deleting all css i added to the website and deactivating all other plugins, month titles are missing.
    I installed plugin on a hidden website; titles are there but two times:
    https://schauder.net/kalender/

    Plugin Author kimipooh

    (@kimipooh)

    The title you specify (which is the same name as the month) appears to the right of the month by design.
    If you set the month of September to 9:AAAAAA,
    it will be displayed as September AAAA.
    There is currently no function to change the month of September itself.

    Thread Starter towpni

    (@towpni)

    Thank you for your patience!! List looks very good now!!!!!!

    Just in case you’re open to further adjustments:
    Request No. 1: Display the year in addition to the month (e.g., September 2025).
    Request No. 2: The list shows the current month (here: until September 30, 2025). Additional months can be selected using a navigation (forward/backward). This may also have the advantage of making the list load faster.
    I’m sorry, I have no idea how much effort these adjustments require, and thank you again for your support so far!

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

The topic ‘Date/Time inline with location’ is closed to new replies.