test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • fronsky Friend
    #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
    #358550

    may 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

    fronsky Friend
    #358598

    Site 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>

    Saguaros Moderator
    #359624

    can you please provide me the link to your site i would like to have a look on this issue

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 14 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum