Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ismini Friend
    #192019

    I use this template: http://www.joomlart.com/demo/#ja_lens and joomla version is 3.1.5
    When i move the cursor in contact form over the name or email etc, does not display the text correctly over these fields and spoils the alignment of communication domains…
    My site is http://www.in-focus.gr

    Thank you…

    phong nam Friend
    #511490

    Hi ismini,

    Thank you for your feedback. This is a tooltip bug of contact forum on Joomla 3.1.x that you can fix the issue opening templatesja_lensjsscript.js file at 487th line (before })($query); ), add these codes:

    // overwrite default tooltip/popover behavior (same as Joomla 3.1.5)
    $.fn.tooltip.Constructor.DEFAULTS && ($.fn.tooltip.Constructor.DEFAULTS.html = true);
    $.fn.popover.Constructor.DEFAULTS && ($.fn.popover.Constructor.DEFAULTS.html = true);
    $.fn.tooltip.defaults && ($.fn.tooltip.defaults.html = true);
    $.fn.popover.defaults && ($.fn.popover.defaults.html = true);

    Remember to clear System Cache after saving changes.

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 10 years, 10 months ago.

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