Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.July 18, 2018 at 4:55 am in reply to: Listings not going to draft and reminder emails not being sent #438869This reply has been marked as private.
Hi Benjamin,
Use following snippet to open post link in new window from map popup.
function _gd_custom_link_to_new_window( $html, $post, $preview ) { if ( ! empty( $html ) && ! empty( $post ) ) { if ( ! empty( $post->ID ) ) { $post_id = $post->ID; } else if ( ! empty( $post->post_id ) ) { $post_id = $post->post_id; } else if ( ! empty( $post->pid ) ) { $post_id = $post->pid; } else { $post_id = 0; } if ( $post_id > 0 ) { $post_link = get_permalink( $post_id ); $html = str_replace( 'href="' . $post_link, 'target="_blank" href="' . $post_link, $html ); } } return $html; } add_filter( 'geodir_custom_infowindow_html', '_gd_custom_link_to_new_window', 10, 3 );Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Hello,
I updated patch again. Please check now.
Issue mentioned here (https://wpgeodirectory.com/support/topic/error-between-geo-and-buddy-press/#post-4387580 happened due to cache.
When first time visiting home page it shows logged out and once i refresh page it show logged in.
Please try after disabling caching plugin and check if it is happening.
Let us know how it goes.
Kiran
This reply has been marked as private.Hi Biran,
There are some major changes in BuddyPress 3.x. We have already fixed it and applied patch to your site.
Now it is working fine.Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hello,
I have looked this with Google Map API service and it points same point as on your site.
See https://google-developers.appspot.com/maps/documentation/utils/geocoder/#q%3D39.016213%252C-77.455945Can you provide screenshot if this not you asking about?
Thanks,
KiranHello Firdaus,
The social working button working as expected, it is Facebook like button to like the current viewing listing.
In previous version of GeoDirectory there was a share button which was handling sharing a listing link on different social media platforms including Facebook. But after GDPR compliance introduced we found that social share button may violates GDPR compliance, so we removed share button from detail page sidebar.Thanks,
Kiran -
AuthorPosts