×

Notice

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

TOPIC: Submit new hotspot map is not full width of the screen :-?

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14151

  • julian taylor
  • julian taylor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi

Is there any way to make the submit marker map bigger? I have attached a screen shot to show the issue...

Jools

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14152

  • julian taylor
  • julian taylor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hmm, not sure the file uploaded...

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14157

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Julian,
about the submit map size:
Open the file:
/media/com_hotspots/css/hotspots.css

and find the following (line 908)
.hotspots.addform form {
    margin: 1em;
    width: 500px;
}

change width: 500px to width: 800px - for example (make it as long as you want)
and for the height in the same file find (line 981):
#map-add {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 300px;
    width: 100%;
}

change height: 300px to 600px for example...

And I don't understand your second post.
Daniel

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14159

  • julian taylor
  • julian taylor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi

I've changed those but nothing seems to have happened in the site?
The second post was saying I couldn't upload the screen shot via the attachments facility on the forum.

Jools

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14160

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Please send me a link to your page. I cannot help you with css problems when I don't have access to the actual code on your page.
Cheers,
Daniel

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14162

  • julian taylor
  • julian taylor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi mate

link here deepinthedark.com/submit-a-cave-location could you also have a look at the recaptcha to while there please.

Jools

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14163

  • julian taylor
  • julian taylor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hmm works now :-? Maybe I had caching issues or something. Any ideas on moving the recaptcha down?

Jools

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14165

  • julian taylor
  • julian taylor's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
Hi daniel
As an update to let you know where I stand at the moment:
Map width sorted :-)
Recaptcha needs to be aligned under the map :-(
Could you let me know where the HTML file is I need to edit to change the names of the fields in the add hotspot page here deepinthedark.com/submit-a-cave-location I would like to change the headings and I've found the ones I need to change in firebug but I have no idea of the source location of the file :-(
Cheers

Jools

Submit new hotspot map is not full width of the screen :-? 12 years 7 months ago #14169

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
docs.joomla.org/How_to_override_the_outp...rom_the_Joomla!_core

The file you need to override is in components/com_hotspots/views/hotspots/tmpl/form.php

About the recaptcha. I never understood why gantry needs to set the recaptcha div to absolute position...
templates/rt_tachyon_j15/css/joomla.css line 164:
#recaptcha_widget_div {
    position: absolute;
    top: -140px;
}

if you delete this code then it will show in the proper position.

Cheers,
Daniel
  • Page:
  • 1
Time to create page: 0.127 seconds