Map errors and others
This topic contains 17 replies, has 4 voices, and was last updated by Guust 9 years, 5 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
September 24, 2015 at 8:54 pm #54432
– Zoom in and out can be hardly access because that two arrows are in the way, please see attach screenshot.
– The thing that pops up when you click on a location on the map makes the map go halfway down, please see attached.
– For the places that doesn’t have description i just put the link to their fb page but its mess up when u see them on latest places on the home page. see attachedSeptember 24, 2015 at 8:54 pm #54436This reply has been marked as private.September 24, 2015 at 9:49 pm #544411. Google changed the location of the zoom buttons, and the next release should fix that problem.
2. I don’t understand why your map does not zoom in more, but instead presents the whole world twice. That is not how the default GD behaves if you choose “everywhere”. Did you make any adjustments somewhere?
3. Try this
{.geodir-entry-content {word-wrap: break-word;}
September 25, 2015 at 2:56 pm #54503Yea I just notice that the map is showing the world twice. I don’t remember changing that settings. How can we fix it? Either way the whole map still goes down whenever we click on places.
September 25, 2015 at 10:20 pm #54574I think that’s the only zoom level possible when there are markers covering the entire planet.
If you zoom in more you start hiding few markers.
I’ll ask to Stiofan to confirm.
Thanks
September 26, 2015 at 12:12 am #54579This one here has also listings everywhere, but the map does not have that problem …
http://wizztravel.com/
I think it must be because the dimensions of the map in conjunction with the zoom level.
For example if you set the width to 1040, the zoom level goes to 2 and can show all markers only once.
If you go back to 940 wide, it cannot show all markers at zoom level 2, so goes to level 1 and therefore it needs to duplicate the markers to fill up the width.September 26, 2015 at 9:45 am #54620Yes, this is the zoom level the autozoom has decided it needs, you could stop some of the categories showing by default or set the zoom level manually. Or try the clustering plugin.
Thanks,
Stiofan
September 27, 2015 at 8:40 pm #54746Is there a way to include city, state & zip along with the street address in the geodir-bubble-meta-side on the map? Since people will be searching from all over the world they won’t necessarily know what the city, state, zip are.
Also after updating the theme, hovering over the home button in the navigation pushes everything to the right, only when hovering. Actually even the drop downs are all moving around when hovered too. Any ideas why?
Thanks
September 27, 2015 at 9:44 pm #54754That hover CSS needs a tweak, it is the same in the demo:
http://wptry.it/wordpress-directory-theme-whoop
[always check the demos to see if your problems are site specific]This should explain how to add the address to the infowindow:
https://wpgeodirectory.com/support/topic/customize-map-icon/#post-44958September 27, 2015 at 10:04 pm #54758The hover effect didn’t do that before the update..
September 28, 2015 at 3:52 am #54766This should explain how to add the address to the infowindow:
https://wpgeodirectory.com/support/topic/customize-map-icon/#post-44958How can I have the address together and move the phone number below?
Thanks
September 28, 2015 at 6:04 pm #54882Credentials are no longer working and there is a coming soon page. I can’t provide css without looking at the page.
Thanks
September 28, 2015 at 8:10 pm #54905This reply has been marked as private.September 28, 2015 at 10:34 pm #54942The website isn’t loading for me right now. Tried several times.
I’ll try again a bit later.
Thanks for your patience,
September 29, 2015 at 3:35 pm #55019Hi,
to do that you could hide the telephone number on top with css:
.gd-bubble-inside .geodir_contact {disaply:none;}
and add it back using the same function used to add city and region:
add_filter('geodir_infowindow_meta_after','balloon_extra' ); function balloon_extra() { global $post; echo $post->post_city; echo "<br>".$post->post_country; echo "<br>".$post->geodir_contact; }
Let us know how you went.
Thanks
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket