Google map in lightbox

appetals's picture
appetals
Mon, 01/18/2016 - 05:47
#1
Google map in lightbox

Hi,

How to open Google map in lightbox?

phuonght's picture
phuonght
Tue, 01/19/2016 - 04:37

Hi,

Here is instruction:

  • Open file md_make.js (sites/all/themes/md_make/js/md_make.js), above last line:

})(jQuery); 

insert

$('#open-map').on("click", function () {
$('#mapboxs').removeClass("unlikemap");
$.magnificPopup.open({
items: {
src: $('#mapboxs'),
type: 'inline'
}
});
});
  • Open file md_make.css, at the end of file, insert:

#mapboxs {
width: 70%;
margin: 0 auto;
}
.unlikemap {
position: fixed!important;
top: 0px;
left: 0px;
visibility: hidden;
}
  • In page that you would like to add Maps lightbox (Edit mode), drag drop object Map.

Image title

Then edit map (set location, maker, zoom,...)

  • Set ID and Class of Map as below (Id: mapboxs; class: unlikemap)

Image title

  • Add Object button ( for open map in lightbox ). Link Button: #mapboxs; ID button: open-map. Or you could use following HTML:

<a href="#mapboxs" target="_self">View Map</a>

Image title

appetals's picture
appetals
Wed, 01/20/2016 - 01:40

Hi,

i have followed the same above steps. but after clicking the button my url gets change but it takes me on map section and lightbox not opening.

phuonght's picture
phuonght
Wed, 01/20/2016 - 03:27

Could you give us link or section you place map in your site?

appetals's picture
appetals
Wed, 01/20/2016 - 05:47

Hi,

Please check http://jaipurjewels.lifeinurl.com/node/159

now the popup opens but need to hide the default map..we have tried using css but it wont work

phuonght's picture
phuonght
Wed, 01/20/2016 - 22:36

Could you send us your FTP account? Maybe there are some problems come from inside. We tried to add class for map but it did not work too. 

phuonght's picture
phuonght
Fri, 01/22/2016 - 05:27

Please check your site. We updated awecontent to latest version 1.2 then it works.

phuonght's picture
phuonght
Fri, 01/22/2016 - 21:21

Of course. It will not affect.

appetals's picture
appetals
Fri, 01/29/2016 - 01:34

Hi,

The map doesnot show marker. Is there any specific settings missing.

phuonght's picture
phuonght
Fri, 01/29/2016 - 02:30

Sorry,

But where is your map now?

phuonght's picture
phuonght
Fri, 01/29/2016 - 06:02

Sorry but we can see marker. Could you check again?

Image title

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.