×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Map Appearance

Map Appearance 12 years 8 months ago #13825

  • Philip Zullo
  • Philip Zullo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0


i want to fix the jagged edges when i click on hotspots. and also i want the the last icon to show correct above map in the categories

i have included a screenshot of my problem. if you want a link to the screenshot to look at go here www.pmzhosting.com/1.jpg

Map Appearance 12 years 8 months ago #13830

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Phillip - what browser are you using? The tooltip is automatically created from google and it looks the same all over the web.

Can you give me a link to your website?
Daniel

Map Appearance 12 years 8 months ago #13832

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Philip,
So I had a look at your site and this is a problem with your template... You will have to spend some time and modify it in a way that it doesn't screw the google map.

In this particular case the problem with the jagged edges are caused by the code in templates/MGLuxury/css/style3.css on line 197
#rt-mainbody img {
	-webkit-box-shadow: #595959 0px 0px 4px;
	-moz-box-shadow: #595959 0px 0px 4px;
	box-shadow: #595959 0px 0px 4px;
	background: #EFEFEF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EFEFEF), to(#c9c7c7));
	background: -moz-linear-gradient(#EFEFEF, #c9c7c7);
	background: linear-gradient(#EFEFEF, #c9c7c7);
	-pie-background: linear-gradient(#EFEFEF, #c9c7c7);
	padding:7px;
	border:1px solid #a9a9a9;
	position/*\**/:relative\9;
	z-index/*\**/:10\9;
}

Just delete the background stuff and the popup will look as expected.

Daniel

Map Appearance 12 years 8 months ago #13834

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, so actually I just spoke with Andy Miller from rockettheme and he told me that this is not their styling and that they don't do global css3 stuff like that etc... So, my advise here would be to be careful when you add css to your template...

Daniel

Map Appearance 12 years 8 months ago #13842

  • Philip Zullo
  • Philip Zullo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Thanks dainiel problem solved with the map issue

i would like to add an alt text to hover over categories
also when print icon is clicked it print and print preview do not include the hotspots

Map Appearance 12 years 8 months ago #13844

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Philip, I would advise you to look at your website with a standard joomla template. If you look at our demo you will see that when you hover over the cateogory icons you get title + description of the category... This is standard and it should work for you too. But due to your customized template it is possible that you need to do something more.

And what do you mean with print preview doesn't include the hotspots? I clicked it and I see the hotspots in the map?
  • Page:
  • 1
Time to create page: 0.148 seconds