Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    Yes, you can use 24h format as WordPress default settings, which will also apply in business hour. Are you talking about store opening hours or Could you send me a screenshot, where 24 format not working?

    Thread Starter Niko Vittaniemi

    (@nikov)

    Hmmm.. Maybe i’m missing something then. But yea basically i mean two things since there is two different spots for these.

    One seems to be for regular listings that is available in the front-end listing settings. Spot here to enable: https://gyazo.com/21fbd583170da297f957aac510a9b4a4
    This still shows the AM and PM options in the actual listing: https://gyazo.com/e9e4a9b2f58f1095fd827030258ae6cf

    With the store add-on there doesn’t seem to be anything that is actually in the 24h format. On the admin page it shows up like this: https://gyazo.com/496b35179e5a7823eb7104ba75839858

    Which in return also is in the AM / PM style in the front-end.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    There have an issue in business hour. We will fix it and will update soon.

    For store opening 24 hours, please add below code in child theme functions.php file

    add_filter( 'rtcl_store_time_options', function ( $options ) {
    	$options['showMeridian'] = false;
    
    	return $options;
    } );

    Thank You

    Thread Starter Niko Vittaniemi

    (@nikov)

    Thanks @alireyad that did the trick for the 24h format o/ There seems to be missing translation strings that do not actually go in to affect btw.

    See all timings
    Open Hours
    Closed
    Open
    Sunday
    Monday
    Tuesday
    Wednesday
    Thursday
    Friday
    Saturday

    Also, the day to start the week isn’t working as it should from the WordPress settings. It has been set to Monday but it still shows up as Sunday.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Fixed the issue – the day to start the week isn’t working. Will update Store plugin soon.

    Translation text not working for which hour store opening or business?

    Thank You

    Thread Starter Niko Vittaniemi

    (@nikov)

    Awesome @alireyad that the day to start the week is getting a fix o/

    The translation doesn’t seem to be working for the front-end of the actual store. With a regular ad it works but with the store add-on the actual store page widget content doesn’t translate.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Did you translate it from Store plugin or just only from Classified Listing?
    Which theme are you using?

    Thread Starter Niko Vittaniemi

    (@nikov)

    @alireyad only in the Store plugin. Classified listing itself doesn’t seem to have any strings related to days of the week. I’m using Kadence theme that doesn’t either have references to weekdays. Btw i’am using the elementor widget that you folks offer to actually show that widget on the front-end. Maybe that could be the case?

    The addon doesn’t seem to have any strings related to weekdays either though. So maybe they are not currently read rightly? See all timings string isn’t in any plugin files available to translate.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Okay, will check the issue.

    Thank You

    Uranbold

    (@uranbold)

    How to start the Monday instead of Sunday?

    Is there any hook?

    Thanks.

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    You can set it from settings https://prnt.sc/cUiMkgBhHzF3

    Thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Time format as 24h from the wordpress settings?’ is closed to new replies.