geodir_map_v3

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 7 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #309733

    dunja Baltensweiler
    Full Member
    Post count: 14

    hi

    we have two questions:

    we need to make bigger the search and categorie on GD Home Map view:

    1)
    we found follow strings but we can not do it by class:

    – full line:
    <div id=”geodir_map_v3_home_map_1_cat” class=”geodir_map_v3_home_map_1_map_category map_category” style=”max-height:425px;”>

    2) we need to disable close it by class fa fa-compress.
    So user can expand on mobile if he want.

    3) the search on the GD Home map is interprate – correctly. User can search “itact” an finde “AT-intact”. This is not working on geodirectory advance search.

    can someone help?

    #310109

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    1) With this custom css:

    `.map_category {
    height: 600px !important;
    width: 500px;
    }`

    2) with this css:

    .map_category {
    display:none;
    }

    3) I’m not sure I understand the question, please explain.

    Thanks

    #310856

    dunja Baltensweiler
    Full Member
    Post count: 14

    Hi Paolo
    Many thanks,

    1) is working fine.
    2) can i add max or min screen size for mobile view for this css too?

    3) on advance search at hader is the search request diffrent as on the search directly on the map (above map_category list)

    You can search example “fmb-ingenieure”
    – if you search on advance search above the map: you can not search only “ingenieure”, i mean you get no results withthis keyword
    – but if you search about “ingenieure” on the searchfild into the map_category list, you get a result

    http://marktfuehrer.swissmallhydro.ch/

    any idea?

    #311803

    Paolo
    Site Admin
    Post count: 31206

    2) what do you mean, we are hiding it or not?

    3) the search directly on the map only search for title, it’s something related to the map only and is completely disconnected from the main search form.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

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

Open Support Ticket