Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ardg_de Developer
    #191310

    Hello,

    if i go over the contact form field names with the mouse, then i have an format issue with the popup tips.

    It looks like that: “<strong>Name</strong>Your Name<br>” instead of “Name, Your Name”.
    you can also see it at the demo page.

    how i can solve this issue?

    Thanks for your help!

    phong nam Friend
    #508840

    Hi ardg_de,

    This is a bug of com_contact’s tooltips on Joomla 3.x of our JA Beranis template. You can solve this issue by openning templatesja_beranisjsscript.js file, put below codes:

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

    before line: })(jQuery,’smartresize’);

    rawmud Friend
    #510025

    Hi there,

    I’m having the same problem with the latest T3v3 Blank template.

    Is there a fix I can apply for that?

    I’ve had a look at the script.js file in the /js/ folder and it’s blank so any advice would be appreciated.

    Thanks

    phong nam Friend
    #510035

    Hi rawmud,

    You can solve this com_contact tooltip issue with below steps:

    1. Create an assets.xml file at templates/t3_blank/etc/ path, then put below content into:

    <?xml version="1.0" encoding="utf-8"?>
    <assets>
    <scripts>
    <file>js/script.js</file>
    </scripts>

    <stylesheets>
    </stylesheets>

    </assets>

    2. Overwrite the empty script.js file with my attached file.


    1. script.zip
    rawmud Friend
    #510351

    Awesome, works perfectly.

    Thanks a lot Leo, much appreciated.

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

This topic contains 5 replies, has 3 voices, and was last updated by  rawmud 11 years ago.

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