Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter sergiosergio

    (@sergiosergio)

    To be more clear. I have about 500 regions and each region contains from 20 to 100 locations.
    That is why I need to have: 1 map with 1 region (in 1 web page).
    Otherwise it would be very difficult, if not impossible, to browse amongst all these data.

    Thanks ??

    Plugin Author 100plugins

    (@100plugins)

    Hi @sergiosergio ,

    It looks like you’ve already found out how to do this. (Each map can be have a region pre-selected with the filter options.)

    Currently you don’t have many locations on your map at all (just two are visible), but I guess this is on purpose. You just need to know, that the maps will always show all markers, but the region is pre-selected.

    Best regards,
    Daniel

    Thread Starter sergiosergio

    (@sergiosergio)

    Hi @100plugins

    Actually I’d like to to show only 1 region for 1 map (and hide all the other regions). I wouldn’t like just to pre-select. Is tha possible?

    Since I will have hundreds of regions, just pre-select region is not enough.

    Thanks ??

    Thread Starter sergiosergio

    (@sergiosergio)

    Hi @100plugins , just a kind reminder about my last question ??

    Thanks

    Plugin Author 100plugins

    (@100plugins)

    Hi @sergiosergio,

    This is not possible by default. However – you could hide the unwanted region tabs with CSS styles.

    The following CSS code hides all region tabs other than the preselected region:

    .open-user-map .box-wrap .tab-wrap .oum-tabs .nav-item:not(.active) {
        display: none;
    }

    Best regards,
    Daniel

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show only specific region in specific pages’ is closed to new replies.