map opens in new page not in popup

Phoca Maps - displaying maps in Joomla! CMS
kappadev
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 13 Nov 2012, 12:35

map opens in new page not in popup

Post by kappadev »

Hi,

i use "Displaying link to map" for my maps and they used to work fine

Code: Select all

{phocamaps view=link|id=63|text= Google Map}
Lately when i click on the map link it tries to load the map into a popup as it used to but instead it ends up loading it on a new full page with white background. No nice popup anymore, also the page url of the new page looks messed up like this:
component/phocamaps/map/32-2013-02-01-22-23-41.html?tmpl=component

Any ideas why this happens?
Last edited by kappadev on 07 Mar 2014, 00:08, edited 1 time in total.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: map opens in new page not in popup

Post by Benno »

Hi,
try to check this behavior with a Joomla! standard template for testing.

Kind regards,
Benno
kappadev
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 13 Nov 2012, 12:35

Re: map opens in new page not in popup

Post by kappadev »

Yeah it happens only on my Site, and from what i see now there is a jquery conflict... i'm not sure

Here is a part of the source:

Code: Select all

<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="/modules/mod_ariimageslider/mod_ariimageslider/js/jquery.noconflict.js" type="text/javascript"></script>
1<script src="/modules/mod_ariimageslider/mod_ariimageslider/js/jquery.nivo.slider.js" type="text/javascript"></script>
The problem is why it loads two jquery from googleapis?
Any idea please?

Also when i try to open other plugins with galleries etc they all open on a new full page and not in a pop-up
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: map opens in new page not in popup

Post by Benno »

Hi,
if it works correct with the Joomla! Standard Template, try to contact the developer of your template and ask for help.

Kind regards,
Benno
kappadev
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 13 Nov 2012, 12:35

Re: map opens in new page not in popup

Post by kappadev »

It was the anticopy plugin i had installed, the Framing setting was set to disallow, when i allowed it all pop-ups work fine again
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: map opens in new page not in popup

Post by Benno »

Ok.

Kind regards,
Benno
Post Reply