×

Notice

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

TOPIC: resize map

resize map 11 years 8 months ago #17351

  • Vincent F.
  • Vincent F.'s Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi,

How can I open map in full mode on menu click please ?

resize map 11 years 8 months ago #17380

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Currently this is not possible. you'll need custom js to do this. in components\com_hotspots\views\hotspots\tmpl\default.php on line 123 right before:
<?php if (HotspotsHelper::getSettings('show_page_title', 1)) : ?>
add this code for example
window.addEvent('domready', function() {
document.id('resize').click();
});

this should do the trick.

Daniel

resize map 11 years 8 months ago #17390

  • Eliecer Marchante
  • Eliecer Marchante's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi Daniel,

Any way to make the map in full mode by default?
  • Page:
  • 1
Time to create page: 0.113 seconds