Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

Google map not showing when site is publish

11 years 3 weeks ago #14055 by cayman
Joomla 1.5.23
Contact Enhanced 1.5.9.6 Version

Google map is working fine when my site is offline, but as soon I publish my site, the map turns gray and is not working anymore. Can you help me?

This is the website link.
www.bioterapiasmedicas.com.mx/...ed&view=contact&id=1&Itemid=58

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

11 years 3 weeks ago #14056 by douglas
Dear cayman,

You are using a very outdated version. Can you please upgrade it and let me know if the problem persists?

If you have a valid license you can download the latest CE for Joomla 1.5 from here:
idealextensions.com/my-licenses/licenses/149.html

Best regards,

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

11 years 2 weeks ago #14086 by cayman
Hi Douglas.

I just buy another license but still not working. www.bioterapiasmedicas.com.mx/...ed&view=contact&id=1&Itemid=58

The map does not display when the site is published, but if I turn the site offline, then the map is displayed properly.

Thanks

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

11 years 2 weeks ago #14088 by douglas
Dear cayman,

I was checking the source code and it seems your template is using jQuery and it is not calling the noConflict() function. Keep in mind that MooTools is the default Javascript library in Joomla.

Please read this article:
idealextensions.com/joomla-ext...avascript-incompatibility.html

JQuery can be used with MooTools, as long as the developer follows JQuery guidelines. You might want to suggest this feature to the template's developer:
docs.jquery.com/Using_jQuery_with_Other_Libraries

Best regards,

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

11 years 2 weeks ago #14092 by cayman
I read the article that you send me, but in the template code shows the function you mention.
I copy the code jQuery.noConflict();.


<script src="<?php echo $path ?>/scripts/jquery.js" type="text/javascript"></script>
<script src="<?php echo $path ?>/scripts/jquery.faded.js" type="text/javascript"></script>


<script type="text/javascript">
var $j = jQuery.noConflict();
$j(function(){
$j("#faded").faded({
speed: 300,
crossfade: true,
autoplay: 8000,
autopagination:true
});
});
$j(function(){
$j("#slider-box").faded({
speed: 300,
crossfade: false,
autoplay: 8000,
autopagination:true
});
});
$j(function()
{
$j("#link").click(function(event) {
event.preventDefault();
$j(this).toggleClass("link2");
$j("#dropdown_box").slideToggle();
});
});

</script>

<script type="text/javascript" src="<?php echo $path ?>/scripts/cufon-yui.js"></script>
<script type="text/javascript" src="<?php echo $path ?>/scripts/Myriad_Pro_400.font.js"></script>
<script type="text/javascript" src="<?php echo $path ?>/scripts/Arial_Narrow_400.font.js"></script>
<script type="text/javascript" src="<?php echo $path ?>/scripts/cufon-replace.js"></script>


<script type="text/javascript">
var $j = jQuery.noConflict();
$j(document).ready(function(){
$j('.menu-nav li').hover(
function() {
$j(this).addClass("active");
$j(this).find('.ulwrapper').stop(false, true).slideDown();
$j(this).find('.ulwrapper .ulwrapper').stop(false, true).slideUp('fast');
},
function() {
$j(this).removeClass("active");
$j(this).find('div').stop(false, true).slideUp('fast');
}
);
$j('.ulwrapper').hover(
function() {
$j('.parent').addClass("active_tab");
},
function() {
$j('.parent').removeClass("active_tab");
}
);
});
</script>

<!--[if IE 6]><script type="text/javascript" src=" info.template-help.com/files/ie6_warning/ie6_script_other.js "></script><![endif]-->

<link rel="stylesheet" href="<?php echo $path ?>/css/constant.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $path ?>/css/template.css" type="text/css" />
</head>
<body id="body">
<!--header-->
<table>
<tr>
<td>
<div class="tail-header clear">
<div class="main wrapepr-header">
<div class="box-menu">
<div class="fright">
<div class="row-top-menu"><jdoc:include type="modules" name="user3" style="topmenu" /></div>
</div>
<div class="fleft">
<h1 id="logo"><a href="<?php echo $_SERVER?>" title="Bioterapias Médicas Complementarias"><img title="Bioterapias Médicas Complementarias" src="<?php echo $path ?>/images/logo.png" alt="Bioterapias Médicas Complementarias" /></a></h1>
</div>
<div class="clear1"></div>
</div>
<!--slider-header-->
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
</div>
</td>
</tr>
</table>
<!--form-logo-->
<table>
<tr>
<td>
<div class="tail-form">
<div class="main">
<div class="row-form clear">
<div class="fright"><jdoc:include type="modules" name="user4" style="search" /></div>
<div class="fleft">
<jdoc:include type="modules" name="top" style="xhtml" />
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<!--content-->
<table>
<tr>
<td>
<div class="tail-content clear">
<div class="main">
<div id="content">
<div class="clear">
<!--left-->
<?php if ($showleftColumn && !$Edit) : ?>
<div id="left">
<div class="left-indent">
<jdoc:include type="modules" name="user7" style="wrapper_box_extra" />
<jdoc:include type="modules" name="left" style="wrapper_box" />
</div>
</div>
<?php endif;?>
<!--center-->
<div id="container">
<div class="clear">
<?php if ($this->getBuffer('message')) : ?>
<div class="error err-space">
<jdoc:include type="message" />
</div>
<?php endif; ?>
<jdoc:include type="component" />
</div>
</div>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<!--banners-->
<table>
<tr>
<td>
<jdoc:include type="modules" name="user1" style="xhtml" />
</td>
</tr>
</table>
<!--slider-text-footer-->
<table>
<tr>
<td>
<jdoc:include type="modules" name="user8" style="xhtml" />
</td>
</tr>
</table>
<!--dropdown_box-->
<jdoc:include type="modules" name="user5" style="xhtml" />
<!--footer-->
<table>
<tr>
<td><jdoc:include type="modules" name="footer" style="xhtml" /></td>
</tr>
</table>
<script type="text/javascript"> Cufon.now(); </script>
<img src="<?php echo $path ?>/images/border1_top.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/border1_bottom.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/border1_left.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/border1_right.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/corner1_top_left.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/corner1_top_right.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/corner1_bottom_left.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/corner1_bottom_right.gif" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/slider_button_left_act.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/slider_button_right_act.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/wrapper_hover_list.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/banner_button_act.png" class="img-none" alt="" />

<img src="images/stories/banner1_title_act.png" alt="" class="img-none" />
<img src="images/stories/banner2_title_act.png" alt="" class="img-none" />
<img src="images/stories/banner3_title_act.png" alt="" class="img-none" />
<img src="<?php echo $path ?>/images/menu_wrapper_bottom.png" alt="" class="img-none" />


<img src="<?php echo $path ?>/images/slider_link_wrapper_act.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/menu_wrapper_top.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/slider_link_wrapper_act.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/menu_wrapper.png" class="img-none" alt="" />
<img src="<?php echo $path ?>/images/menu_wrapper_border.png" class="img-none" alt="" />

<img src="images/stories/slider_img_1.jpg" alt="" class="img-none" />
<img src="images/stories/slider_img_2.jpg" alt="" class="img-none" />
<img src="images/stories/slider_img_3.jpg" alt="" class="img-none" />
<img src="images/stories/slider_img_4.jpg" alt="" class="img-none" />
<img src="images/stories/slider_img_5.jpg" alt="" class="img-none" />
<img src="images/stories/slider_img_6.jpg" alt="" class="img-none" />

</body>
</html>

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

11 years 2 weeks ago #14093 by douglas
Dear cayman,

That's true. I have taken a closer look and I see that MooTools is not called at all. When I saw the js error I assumed that it was a jQuery error. It seems your template removes MooTools from the source. It works correctly with JA Purity:
www.bioterapiasmedicas.com.mx/...1&Itemid=58&template=ja_purity

It also works if we load the component only, so it is not a component error:
www.bioterapiasmedicas.com.mx/...&id=1&Itemid=58&tmpl=component

Do you know why this is happening?
You might need to ask your template developer.

Best regards,

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

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback