-
AuthorPosts
-
October 20, 2007 at 3:43 pm #123331
I installed the 1.5 version of the template on Joomla 1.5 RC3.
If I want to use the screentype icons (to change width of the display) however, the appropiate icons are not displayed.
The generated source is:
<li><img style=”cursor: pointer;” title=”narrow screen” src=”http://www.beumer.nu/templates/jairis/images/user-screen1.<?php echo gif;?>” alt=”narrow screen resolution” id=”ja-tool-narrow” onclick=”switchTool(‘jairis_ja_screen’,’narrow’);return false;” /></li>
<li><img style=”cursor: pointer;” title=”wide screen” src=”http://www.beumer.nu/templates/jairis/images/user-screen1.<?php echo gif;?>” alt=”wide screen resolution” id=”ja-tool-wide” onclick=”switchTool(‘jairis_ja_screen’,’wide’);return false;” /></li>
I guess the .<?php echo gif;?> causes the error, but how to fix it?
October 26, 2007 at 11:19 am #231569Hi,
I’m having the same problem.
The source code I see looks like the following:
<li><img style=”cursor: pointer;” title=”$ja_screen_size screen” src=””.$this->templateurl().”/images/user-screen1″. ( ($this->getParam(JA_TOOL_SCREEN)==”narrow”) ? “-hilite” : “” ) .”.<?php echo $imgext;?>” alt=”$ja_screen_size screen resolution” id=”ja-tool-$ja_screen_size” onclick=”switchTool(‘”.$this->template.”_”.JA_TOOL_SCREEN.”‘,’$ja_screen_size’);return false;” /></li>
I tried to fix it by changing it to:
<li><img style=”cursor: pointer;” title=”$ja_screen_size screen” src=””.$this->templateurl().”/images/user-screen1″. ( ($this->getParam(JA_TOOL_SCREEN)==”narrow”) ? “-hilite” : “” ) .”.$imgext” alt=”$ja_screen_size screen resolution” id=”ja-tool-$ja_screen_size” onclick=”switchTool(‘”.$this->template.”_”.JA_TOOL_SCREEN.”‘,’$ja_screen_size’);return false;” /></li>
Now, I can see the images on the website, but there’s no highlighting when moving the mouse pointer over them!!!
Anybody who could help me?
Thanx in advance! Greetings from the Canary Islands (Spain)
November 2, 2007 at 11:22 am #231990Me to! Same problem with 1.5.
November 9, 2007 at 7:06 pm #232558Anyone who can help?
November 15, 2007 at 9:33 pm #232897I realy need this to work, please any one who can help!
February 3, 2008 at 10:27 pm #238122Now then J1.5 stable is released and the template was uppdated 29 Jan 2008 the problem with the icons for screentype is still there! Any solution?
-
AuthorPosts
This topic contains 7 replies, has 5 voices, and was last updated by johanrn 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum