Page 1 of 1

HTML Gallery - Menu item Title issue

Posted: 18 Aug 2012, 17:44
by igor.bezkrovny
Tested on: ImageVueX 2.8.2
URL: http://littlekat.com.ua/?catalog/

Problem: Menu item Title can't show text correctly. (There is no HTML text decoding).
Screenshot attached

Why it was used:
In Flash gallery version I need Menu Item without text (only icon!) for Language change. But I can't use empty Title because it uses physical folder name for title by default. So I need to say that title is not empty.

Thanks

Re: HTML Gallery - Menu item Title issue

Posted: 21 Aug 2012, 03:56
by Nick
Why not use [russian]English[/russian][english]Русский[/english] ?

Re: HTML Gallery - Menu item Title issue

Posted: 21 Aug 2012, 04:21
by igor.bezkrovny
I tried this before:
Code
[russian]English[/russian][english]Русский[/english]
1. I need button wthout text (only with image). It simplifies navigation for users as they do not need to read.
(lazy users)
2. I use horizontal menu and there is not so much space for buttons, so I'm trying economy space.

Also if button have only one  , not whole image is outlined by buttons background when mouse cursor is over button. So I need 6   (or 6 spaces) to cover whole image.

Am I able to save spaces in menu item title?
Many Thanks!

Re: HTML Gallery - Menu item Title issue

Posted: 21 Aug 2012, 04:37
by Nick
You can use hard space I think " " <- copy from inside the quotes. Actually I just tried, simple space works as well.

Re: HTML Gallery - Menu item Title issue

Posted: 21 Aug 2012, 05:10
by igor.bezkrovny
Many Thanks!
I think it is better solution to use hard spaces. There is no strange artifacts (like &nbsp...) in HTML Gallery.

The only wish is to combine Menu Item Icon and Menu Item Title into one anchor in HTML Gallery's menu:
<a href="..."><img menu_item_icon> title/></a>
(my feeling is icons should be linked too in HTML Gallery Menu)

Many thanks again!

Re: HTML Gallery - Menu item Title issue

Posted: 21 Aug 2012, 06:21
by Nick
This is exaclty why I suggested to add language names, since they are clickable.

Re: HTML Gallery - Menu item Title issue

Posted: 21 Aug 2012, 06:35
by igor.bezkrovny
Thanks Nick!

But I will stay with icon, as it simplifies users' life and gives me horizontal space economy.
Thanks again!