[solved]Popup on map is too big and other problems

More
11 years 7 months ago - 10 years 9 months ago #13105 by JingJang
System: Joomla 2.5.7
Jomsocial 2.6.2
Database Version 5.1.63-0ubuntu0.10.04.1-log
Database Collation utf8_general_ci
PHP Version 5.3.2-1ubuntu4.18
Web Server Apache

  • Overall problem (inkl. qr code plugin) is the mixed contend (http requests). We working with verified ssl and when we publish the plugins or module the browsers says insecure connection.
  • Is is possible to hide the popups in the map by default and show them only via mouseclick?
  • The popup is to big. How can I resize it?

example:
Last edit: 10 years 9 months ago by nordmograph.

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #13109 by nordmograph
Hello
  • When using SSL, you most open default.php and eventually mod_geommunity.php for the module and look for the http string and replace it with https.
  • Yes you can comment out line 690
  • 2 ways: reduce the QR code dimension on line683 or increase the map height and the info window will display without scroll bar

Hope it helps

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #13130 by JingJang

nordmograph wrote:

  • When using SSL, you most open default.php and eventually mod_geommunity.php for the module and look for the http string and replace it with https.

Works for the plugin thanks.

  • Yes you can comment out line 690

What file do you mean?

  • reduce the QR code dimension on line683

What file do you mean?

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #13131 by nordmograph
In
plugins/community/geommunitylocator/geommunitylocator.php

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #13134 by JingJang

nordmograph wrote: In
plugins/community/geommunitylocator/geommunitylocator.php

This lines?
line 683
Code:
scrollwheel: ".$scrollwheel.",
line 690
Code:
directionsDisplay.setMap(map);

Maybe it is better you give me the string I have to look for instead of the line number.

Please Log in or Create an account to join the conversation.

More
11 years 7 months ago #13135 by nordmograph
Sure

My line 683 is
Code:
$mapscript .="<div style=\'text-align:center;width:250px;height:220px\'><img src=\'http://chart.apis.google.com/chart?cht=qr&chs=200x200&chl=geo%3A".$lat."%2C".$lng."\' width=\'200\' height=\'200\' alt=\'Geo QRCode\' title=\'".addslashes(JText::_('PLG_GEOLOC_QRTITLE'))."\'/></div>";


My line 690 is
Code:
infobulle.open(map,marker);

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

Time to create page: 0.336 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.