Elxis CMS Forum

Extensions => Modules => Topic started by: Davide on April 08, 2011, 13:06:29

Title: Top menù
Post by: Davide on April 08, 2011, 13:06:29
Why my top menù is not showing the related image? i have choose:

Use only Menu images: No
and from Modules -> TopMenu -> Show menù icon: Yes

You can't check the website directly.
Title: Re: Top menù
Post by: ks-net on April 08, 2011, 17:19:34
you have to set options

-in menu-item item parameters
-in menu module  parameters
Title: Re: Top menù
Post by: Davide on April 13, 2011, 11:48:09
you have to set options
As my previous post I just have setted thos parameters but is not showing images.

-in menu-item item parameters
Use only Menu images: No
-in menu module  parameters
and from Modules -> TopMenu -> Show menù icon: Yes

Title: Re: Top menù
Post by: ks-net on April 13, 2011, 19:10:57
have you selected an image to display with this menu-item?
Title: Re: Top menù
Post by: Davide on April 13, 2011, 19:13:24
yes from the list... so in the right folder...
Title: Re: Top menù
Post by: ks-net on April 13, 2011, 19:44:22
then just look in the code to see if image printed there... clear cache first if you use it.
if image printed in code then you have to check template's css to see if image is hidden by the css
Title: Re: Top menù
Post by: Davide on April 13, 2011, 20:15:04
with the browser inspection is showing only the link without the image... how can i fix it?
Title: Re: Top menù
Post by: ks-net on April 13, 2011, 20:20:08
 i have to see it from inside....
normally images will be displayed ... i can't see from here where this function fails
Title: Re: Top menù
Post by: ks-net on April 13, 2011, 22:20:35
you are using ios-clean tpl....

ios-clean has it's own functions to generate the top menu...
ios-clean top menu it is not take it's parameters from elxis-top-menu module but from ios-clean-tpl-parameters

this tpl bypasses elxis top-menu-module and it does not support menu-icons

Title: Re: Top menù
Post by: Davide on April 13, 2011, 22:25:46
uff... thank you anyway
Title: Re: Top menù
Post by: ks-net on April 13, 2011, 22:34:25
as far as i can see you can omit this menu and design your own menu ...or you can modify the iosclean.class.php to add this functionality

in any case you need to write code ...