-
AuthorPosts
-
bramewave Friend
bramewave
- Join date:
- December 2007
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 27
- Thanked:
- 2 times in 1 posts
November 13, 2008 at 2:43 pm #135347When I mouse over a menu item I get a pop text that tells me what item I am hovering. Is there anyway of disabling this? I am sure there is because someone help me with this before and now I can’t find the thread.
my site:
http://www.bramewave.com/portfolio
any help will be appreciated!
bramewave
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 14, 2008 at 4:15 am #279100Hi bramewave,
When i have viewed source html on your website, i saw that title attribute of a tag wasn’t exist.
Please open Base.class.php file on templatesja_kulaniteja_menus folder, about line 168, find script:
$title = “title=”$tmp->name””; to sure that it was exist.
Then about line 172, see $title in a tag:
switch ($tmp->browserNav)
{
default:
case 0:
// _top
$data = ‘<a href=”‘.$tmp->url.'” ‘.$active.’ ‘.$id.’ ‘.$title.$itembg.’>’.$txt.'</a>’;
break;
case 1:
// _blank
$data = ‘<a href=”‘.$tmp->url.'” target=”_blank” ‘.$active.’ ‘.$id.’ ‘.$title.$itembg.’>’.$txt.'</a>’;
break;
case 2:
// window.open
$attribs = ‘toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,’.$this->getParam(‘window_open’);// hrm…this is a bit dickey
$link = str_replace(‘index.php’, ‘index2.php’, $tmp->url);
$data = ‘<a href=”‘.$link.'” onclick=”window.open(this.href,’targetWindow’,”.$attribs.”);return false;” ‘.$active.’ ‘.$id.’ ‘.$title.$itembg.’>’.$txt.'</a>’;
break;
}
to sure that it was using.Hope it helps.
1 user says Thank You to JA Developer for this useful post
bramewave Friendbramewave
- Join date:
- December 2007
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 27
- Thanked:
- 2 times in 1 posts
November 18, 2008 at 1:42 am #279474this cam from Hain84
Hi all !
this is way for solve the problem :
Open base.class.php file in templatesja_edeniteja_menus folder , find following code line at about line 235 :
Code:$title = “title=”$tmp->name””;
remove it .
juremmm Friendjuremmm
- Join date:
- June 2010
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
July 19, 2010 at 11:40 am #350242Hi all,
I have similar issue. In the article I have placed image with option to zoom it. Now with mouse over that image text gets changed and it looks very strange with text moving along with mouse over. You can see that at:
Any ideas how to solve that?
Jurij
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by Saguaros 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum