-
AuthorPosts
-
June 3, 2008 at 9:33 am #129221
Hi
I searched the forum….meny have the same issue….no clear fix for it found:Details:
The Font Resizer and the make PDF / Print / Mail Buttons appears wrong in IE6.Her is the URL: http://www.astrid-fink.ch
My System:
PHP 5.1.6
MySQL 5.0.22
Joomla 1.5.0 from ja_hedera_1.5_quickstartDo you have a update / fix for it?
Thanks for Info
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 10, 2008 at 8:05 am #252845HI
You can try follow me:
– Open ja_templatetools.php(templatesja_hedera), go to line 86:
if ($ja_tools & 2){//show font tools
?>
<ul class="ja-usertools-font">
<li><img style="cursor: pointer;" title="<?php echo JText::_('Decrease font size');?>" src="<?php echo $this->templateurl();?>/images/user-decrease.<?php echo $imgext;?>" alt="<?php echo JText::_('Decrease font size');?>" id="ja-tool-decrease" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>','dec'); return false;" /></li>
<li><img style="cursor: pointer;" title="<?php echo JText::_('Default font size');?>" src="<?php echo $this->templateurl();?>/images/user-reset.<?php echo $imgext;?>" alt="<?php echo JText::_('Default font size');?>" id="ja-tool-reset" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>',<?php echo $this->_tpl->params->get(JA_TOOL_FONT);?>); return false;" /></li><li><img style="cursor: pointer;" title="<?php echo JText::_('Increase font size');?>" src="<?php echo $this->templateurl();?>/images/user-increase.<?php echo $imgext;?>" alt="<?php echo JText::_('Increase font size');?>" id="ja-tool-increase" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>','inc'); return false;" /></li>
</ul>
<script type="text/javascript">var CurrentFontSize=parseInt('<?php echo $this->getParam(JA_TOOL_FONT);?>');</script>
<?php
}Change to
if ($ja_tools & 2){//show font tools
?>
<ul class="ja-usertools-font">
<li><img style="cursor: pointer;" title="<?php echo JText::_('Decrease font size');?>" src="http://www.astrid-fink.ch/templates/ja_hedera/images/user-decrease.<?php echo $imgext;?>" alt="<?php echo JText::_('Decrease font size');?>" id="ja-tool-decrease" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>','dec'); return false;" /></li>
<li><img style="cursor: pointer;" title="<?php echo JText::_('Default font size');?>" src="http://www.astrid-fink.ch/templates/ja_hedera/images/user-reset.<?php echo $imgext;?>" alt="<?php echo JText::_('Default font size');?>" id="ja-tool-reset" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>',<?php echo $this->_tpl->params->get(JA_TOOL_FONT);?>); return false;" /></li><li><img style="cursor: pointer;" title="<?php echo JText::_('Increase font size');?>" src="http://www.astrid-fink.ch/templates/ja_hedera/images/user-increase.<?php echo $imgext;?>" alt="<?php echo JText::_('Increase font size');?>" id="ja-tool-increase" onclick="switchFontSize('<?php echo $this->template."_".JA_TOOL_FONT;?>','inc'); return false;" /></li>
</ul>
<script type="text/javascript">var CurrentFontSize=parseInt('<?php echo $this->getParam(JA_TOOL_FONT);?>');</script>
<?php
}June 10, 2008 at 8:58 am #252852Hi nguoiabcd
I tried your code out, it doesn’t helps to solve the problem. I still have this problem with IE6.
Now i made a debug log….but i can not see a issue. There must be a incompatibility with the menu scripting….what you think?
Debug Log
Profile Information
Application afterLoad: 0.002 seconds, 0.20 MB
Application afterInitialise: 0.110 seconds, 3.50 MB
Application afterRoute: 0.117 seconds, 3.71 MB
Application afterDispatch: 0.179 seconds, 5.07 MB
Application afterRender: 0.295 seconds, 7.53 MB
Memory Usage
7937816
11 queries logged
SELECT *
FROM jos_session
WHERE session_id = ‘pkl2f8llrf20qr7o5hia7ane84’
DELETE
FROM jos_session
WHERE ( time < ‘1213087026’ )
SELECT *
FROM jos_session
WHERE session_id = ‘pkl2f8llrf20qr7o5hia7ane84’
UPDATE jos_session
SET `time`=’1213087926′,`userid`=’0′,`usertype`=”,`username`=”,`gid`=’0′,`guest`=’1′,`client_id`=’0′,`data`=’__default|a:7:{s:15:”session.counter”;i:34;s:19:”session.timer.start”;i:1213087826;s:18:”session.timer.last”;i:1213087921;s:17:”session.timer.now”;i:1213087921;s:22:”session.client.browser”;s:75:”Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)”;s:8:”registry”;O:9:”JRegistry”:3:{s:17:”_defaultNameSpace”;s:7:”session”;s:9:”_registry”;a:1:{s:7:”session”;a:1:{s:4:”data”;O:8:”stdClass”:0:{}}}s:7:”_errors”;a:0:{}}s:4:”user”;O:5:”JUser”:19:{s:2:”id”;i:0;s:4:”name”;N;s:8:”username”;N;s:5:”email”;N;s:8:”password”;N;s:14:”password_clear”;s:0:””;s:8:”usertype”;N;s:5:”block”;N;s:9:”sendEmail”;i:0;s:3:”gid”;i:0;s:12:”registerDate”;N;s:13:”lastvisitDate”;N;s:10:”activation”;N;s:6:”params”;N;s:3:”aid”;i:0;s:5:”guest”;i:1;s:7:”_params”;O:10:”JParameter”:7:{s:4:”_raw”;s:0:””;s:4:”_xml”;N;s:9:”_elements”;a:0:{}s:12:”_elementPath”;a:1:{i:0;s:79:”/var/www/vhosts/astrid-fink.ch/httpdocs/libraries/joomla/html/parameter/element”;}s:17:”_defaultNameSpace”;s:8:”_default”;s:9:”_registry”;a:1:{s:8:”_default”;a:1:{s:4:”data”;O:8:”stdClass”:0:{}}}s:7:”_errors”;a:0:{}}s:9:”_errorMsg”;N;s:7:”_errors”;a:0:{}}}’
WHERE session_id=’pkl2f8llrf20qr7o5hia7ane84′
SELECT *
FROM jos_components
WHERE parent = 0
SELECT folder AS type, element AS name, params
FROM jos_plugins
WHERE published >= 1
AND access <= 0
ORDER BY ordering
SELECT m.*, c.`option` AS component
FROM jos_menu AS m
LEFT JOIN jos_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT template
FROM jos_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 35)
ORDER BY menuid DESC
LIMIT 0, 1
SELECT a.*, u.name AS author, u.usertype, cc.title AS category, s.title AS section, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(“:”, a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(“:”, cc.id, cc.alias) ELSE cc.id END AS catslug, g.name AS groups, s.published AS sec_pub, cc.published AS cat_pub, s.access AS sec_access, cc.access AS cat_access
FROM jos_content AS a
LEFT JOIN jos_categories AS cc
ON cc.id = a.catid
LEFT JOIN jos_sections AS s
ON s.id = cc.section
AND s.scope = “content”
LEFT JOIN jos_users AS u
ON u.id = a.created_by
LEFT JOIN jos_groups AS g
ON a.access = g.id
WHERE a.id = 55
AND a.access <= 0
AND ( ( a.created_by = 0 ) OR ( a.state = 1 OR a.state = -1)
AND ( a.publish_up = ‘0000-00-00 00:00:00’ OR a.publish_up <= ‘2008-06-10 08:52:06’ )
AND ( a.publish_down = ‘0000-00-00 00:00:00’ OR a.publish_down >= ‘2008-06-10 08:52:06’ ) )
UPDATE jos_content
SET hits = ( hits + 1 )
WHERE id=’55’
SELECT id, title, module, position, content, showtitle, control, params
FROM jos_modules AS m
LEFT JOIN jos_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 0
AND m.client_id = 0
AND ( mm.menuid = 35 OR mm.menuid = 0 )
ORDER BY position, ordering
2 legacy queries logged
SELECT *
FROM `jos_acajoom_xonfig`
SELECT *
FROM `jos_acajoom_lists`
WHERE `published` = 1
Language Files Loaded
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.ini 1
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.plg_system_debug.ini
/var/www/vhosts/astrid-fink.ch/httpdocs/language/en-GB/en-GB.plg_system_debug.ini 1
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.com_content.ini 1
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.tpl_ja_hedera.ini
/var/www/vhosts/astrid-fink.ch/httpdocs/language/en-GB/en-GB.tpl_ja_hedera.ini
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.mod_mainmenu.ini 1
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.mod_acajoom.ini
/var/www/vhosts/astrid-fink.ch/httpdocs/language/en-GB/en-GB.mod_acajoom.ini
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.mod_breadcrumbs.ini 1
/var/www/vhosts/astrid-fink.ch/httpdocs/language/de-DE/de-DE.mod_search.ini 1
Untranslated strings -
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum