Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello,
Business Hours time zone will be automatically set on change location(if Google address search returns timezone).
User can set own timezone as well if he don’t want time zone returned from Google address search.If you set location within US Central then it will set time zone from that region. you can see in time zone field after location set to listing.
Kiran
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello,
Is there an option to show the business hours in 12 hour format or only military format (24 hour) in the USA 24 hour format is not used very often at all and I think this will be very confusing.
Business hours displayed in the time format selected at WordPress > Settings > General > Time Format. For input it uses standard schema time format to save business hours.
See attachments for add lisitng & view listing.Timezone has -5:00 … what is this and what do we need to do with it and how do we know what to set it as… I tried searching the forums but have a terrible time finding specifics in the forums
Timezone used to calculate open/close business in local time of the business. Timezone can be set different for each listing.
Suppose there is a one business with GMT-5 and opening time is 09:00-17:00. Then it will show open/close status by calculation the hours on user time zone, business time zone.
Thanks,
KiranThis reply has been marked as private.Hello Greg,
I have looked into this and found that this happening for non logged user. I found error “Cookie nonce is invalid” with response(see bellow response) when clicking on marker.
{"code":"rest_cookie_invalid_nonce","message":"Cookie nonce is invalid","data":{"status":403}}Do you have any setting domain related setting in wp-config.php. Here is similar issue https://wordpress.stackexchange.com/questions/278071/cookie-nonce-is-invalid-multisite
Please provide FTP credentials so we can look into more.
Kiran
Hello Jeff,
To resolve “This block contains unexpected or invalid content.” follow this https://wordpress.org/support/topic/custom-block-type-problem/#post-10807816
Kiran
Hello DR,
In GeoDirectory we have changed the way of saving post from frontend.
With GeoDirectory Franchise the post title is not locked to prevent all fields locking(at least one field needs to be in add listing form). It also uses post title to generate post slug for the listing.
Thanks,
KiranHello,
It is Aardvark theme that conflicts & breaks the GeoDirectory search functionality.
Please provide us FTP credentials so we can look into more.
Thanks,
KiranThis reply has been marked as private.Hi Jorge,
But I can’t show the date in front of the title now, can I? (Example: 31.01.2019 – Title). I think I’d have to customize some template or file for that, right?
I have checked and it already showing date before title for the events. Ex: “Sa, 05.01.2019 – Fun-Mantrailing Region Winterthur”.
if I want to replace the hyphen (-) between date and title with another character or don’t want to display it at all. Which template would that be?
To replace (-) with another character just replace it in above snippet
__( '%s -', 'geodirevents' ). You will find it three places.
If you want to remove dash replace__( '%s -', 'geodirevents' )with
%s.
Shouldn’t the date be displayed in the title of every event? No matter if it is a recurring event and if it has a start and end time? What is the logic? Is it possible to adjust this?
To show date in title for non-recurring events
FIND FOLLOWING LINE IN ABOVE CODEif ( !empty( $post ) && !empty( $post_id ) && isset( $post->ID ) && $post->ID == $post_id && isset( $post->post_type ) && $post->post_type == 'gd_event' && !empty( $post->is_recurring ) ) {REPLACE IT WITH FOLLOWING LINE
if ( !empty( $post ) && !empty( $post_id ) && isset( $post->ID ) && $post->ID == $post_id && isset( $post->post_type ) && $post->post_type == 'gd_event' ) {Thanks,
KiranHello Jake,
This problem happening with WordPress 5.0.x, we have already fixed it. It will be in next release.
Please try this patch and let us know how it goes. https://github.com/GeoDirectory/geodirectory/pull/476/commits/325c52a2543c8b34aa4c13e293b44e070a45b16b
Kiran
This reply has been marked as private. -
AuthorPosts