-
AuthorPosts
-
October 10, 2010 at 9:05 pm #155141
Hello,
The tooltip (http://www.joomlart.com/forums/topic/tooltip-doesnt-work-jhtmltooltip-in-ja-social-but-works-in-ja-rasite/) has been solved, but in same component problem with modal en calendar popup.
Please advise.
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 12, 2010 at 3:44 am #358550may be the problem is javascript conflict, can you pls provide me the link to your site , i would like to check the issue in detail
thanks
October 12, 2010 at 8:57 am #358598Site is not online yet, because of the problems. But it is probably a javascript problem. This looks a structural issue with some Joomlart templates. I addressed my concers already to Arvind about this.
In line of your previous answer about the tooltip problem (http://www.joomlart.com/forums/topic/tooltip-doesnt-work-jhtmltooltip-in-ja-social-but-works-in-ja-rasite/), I entered some script in the header.php to test if this works (I’m not a really good programmer) and it looks likes it works because modal pops up. Please check this.
But I do not know how to solve the calendar popup. This is standard Joomla and works in the backend (admin). So in this specific type of template Joomlart does something differently with regard to Javascript, because it works in JA rasite, like the other issues.
This is what I added in header.php:
<script type=”text/javascript”>
window.addEvent(‘domready’, function(){
var JTooltips = new Tips($$(‘.hasTip’),
{ maxTitleChars: 50, fixed: false});
});
</script><script type=”text/javascript”>
window.addEvent(‘domready’, function() {
SqueezeBox.initialize(“.$options.”);
$$(‘”.$selector.”‘).each(function(el) {
el.addEvent(‘click’, function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
</script> -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Saguaros 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum