Tooltips Displaying Incorrectly

On , in , by Lunarius

Home Forums RaidPlanner Discussions Bug reports Tooltips Displaying Incorrectly

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1702
    Lunarius
    Member

    RP .9 and .9.1
    Joomla 3.3
    Any theme

    “Proper” Tooltips are only displaying for the Super User (example: http://lunarius.net/imagebank/pfsggadmin.png). Nothing seems to make the tooltip display the way it used to (with a background, not crammed to the far left, etc.) — I’m not getting any errors and it doesn’t seem to matter what theme I use.

    Logged-in users & visitors get the sort of hover-text that would display with the alt or title attribute set in a link (example: http://lunarius.net/imagebank/pfsgg.png).

    #1704
    Taracque
    Member

    Please try to install this version: https://github.com/Taracque/RaidPlanner/archive/master.zip
    and let me know if that fixes your problem.
    (Don’t uninstal the current version, just install to over it!)

    #1709
    Lunarius
    Member

    I installed it over my current version but to no effect; I still get the same tooltips as I mentioned above.

    #1715
    Taracque
    Member

    Can you send me a download link to your template? Somehow the bootstrap.tooltip code is missing from you site, I’d like to check if this is not a template issue.
    Optionally you can try to add

      <script type="text/javascript">
    jQuery(document).ready(function(){
    	jQuery('.hasTooltip').tooltip({"html": true,"container": "body"});
    });
      </script>
    

    Just before the tag in your template, but that is an ugly hack. It should work without this.

    • This reply was modified 8 years, 8 months ago by Taracque.
    • This reply was modified 8 years, 8 months ago by Taracque.
    • This reply was modified 8 years, 8 months ago by Taracque.
    #1719
    Lunarius
    Member

    I can’t send you a download link as I purchased the theme, but I can send you to the site where I bought it. I’ve been trying, with no luck, to contact the owners for a little tech support on their side of things for other matters and they’ve been totally unresponsive. Themekat.com is their base url, my theme is Dark Knight. The money would have been better spent in a donation to you (which is coming, by the way, as soon as I get paid. :D).

    When I use the default themes that come with Joomla’s 3.3 install the tooltip likewise doesn’t work, but at this juncture I’m assuming I have a slightly borked installation.

    Additionally, whatever code you’re trying to display to me isn’t showing, nor is the specific tag you’re referencing.

    #1722
    Taracque
    Member

    Try to add this lines to your template’s index.php file:

    JHtml::_(‘bootstrap.framework’);
    JHtml::_(‘bootstrap.tooltip’);

    just after the

    defined(‘_JEXEC’) or die;

    line, maybe that will help. But it seems, that the template css is not ready for tooltips, so it will not be perfect.

    #1723
    Lunarius
    Member

    That’s fixed it! With those lines & some work in a custom CSS file for the theme I’ve finally gotten the tooltips to display when, where, and as I need them to. They aren’t absolutely perfect but for now they’re working.

    Thank you so much!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
 

Comments are closed.