Greetings @avdsm
Thank you for reaching us.
Make sure if the Google Map is not disabled in Settings > Listing Settings > Single Listing https://prnt.sc/zucj0a Also check if you have the shortcode [directorist_listing_map] on the single listing page.
There are quite a few ways to resolve the duplicate title issue.
1. Navigate to Settings > Listing Settings > Single Listing > and choose “Directorist Custom Template”. https://prnt.sc/zuaatm
If you want to use your theme’s template then you can follow the following solutions.
1. Go to Appearance > Customize > Blog > Blog Single Post > Title Layout and set it to Top Full. https://prnt.sc/zuawh8
2. Hide the title from the listing details using CSS. Add this is in Appearance > Customize > Additional CSS
.atbd_listing_detail .atbd_listing_title {
display: none;
}
Regards,
-
This reply was modified 5 years, 1 month ago by
Rafiz Sejim.
Thread Starter
avdsm
(@avdsm)
Thank you so much @rafizsejim . Now everything is shown normally.