Viewing 15 replies - 1 through 15 (of 25 total)
  • Plugin Author Paolo

    (@paoltaia)

    Hi,

    if type Kudal City, I get a different URL from Google Maps:

    Kudal City

    The link you posted is for Kudal Taluka, which is a district made of more than 1 location, which is what the free plugin was made for.

    You will need the multilocations addons for that.

    Thank you

    Thread Starter Siddharth

    (@siddhus212)

    The link I posted in my previous post comprises of actual Kudal and Kudal isn’t a district. Kudal comes under Sindhudurg District. I want to add places in Kudal city only and not other cities. So it can’t be done without using multilocations addon?

    Plugin Author Paolo

    (@paoltaia)

    That is correct. The area highlighted in the link you posted goes beyond the borders of Kudal City and in that area there are also Ranbambuli, Nerur, Tendoli and probably other smaller locations.

    That is not considered a city, but a district wthin multiple locations and for that reason you will need the MultiLocation addon.

    Thank you

    Thread Starter Siddharth

    (@siddhus212)

    Okay. Thanks for the quick response.
    I also wanted to know whether is it possible to hide a particular tab on particular post.
    For example, Is it possible to hide map tab in hotel abc place?

    Plugin Author Paolo

    (@paoltaia)

    In GeoDirectory >> design >> detail you can hide 1 or more tabs for all listings.

    It is not possible to do it per single listing though.

    That would requier some custom code.

    Thanks

    Thread Starter Siddharth

    (@siddhus212)

    Yes, its possible to hide particular tab for all listings but I wanted to hide particular tab for selected listings only not all. So can you please help me with such custom code to accomplish this task?

    Thread Starter Siddharth

    (@siddhus212)

    Also one more thing I have found that rating star icon are not responsive.
    For instance, in the right sidebar of the homepage under latest places, the featured image of the place resizes when the browser is resized but the same doen’t apply to the rating star icon. It overrides the column or next rating star icon.

    Plugin Author Paolo

    (@paoltaia)

    Hi,

    in this post I explain how to hide it for 1 partcular custom post type.

    https://wpgeodirectory.com/support/topic/hide-tabs-in-custom-post-type-2/page/2/#post-25090

    You should use a similar function, but the conditional tag should be:
    <?php is_single($post); { //function your to hide tab here } ?>

    You will have to change $post with Post ID or Post Title or Post Slug or an array of posts.

    For the stars rating problem I would have to have a look at your website because I can’t seem to recreate it.

    Let us know,

    Thanks

    Thread Starter Siddharth

    (@siddhus212)

    I tried to visit the given link but I am getting error “You must purchases a membership to access that forum.” Is there any other link?
    So where should I insert the given tag <?php is_single($post); { //function your to hide tab here } ?> ?

    Regarding, stars rating problem: Currently I am working locally so if you can share your mail id then I can mail you the images showing the stars rating problem.
    The star ratings problem occur even in sandbox. You can try resizing the browser size in between Window size: 883 x 738 and Window size: 982 x 738.

    Plugin Author Paolo

    (@paoltaia)

    Sorry about that, please see here: https://wpgeodirectory.com/support/topic/exclude-selected-tabs-from-detail-page-if-empty/#post-7305

    This function allows to re-order tabs. If you remove one of the tab from the list in that function it will hide it from all listings.

    To hide it for a single listing you have to wrap that function in the is_single($post); conditional tag.

    Functions are should be added in your theme’s functions.php file.

    Thanks

    Plugin Author Paolo

    (@paoltaia)

    If you want to send screenshots, please use a service like https://snag.gy/

    and post links here.

    Thanks

    Thread Starter Siddharth

    (@siddhus212)

    Thanks for the new link. I will try it and let you know.

    Screenshot of Star ratings problem working locally- https://i57.tinypic.com/2z9jzq1.jpg

    Screenshot of Star ratings problem in sandbox- https://i57.tinypic.com/8wgp5j.jpg

    Thread Starter Siddharth

    (@siddhus212)

    I have tried to hide map tab for a single post but it is hiding the map tab for all the posts. I am not able to hide for a single post.
    Can you help me with code to hide map tab for a post name abc?

    Thread Starter Siddharth

    (@siddhus212)

    Hi, Did you go through screenshots of Star ratings problem?

    Plugin Author Paolo

    (@paoltaia)

    hi,

    we can point you int he right direction with custom code, not write it for you.

    If you want, we can direct you to a freelance developer who can help with your customization requests.

    We are looking into the stars thing and it will probably be fixed in the next release.

    Thanks

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Set Default Location doesn't get the city right’ is closed to new replies.