Some ERROR in Pinpoint function

This topic contains 22 replies, has 4 voices, and was last updated by  Kiran 6 years, 10 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #384138

    Kiran
    Moderator
    Post count: 7069

    Hi giuseppe,

    Problem 1) has been fixed, let us provide FTP details so we can apply & check it on your site.

    Thanks,
    Kiran

    #384371

    giuseppe cuttone
    Buyer
    Post count: 242

    hi @kirianprajapati
    Thanks for resolve the bug.
    Follow your ftp acces.

    I also have resolved the PROBLEM 2. It was very simple. I have add GD MAP LISTING PAGE widget to the GD LISTING TOP SECTION and I have enabled the follow option:
    Map Sticky(should stick to the right of screen), located into the widget.
    Off course I have deleted GD MAP LISTING PAGE from sidebar that was showing map on smartphones on the down zone.
    Now, when user does click to PINPOINT using smatphone, the map on the down zone is not showed and page will scroll upped to the map located on the upper zone (so it will not generate conflict with INFINITE SCROLL PLUGIN).
    I only have a litle problem I can resolve using CSS, but I need your help… 🙂
    In GD MAP LISTING PAGE widget, I have introduced in the field “Map Width” the value of 100%.
    But now, also the “Map Sticky” (showed on the right zone) also has a width of 100% and off course I do not like it ….
    I would like reduce “Map Sticky” to 50%, and let a width of 100% for the default map showed on the upper zone.
    Can you provide the correct CSS?
    Thank you so much for your support.

    #384373

    giuseppe cuttone
    Buyer
    Post count: 242
    This reply has been marked as private.
    #384415

    giuseppe cuttone
    Buyer
    Post count: 242

    Hi @kirianprajapati
    I have enabled MARKER CLUSTER option and it generates a conflict with PINPOINT.
    If I do click in a listing that is showed in a map as a individual icon PINPOINT run well.
    But if I do click in a listing that is showed in a map as a CLUSTER, PINPOINT button do not run. Maybe in this case whe I do click to PINPOINT CLUSTER should be broken / opened, and maybe automatically a zoom to the listing should will be done.
    I hope you can resolve also this bug.
    Please, let me know.

    #384434

    Kiran
    Moderator
    Post count: 7069

    Hi giuseppe,

    Please check now.

    Pinpoint click does not opens the marker window for clustered markers. So do not use maker cluster for listing page map. Marker cluster should be used if you have larger number of markers to show on map.

    To fix sticky map i have added following style at Gd > Design > Scripts

    
    
    @media screen and (min-width: 767px) {
        div.geodir_map_container.stickymap {
            width: 50%!important;
            top: 17.75%!important;
        }
    }

    Let us know.

    Thanks,
    Kiran

    #384441

    giuseppe cuttone
    Buyer
    Post count: 242

    Hi kirian,
    1. About width of Map Sticky, I have seen you has added CSS in my web. Thanks 🙂
    But there is a litle problem, listing in the big map (width of 100%) are centered in the map. But in the Map Sticky listing are not centered because with your code map has reduced 50% the map on the right zone, and now is showed only the 50% of the left zone.
    Do you understand what I say?
    Please, see the follow link and I am sure you will understand.
    2. About Mark Cluster, it is an option located into GMAP listing Page widget, so why I can not use it? If it do not run maybe you should delete it.
    I inform you that now INFINITE SCROLL is also compatible for Geodirectory.
    You can see in my web it how run… 🙂
    Maybe, before to have INFINITE SCROLL there was no sense to enable Mark CLUSTER in listing page. But now, with an infinite scroll plugin compatible with geodirectoy, users have a LARGE LISTING ON THE MAP.
    you told me:

    Marker cluster should be used if you have larger number of markers to show on map

    Now I have a large number of markers, but this function is not compatible with PINPOINT.
    Maybe it will be convenient consult this problem with stiofan or paolo and get a decision about that.

    Please, let me know about Question 1 and 2.

    Thanks very very very much for your support.

    #384442

    giuseppe cuttone
    Buyer
    Post count: 242
    This reply has been marked as private.
    #384486

    Kiran
    Moderator
    Post count: 7069

    Hi,

    1) Chec now
    2) INFINITE SCROLL adds the markers to the map as you scroll to the page by page so it do not takes much time to load markers. But in some cases customer wants to loads larger number of listings on same time without pagination so here Marker Cluster required to reduce load time.
    You can disable marker cluster if you don’t want to use, because we have also OverlappingMarkerSpiderfier feature that manages larger number markers within short bounds.
    See OverlappingMarkerSpiderfier example: https://jawj.github.io/OverlappingMarkerSpiderfier/demo-1.html

    Let us know.

    Thanks,
    Kiran

Viewing 8 posts - 16 through 23 (of 23 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket