Search…

X3 Photo Gallery Support Forums

Search…
 
igor.bezkrovny
Topic Author
Posts: 16
Joined: 02 Aug 2012, 08:00

HTML Gallery - Menu item Title issue

18 Aug 2012, 17:44

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
Attachments
html_empty_menu_item_name.png
html_empty_menu_item_name.png (76.11 KiB) Viewed 3352 times
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: HTML Gallery - Menu item Title issue

21 Aug 2012, 03:56

Why not use [russian]English[/russian][english]Русский[/english] ?
firedev.com
 
igor.bezkrovny
Topic Author
Posts: 16
Joined: 02 Aug 2012, 08:00

Re: HTML Gallery - Menu item Title issue

21 Aug 2012, 04:21

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!
Last edited by igor.bezkrovny on 21 Aug 2012, 04:38, edited 1 time in total.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: HTML Gallery - Menu item Title issue

21 Aug 2012, 04:37

You can use hard space I think " " <- copy from inside the quotes. Actually I just tried, simple space works as well.
firedev.com
 
igor.bezkrovny
Topic Author
Posts: 16
Joined: 02 Aug 2012, 08:00

Re: HTML Gallery - Menu item Title issue

21 Aug 2012, 05:10

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!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: HTML Gallery - Menu item Title issue

21 Aug 2012, 06:21

This is exaclty why I suggested to add language names, since they are clickable.
firedev.com
 
igor.bezkrovny
Topic Author
Posts: 16
Joined: 02 Aug 2012, 08:00

Re: HTML Gallery - Menu item Title issue

21 Aug 2012, 06:35

Thanks Nick!

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