×

Notice

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

TOPIC: space between map & & map/add hot spot

space between map & & map/add hot spot 13 years 3 weeks ago #11854

  • NEIL BROPHY
  • NEIL BROPHY's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
I have a space between map & map/add hotspot tab. How do I get rid of that.

www.brophybookings.com/index.php?option=...t=addspot&Itemid=228

Is it possible to have an external image that could be linked to a hotspot. I am trying to have some advertising that links up with a location when you click on it. For example on the link above I would like people to click on the sunday box and it should show up the location where the backpackers night should be.

Thx in advance,

Neil

space between map & & map/add hot spot 13 years 3 weeks ago #11856

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
WOW! There is a lot of space!!!!

Could you do me a favor - would you change the template to a standard joomla template - like rhuk_milkiway and look if there is a space? If it isn't then it is some kind of a css problem with your template, that I couldn't find out immediately so I'll have another look.

space between map & & map/add hot spot 13 years 3 weeks ago #11857

  • NEIL BROPHY
  • NEIL BROPHY's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi Daniel,

Thx for getting back so fast.

I tried a standard joomla template and had no luck finding the page. If you look at the link again I have put 2 new sub pages one with only one right coloum and one with none, the one with none has no space between the map.

Could the map width need to be set to a fixed size?

Cheers,

Neil

space between map & & map/add hot spot 13 years 3 weeks ago #11858

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, so I own a favor to Andy Miller from rockettheme for helping me with this.
Go to hotspots line 434.
And remove the clear:both;

Daniel

space between map & & map/add hot spot 13 years 3 weeks ago #11859

  • NEIL BROPHY
  • NEIL BROPHY's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Thanks Daniel,

I'm new to this,

Where is : hotspots line 434.

what is the name of the file and where do I find it.

Thx,

Neil

space between map & & map/add hot spot 13 years 3 weeks ago #11860

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
media/com_hotspots/css/hotspots.css

space between map & & map/add hot spot 13 years 3 weeks ago #11861

  • NEIL BROPHY
  • NEIL BROPHY's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Thanks Daniel and Thanks Andy,

Job sorted

Any ideas on this one too: (or should I start a new thread?

Is it possible to have an external image that could be linked to a hotspot. I am trying to have some advertising that links up with a location when you click on it. For example on the link above I would like people to click on the sunday box and it should show up the location where the backpackers night should be.

Also the white box that sits betewwe the map and tabs at the top -how do I make the text visible in it without having to hover over it or is there a way to have the text visible without the white box.

Thx in advance,

Neil

space between map & & map/add hot spot 13 years 3 weeks ago #11862

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
hotspots.css line 495
#slide_menu div a {
//add color like this:
color: #000;
}

in the hotspots file add:
#hs_topmenu a {
color: #000;
}

About the image - can't you use the intro text for this?

space between map & & map/add hot spot 13 years 3 weeks ago #11865

  • NEIL BROPHY
  • NEIL BROPHY's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi Daniel.
This is how line 495 -500 looks, do I replace the lot with your 3 line coding
495 #slide_menu div a {
display: block;
margin-left: 30px;
height: 25px;
line-height: 25px;
vertical-align: middle;

you write in the hotspots file - which file and where?

I am a newbie and enjoying this fast service , thx.

Using the images I have set up either side of the map as links is important for me to be linked to a marker on the map, is this possible?

Cheers

Neil

space between map & & map/add hot spot 13 years 3 weeks ago #11866

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
this :
#slide_menu div a {
    display: block;
    margin-left: 30px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle; 
should become this
#slide_menu div a {
    display: block;
    margin-left: 30px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle; 
color: #000;

and after that at the end of the file add:
#hs_topmenu a {
color: #000;
}

the links on the left and right should change the location on the map or what? The easiest way for this would be to just make links to the single view of each marker.

space between map & & map/add hot spot 13 years 3 weeks ago #11870

  • NEIL BROPHY
  • NEIL BROPHY's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Thank you Daniel,
Have made those changes but it has created another gap between the map and tabs, not as big as before but enough for it to look wrong.Thx,

Also the text under the map hasn't changed.

Thx,

Neil

space between map & & map/add hot spot 13 years 3 weeks ago #11872

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
The space is not because of the changes, but because of the high height of the category that you've set up in the backend. Go to the backend and look for the option - category height.

Daniel
  • Page:
  • 1
Time to create page: 0.125 seconds