The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 43 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: Fri Dec 31, 2010 2:26 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Dec 23, 2010 11:43 pm
Posts: 9
Hi all,

I'm having the same problem as everyone here, can someone please send me the template scripts that will keep IE7 from malfunctioning?

Thanks,
Milan


Top
 Profile  
 
PostPosted: Sat Jan 15, 2011 2:19 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jul 16, 2010 2:00 pm
Posts: 36
Location: Jakarta
You can try the following extention :
http://extensions.joomla.org/extensions ... dards/7623
and
http://extensions.joomla.org/extensions ... dards/8337

Good luck

_________________
Pusat Belanja dan Informasi Kesehatan
http://trinunggal.net


Top
 Profile  
 
PostPosted: Fri Aug 19, 2011 12:12 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Nov 09, 2010 9:41 am
Posts: 4
hi all..
My problem is strange because when viewing my site in ie9, only the home page has the problem of cutting off the bottom of my article content as well as the bottom of the content bg image, yet if you navigate through the rest of the sites links then niether the content or content bg image is cut off and all is fine...

Does anyone understand what may be causing this display error? I've been struggling for nearly 2 weeks tryna figure this out and almost felt like giving up altogether...pls pls pls

Im using free transparent bliss Joomla 1.5 template:)

thanx a million!!


Top
 Profile  
 
PostPosted: Fri Aug 19, 2011 1:40 pm 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Tue Feb 24, 2009 6:29 pm
Posts: 1122
Location: Calicut, Kerala, India
url pls

_________________
Kannan Sreenivas ,
Freelance Web Developer , (+917403 00 44 33 )
kannan.sreenivas@gmail.com
http://kannansreenivas.elance.com


Top
 Profile  
 
PostPosted: Fri Jan 27, 2012 9:28 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 05, 2008 4:14 pm
Posts: 15
I have the same problem with my template : themza_j15_16

I need help to fix it


Top
 Profile  
 
PostPosted: Fri Jan 27, 2012 9:41 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 05, 2008 4:14 pm
Posts: 15
my url is :
/home/patchma1/public_html/elephantbg.com/templates/themza_j15_16/css/ieonly.css

How to modify this css


Top
 Profile  
 
PostPosted: Wed Mar 21, 2012 10:14 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Mar 18, 2012 4:22 pm
Posts: 21
Hi,
I have the same problem with IE. could you please help me and provide any solution
My webpage is www.kosnica.hr

Thats what I have in html



<?php
/**
* @version $Id: index.php $
* @package Joomla.Site
* @copyright Copyright (C) 2009 - 2011 SiteGround.com - All Rights Reserved.
* @license GNU General Public License version 3 or later; see LICENSE.txt

* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// No direct access.
defined('_JEXEC') or die;
JHTML::_('behavior.framework', true);
/* The following line gets the application object for things like displaying the site name */
$app = JFactory::getApplication();
$tplparams = $app->getTemplate(true)->params;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
<head>
<jdoc:include type="head" />
<!-- The following line loads the template CSS file located in the template folder. -->
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>
<body id="page_bg">
<div id="header">

<div class="top-menu">
<div id="sgmenu">
<jdoc:include type="modules" name="menuload" />
</div>
</div>


<div id="search">
<jdoc:include type="modules" name="position-0" />
</div>

<h1><a href="<?php echo $this->baseurl ?>"><?php echo $app->getCfg('sitename'); ?></a></h1>

</div>
<div id="wrapper">
<div id="content_m">
<?php if ($this->countModules( 'position-7 and position-4' )) : ?>
<div class="maincol">
<?php elseif( $this->countModules( 'position-7' ) ) : ?>
<div class="maincol_w_left">
<?php elseif( $this->countModules( 'position-4' ) ) : ?>
<div class="maincol_w_right">
<?php else: ?>
<div class="maincol_full">
<?php endif; ?>

<?php if( $this->countModules('position-7') ) : ?>
<div class="leftcol">
<div class="innercol">
<jdoc:include type="modules" name="position-7" style="rounded"/>
</div>
</div>
<?php endif; ?>

<div class="cont">
<jdoc:include type="component" />
</div>

<?php if( $this->countModules('position-4') ) : ?>
<div class="rightcol">
<div class="innercol">
<jdoc:include type="modules" name="position-4" style="rounded"/>
</div>
</div>
<?php endif; ?>
<div class="clr"></div>
<div id="footer">
<p style="text-align:center;"><?php $sg = ''; include "templates.php"; ?></p>
</div>
<div class="clr"></div>

</div>
</div>
</div>

</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pl_PL/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

</body>
</html>


Top
 Profile  
 
PostPosted: Thu Mar 22, 2012 3:46 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Tue Feb 24, 2009 6:29 pm
Posts: 1122
Location: Calicut, Kerala, India
try some better and perfect template for easy remedy..
If you need, Mail me, and I shall provide you one which works well

_________________
Kannan Sreenivas ,
Freelance Web Developer , (+917403 00 44 33 )
kannan.sreenivas@gmail.com
http://kannansreenivas.elance.com


Top
 Profile  
 
PostPosted: Thu Mar 22, 2012 1:50 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Mar 18, 2012 4:22 pm
Posts: 21
I would rather not change so I found code from demo site of this template which works properly in IE and if it can help you (http://www.joomla-templatedemo.de/?temp ... und-j16-36)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de-de" lang="de-de" dir="ltr">
<head>
<base href="http://www.joomla-templatedemo.de/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Home</title>
<link href="/index.php?format=feed&amp;type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/index.php?format=feed&amp;type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="http://www.joomla-templatedemo.de/index.php/component/search/?format=opensearch" rel="search" title="Suchen Joomla 2.5 Template Demo" type="application/opensearchdescription+xml" />
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/caption.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script type="text/javascript">
window.addEvent('load', function() {
new JCaption('img.caption');
});
function keepAlive() { var myAjax = new Request({method: "get", url: "index.php"}).send();} window.addEvent("domready", function(){ keepAlive.periodical(840000); });
</script>

<!-- The following line loads the template CSS file located in the template folder. -->
<link rel="stylesheet" href="/templates/siteground-j16-36/css/template.css" type="text/css" />
</head>
<body id="page_bg">
<div id="header">

<div class="top-menu">
<div id="sgmenu">

<ul class="menu">
<li id="item-465"><a href="http://www.joomlaos.de" ><span>JoomlaOS</span></a></li><li id="item-466"><a href="http://www.joomla24.com" ><span>Joomla24</span></a></li><li id="item-467"><a href="http://www.joomlaportal.de" ><span>Joomlaportal</span></a></li><li id="item-468"><a href="http://www.joomlajobs.de" ><span>JoomlaJobs</span></a></li></ul>
</div>
</div>


<div id="search">
<form action="/index.php" method="post">
<div class="search">
<label for="mod-search-searchword">Suchen...</label><input name="searchword" id="mod-search-searchword" maxlength="20" class="inputbox" type="text" size="20" value="Suchen..." onblur="if (this.value=='') this.value='Suchen...';" onfocus="if (this.value=='Suchen...') this.value='';" /> <input type="hidden" name="task" value="search" />
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="Itemid" value="435" />
</div>
</form>

</div>

<h1><a href="/">Joomla 2.5 Template Demo</a></h1>

</div>
<div id="wrapper">
<div id="content_m">
<div class="maincol">

<div class="leftcol">
<div class="innercol">
<div class="module_menu">
<div>
<div>
<div>
<h3>Main Menu</h3>

<ul class="menu">
<li id="item-435" class="current active"><a href="/" ><span>Home</span></a></li><li id="item-294"><a href="/index.php/site-map" ><span>Site Map</span></a></li><li id="item-238"><a href="/index.php/sample-sites" ><span>Sample Sites</span></a></li><li id="item-455"><a href="/index.php/using-joomla/extensions/components" ><span>Example Pages</span></a></li><li id="item-469"><a href="/index.php/impressum" ><span>Impressum</span></a></li></ul> </div>
</div>
</div>
</div>
<div class="module">
<div>
<div>
<div>
<h3>Werbung</h3>
<div class="bannergroup">

<div class="banneritem">
<br />
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-7868248440917770";
/* 125x125, Erstellt 21.01.11 */
google_ad_slot = "9401744274";
google_ad_width = 125;
google_ad_height = 125;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><br /> <div class="clr"></div>
</div>

</div>
</div>
</div>
</div>
</div>
<div class="module">
<div>
<div>
<div>
<h3>Login Form</h3>
<form action="/index.php" method="post" id="login-form" >
<fieldset class="userdata">
<p id="form-login-username">
<label for="modlgn-username">Benutzername</label>
<input id="modlgn-username" type="text" name="username" class="inputbox" size="18" />
</p>
<p id="form-login-password">
<label for="modlgn-passwd">Passwort</label>
<input id="modlgn-passwd" type="password" name="password" class="inputbox" size="18" />
</p>
<p id="form-login-remember">
<label for="modlgn-remember">Angemeldet bleiben</label>
<input id="modlgn-remember" type="checkbox" name="remember" class="inputbox" value="yes"/>
</p>
<input type="submit" name="Submit" class="button" value="Anmelden" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.login" />
<input type="hidden" name="return" value="aW5kZXgucGhwP0l0ZW1pZD00MzU=" />
<input type="hidden" name="c1c4b8357f3136268d40b3b2fc454e3a" value="1" /> </fieldset>
<ul>
<li>
<a href="/index.php/using-joomla/extensions/components/users-component/password-reset">
Passwort vergessen?</a>
</li>
<li>
<a href="/index.php/using-joomla/extensions/components/users-component/username-reminder">
Benutzername vergessen?</a>
</li>
<li>
<a href="/index.php/using-joomla/extensions/components/users-component/registration-form">
Registrieren</a>
</li>
</ul>
</form>
</div>
</div>
</div>
</div>

</div>
</div>

<div class="cont">
<div class="blog-featured">

<div class="items-leading">
<div class="leading-0">

<h2>
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/24-joomla">
Joomla!</a>
</h2>







<p><img src="/images/icon-48-themes.png" border="0" style="float: left; margin-left: 5px; margin-right: 5px;" />Congratulations! You have a Joomla! site! Joomla! makes your site easy to build a website just the way you want it and keep it simple to update and maintain.</p>
<p>Joomla! is a flexible and powerful platform, whether you are building a small site for yourself or a huge site with hundreds of thousands of visitors. Joomla is open source, which means you can make it work just the way you want it to.</p>


<div class="item-separator"></div>
</div>
</div>


<div class="items-row cols-2 row-0">
<div class="item column-1">

<h2>
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/8-beginners">
Beginners</a>
</h2>







<p><img src="/images/icon-48-user.png" border="0" style="float: left; margin-left: 5px; margin-right: 5px;" />If this is your first Joomla site or your first web site, you have come to the right place. Joomla will help you get your website up and running quickly and easily.</p>
<p>Start off using your site by logging in using the administrator account you created when you installed Joomla!.</p>

<p class="readmore">
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/8-beginners">
Weiterlesen: Beginners</a>
</p>


<div class="item-separator"></div>
</div>

<div class="item column-2">

<h2>
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/50-upgraders">
Upgraders</a>
</h2>







<p><img src="/images/icon-48-revert.png" border="0" style="float: left; margin-left: 5px; margin-right: 5px;" />If you are an experienced Joomla! 1.5 user, 1.6 will seem very familiar. There are new templates and improved user interfaces, but most functionality is the same. The biggest changes are improved access control (ACL) and nested categories.</p>

<p class="readmore">
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/50-upgraders">
Weiterlesen: Upgraders</a>
</p>


<div class="item-separator"></div>
</div>
<span class="row-separator"></span>
</div>



<div class="items-row cols-2 row-1">
<div class="item column-1">

<h2>
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/35-professionals">
Professionals</a>
</h2>







<p><img src="/images/icon-48-contacts.png" border="0" style="float: left; margin-left: 5px; margin-right: 5px;" />Joomla! 1.6 continues development of the Joomla Framework and CMS as a powerful and flexible way to bring your vision of the web to reality. With the administrator now fully MVC, the ability to control its look and the management of extensions is now complete.</p>

<p class="readmore">
<a href="/index.php/using-joomla/extensions/components/content-component/article-category-list/35-professionals">
Weiterlesen: Professionals</a>
</p>


<div class="item-separator"></div>
</div>

<div class="item column-2">

<h2>
<a href="/index.php/the-joomla-project">
The Project</a>
</h2>







<p><img src="/images/icon-48-groups.png" border="0" width="48" height="48" style="float: left; border: 0; margin-left: 5px; margin-right: 5px;" />There are millions of users around the world and thousands of people who contribute to the Joomla! Project. They work in three main groups: the Production Working Group, the Community Working Group and Open Source Matters.</p>


<div class="item-separator"></div>
</div>
<span class="row-separator"></span>
</div>




</div>

</div>

<div class="rightcol">
<div class="innercol">
<div class="module">
<div>
<div>
<div>
<h3>Advertising</h3>
<div class="bannergroup">

<div class="banneritem">
<br /><div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-7868248440917770";
/* 120x600, Erstellt 25.01.11 */
google_ad_slot = "9179331945";
google_ad_width = 120;
google_ad_height = 600;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><br /> <div class="clr"></div>
</div>

</div>
</div>
</div>
</div>
</div>

</div>
</div>
<div class="clr"></div>
<div id="footer">
<p style="text-align:center;"> Joomla 2.5 Template Demo, Powered by <a href="http://joomla.org/" class="sgfooter" target="_blank">Joomla!</a>

<!-- FOOTER BEGIN --><a href="http://www.siteground.com/joomla-templates.htm" target="_blank">Joomla template by SiteGround</a><!-- FOOTER END -->

</p>
</div>
<div class="clr"></div>

</div>
</div>
</div>

</div>

</body>
</html>


Top
 Profile  
 
PostPosted: Fri Mar 23, 2012 4:22 am 
User avatar
Joomla! Ace
Joomla! Ace

Joined: Tue Feb 24, 2009 6:29 pm
Posts: 1122
Location: Calicut, Kerala, India
Change Template means dose not change sites present appearance. The Present appearance is a simple one, and is capable of cloning on any good template. Good templates will have fixes of IE and thats why I tell you so. Also you can have a look at the css in good template, and coding to know how to fix IE Bug.

_________________
Kannan Sreenivas ,
Freelance Web Developer , (+917403 00 44 33 )
kannan.sreenivas@gmail.com
http://kannansreenivas.elance.com


Top
 Profile  
 
PostPosted: Tue Apr 03, 2012 6:43 pm 
Joomla! Intern
Joomla! Intern

Joined: Thu Jun 01, 2006 8:51 am
Posts: 73
Similar problem with IE9 on the following site www.floristbristol.net - here NO text is showing at all on the article pages.... can anyone please supply the necessary code and also tell me EXACTLY where it should be inserted... i.e. which file and which line? I am not a programmer but can attempt very simple tasks - thank you.


Top
 Profile  
 
PostPosted: Sun Apr 22, 2012 1:46 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jan 07, 2011 3:27 am
Posts: 9
Hi, I am trying to grasp the cause of the problem, I am looking through the code scripts provided and I suppose my knowledge is not advanced enough. What I have happening on my site that the center and right columns are all aligning on the left, so the page scrolls down. This only happens in IE and it's every page.

Can someone help me understand in more plain English what's happening with this template? the URL is www.itmiradio.com/home


Top
 Profile  
 
PostPosted: Mon Sep 10, 2012 5:06 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Sep 04, 2012 3:08 pm
Posts: 12
I'm having the same issue on my site but only with the Iframe menu option. Everything works great but when i got to the menu with the Iframe using IE9 the page doesnt show as the way it supposed to. With Chrome, Mozilla and Safari works perfect. I added this code to my template index.php but is not working still.

<!--[if IE 9]>
<link href="templates/<?php echo $this->template ?>/css/ie.css" rel="stylesheet" type="text/css" />
<![endif]-->


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page Previous  1, 2



Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group