Elxis CMS Forum

Extensions => Components => Topic started by: sophocles on October 27, 2010, 08:03:46

Title: IOS vertical menu problem (SOLVED)
Post by: sophocles on October 27, 2010, 08:03:46
Hi,

I'm on the process of building an e-commerce site with IOS eshop.
When i chose the IOS vertical menu to be shown on the left column, i don't get to see the expansion of it, since it is being overlapped from the middle column.
The expansions functions but there is no way to see it, as a result of the overlapping.

If there is anyone that knows where is the problem, please let me know.

Thanks.
Title: Re: IOS vertical menu problem
Post by: webgift on October 27, 2010, 09:04:27
Hi ,

Take a look at Elxis Wiki about that  : http://wiki.elxis.org/wiki/ESHOP_Menu_vertical_multilevel
I hope this article help you!
Title: Re: IOS vertical menu problem
Post by: sophocles on October 27, 2010, 09:23:36
Hi,

Not only I have checked with the Wiki, but i have "played" a lot with the .css files of the menu regarding the appearance of it.
Although I have spend quite a time i haven't achieved anything. 
Title: Re: IOS vertical menu problem
Post by: CREATIVE Options on October 27, 2010, 09:30:08
Is it possible to give us a live website to see the problem and the css files.
Title: Re: IOS vertical menu problem
Post by: webgift on October 27, 2010, 09:34:44
So the only case that we have is :

Is it possible to give us a live website to see the problem and the css files.

;)
Title: Re: IOS vertical menu problem
Post by: sophocles on October 27, 2010, 09:41:08
http://www.odesus.gr/index.php (http://www.odesus.gr/index.php)

Click on the link, do not type just the domain, since I have an .htaccess redirection to the running website.
Thanks.
Title: Re: IOS vertical menu problem
Post by: sophocles on October 27, 2010, 09:42:14
The css files are the original ones. When i don't succeed on changes, I always revert them back to original.
Title: Re: IOS vertical menu problem
Post by: CREATIVE Options on October 27, 2010, 10:19:05
Z-index is one of your solutions.
Title: Re: IOS vertical menu problem
Post by: sophocles on October 27, 2010, 10:52:59
Where should z-index should applied (at vmultilevel.css ?), which element should affect (#leftcolumn, .vmenuml) and what value should be applied (-1, 0, auto, inherit .. ?).
Title: Re: IOS vertical menu problem
Post by: CREATIVE Options on October 27, 2010, 12:28:25
To give you the correct answer, I have to search the CSS's files for your layout, but today I have not the time, Sorry.

Possible an other member will have the time.
Title: Re: IOS vertical menu problem
Post by: yiannisK on October 27, 2010, 18:14:21
If u want give me ftp access to look it.
Title: Re: IOS vertical menu problem (SOLVED)
Post by: yiannisK on October 28, 2010, 20:16:29
Fixed with a small quick change (not the best solution, but u can do your job).
Go to Backend> Site Modules>  Make filter to type "mod_eshop_latest", choose "latest products" give in parameters Module Class Suffix: -push.

If u change the ul listings of your left vmenu (more or less), just change the 2 values of 195px;
to bigger or smaller

at the end of the templates/iosclean/css/layout.css, add
Code: [Select]
.vmenuml { width: 165px; position: absolute; top:195px; }
#iosclean_leftcol .iosclean_pad div.moduletable-push { margin-top:195px; }

(done already to your files)
Title: Re: IOS vertical menu problem [SOLVED]
Post by: sophocles on October 28, 2010, 20:33:23
Thanks a lot for that yiannisK.
Elxis is not just a great CMS; it has a resourceful community as well.
 8)
Title: Re: IOS vertical menu problem
Post by: yiannisK on October 28, 2010, 20:36:03
 ;)