Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zeeshah Friend
    #179143

    I’m trying to get rid of the menu item bubble that appears when you hover over a menu item for a few seconds.For example, if I hover cursor over “Menu” for a few seconds, a bubble appears which also says “Menu”. This can be annoying and looks unprofessional.

    Is there an easy to get rid of this without having to play around with the PHP code?

    Thanks guys!

    swissa Friend
    #461144

    <em>@zeeshah 330267 wrote:</em><blockquote>Is there an easy to get rid of this without having to play around with the PHP code?
    </blockquote>

    No!!

    If you want to get rid of it you have to make a change in the base php files from JAT3. This means if JAT3 is updated it will overwrite your changes so don’t forget this! Also make a copy of the file before you change so you have a back-up.

    pluginssystemjat3jat3coremenubase.class.php

    look for this code


    $title = "title="$tmpname"";
    and change it to this


    $title = "";

    Hope that helps.

    Saguaros Moderator
    #461147

    Hi zeeshah,

    This belongs to the core of JAT3 framework so I’m afraid that you need to make change in code but it’s so easy, just open file: pluginssystemjat3jat3coremenubass.class.php at line 521
    Replace:
    [PHP]$title = “title=”$anchor_title””;[/PHP]
    with:
    [PHP]$title = “”;[/PHP]
    Hope this helps.

    zeeshah Friend
    #461322

    Thanks guys. It was easy and it took a whole 2 mins.

    You guys are awesome!

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

This topic contains 4 replies, has 3 voices, and was last updated by  zeeshah 12 years, 4 months ago.

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