Page 1 of 1
map opens in new page not in popup
Posted: 05 Mar 2014, 00:00
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?
Re: map opens in new page not in popup
Posted: 05 Mar 2014, 22:47
by Benno
Hi,
try to check this behavior with a Joomla! standard template for testing.
Kind regards,
Benno
Re: map opens in new page not in popup
Posted: 07 Mar 2014, 11:52
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
Re: map opens in new page not in popup
Posted: 07 Mar 2014, 13:06
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
Re: map opens in new page not in popup
Posted: 08 Mar 2014, 00:09
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
Re: map opens in new page not in popup
Posted: 08 Mar 2014, 18:32
by Benno
Ok.
Kind regards,
Benno