Elxis CMS Forum
		Extensions => Modules => Topic started 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.
- 
				you have to set options
 
 -in menu-item item parameters
 -in menu module  parameters
 
- 
				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
 
 
- 
				have you selected an image to display with this menu-item?
			
- 
				yes from the list... so in the right folder...
			
- 
				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
- 
				with the browser inspection is showing only the link without the image... how can i fix it?
			
- 
				 i have to see it from inside....
 normally images will be displayed ... i can't see from here where this function fails
- 
				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
 
 
- 
				uff... thank you anyway
			
- 
				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 ...