Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • chemevski Friend
    #151591

    guys!

    incompatibility with Internet Explorer

    help me! what i do?

    see image! 🙂


    1. pergunta
    uniquebiz Friend
    #346041

    chemevski;181572guys!

    incompatibility with Internet Explorer

    help me! what i do?

    see image! 🙂

    Can’t view source code and css without a live site url to diagnose the particular cause, please direct me to the live site
    Blessings Shannon

    chemevski Friend
    #346042

    <em>@uniquebiz 181583 wrote:</em><blockquote>Can’t view source code and css without a live site url to diagnose the particular cause, please direct me to the live site
    Blessings Shannon</blockquote>

    sorry! 🙂

    http://www.jeepclubedomfeliciano.com.br

    thanks!

    Saguaros Moderator
    #346452

    Dear chemevski!

    Did you modify php codes in the templates/ja_sanidineii_light/index.php ? i have checked the source, it does not same as our demo, pls let me now.

    The problem with the Counter module, pls contact deverlopers of the module to get more solutions

    Thanks

    chemevski Friend
    #346776

    <em>@tienhc 182087 wrote:</em><blockquote>Dear chemevski!

    Did you modified php codes in the templates/ja_sanidineii_light/index.php ? i have checked the source, it does not same as our demo, pls let me now.

    The problem with the Counter module, pls contact deverlopers of the module to get more solutions

    Thanks</blockquote>

    I think not!!!

    what i change ? see code:

    <blockquote>

    <?php
    /*————————————————————————
    # JA Sanidine II for joomla 1.5 – Version 1.0 – Licence Owner JA183193
    # ————————————————————————
    # Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
    # @license – Copyrighted Commercial Software
    # Author: J.O.O.M Solutions Co., Ltd
    # Websites: http://www.joomlart.comhttp://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    ————————————————————————-*/

    // no direct access
    defined( ‘_JEXEC’ ) or die( ‘Restricted access’ );

    include_once (dirname(__FILE__).DS.’ja_vars_1.5.php’);

    ?>

    <!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; ?>”>

    <head>
    <jdoc:include type=”head” />
    <?php JHTML::_(‘behavior.mootools’); ?>

    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/template.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/typo.css” type=”text/css” />

    <script language=”javascript” type=”text/javascript”>
    var siteurl = ‘<?php echo $tmpTools->baseurl();?>’;
    var tmplurl = ‘<?php echo $tmpTools->templateurl();?>’;
    </script>

    <script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js”></script>
    <!– js for dragdrop –>

    <!– Menu head –>
    <?php if ($jamenu) $jamenu->genMenuHead(); ?>
    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css” rel=”stylesheet” type=”text/css” />

    <!–>
    <style type=”text/css”>
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <!–>

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    <?php if ($tmpTools->isIE6()) { ?>
    <!–>
    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/ie6.php” rel=”stylesheet” type=”text/css” />
    <script type=”text/javascript”>
    window.addEvent (‘load’, makeTransBG);
    function makeTransBG() {
    makeTransBg($$(‘img’));
    }
    </script>
    <!–>
    <?php } ?>
    <!–>
    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/ie8.css” rel=”stylesheet” type=”text/css” />
    <!–>

    </head>
    <?php
    //populate background for body
    $bodybg = $tmpTools->getParam(‘ja_bodybg’);
    if ($bodybg) {
    $bodybg = ” style=”background-image: url(“.$tmpTools->templateurl().”/images/background/$bodybg);””;
    }
    ?>
    <body id=”bd” class=”<?php echo $tmpTools->getParam(JA_TOOL_LAYOUT);?> <?php echo $tmpTools->getParam(JA_TOOL_SCREEN);?> fs<?php echo $tmpTools->getParam(JA_TOOL_FONT);?>”<?php echo $bodybg;?> >
    <a name=”Top” id=”Top”></a>
    <ul class=”accessibility”>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-content” title=”<?php echo JText::_(“Skip to content”);?>”><?php echo JText::_(“Skip to content”);?></a></li>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-mainnav” title=”<?php echo JText::_(“Skip to main navigation”);?>”><?php echo JText::_(“Skip to main navigation”);?></a></li>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-col1″ title=”<?php echo JText::_(“Skip to 1st column”);?>”><?php echo JText::_(“Skip to 1st column”);?></a></li>
    <li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-col2″ title=”<?php echo JText::_(“Skip to 2nd column”);?>”><?php echo JText::_(“Skip to 2nd column”);?></a></li>
    </ul>

    <div id=”ja-wrapper”>

    <div id=”ja-topbar” class=”clearfix”>
    <div id=”ja-pathway”>
    <strong>You are here:</strong><jdoc:include type=”module” name=”breadcrumbs” />
    </div>
    <?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search” class=”clearfix”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    </div>
    <?php } ?>
    </div>

    <!– BEGIN: HEADER –>
    <div id=”ja-header” class=”clearfix”>

    <?php
    $siteName = $tmpTools->sitename();
    if ($tmpTools->getParam(‘logoType’)==’image’) { ?>
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php } else {
    $logoText = (trim($tmpTools->getParam(‘logoText’))==”) ? $config->sitename : $tmpTools->getParam(‘logoText’);
    $sloganText = (trim($tmpTools->getParam(‘sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $tmpTools->getParam(‘sloganText’); ?>
    <div class=”logo-text”>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    <h1>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a>
    </h1>
    </div>
    <?php } ?>

    <?php if ($this->countModules(‘top’)) { ?>
    <div id=”ja-login”>
    <jdoc:include type=”modules” name=”top” style=”raw” />
    </div>
    <?php } ?>

    <!– BEGIN: MAIN NAVIGATION –>
    <?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
    <div id=”ja-mainnav”>
    <?php if ($jamenu) $jamenu->genMenu (0); ?>
    </div>
    <?php endif; ?>
    <!– END: MAIN NAVIGATION –>

    </div>
    <!– END: HEADER –>

    <?php if ($hasSubnav) : ?>
    <div id=”ja-subnav” class=”clearfix”>
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div>
    <?php endif; ?>

    <?php if( $this->countModules(‘topsl1’) && $this->countModules(‘topsl2’) ) { ?>
    <!– BEGIN: TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”clearfix”>
    <div id=”ja-topsl1″>
    <jdoc:include type=”modules” name=”topsl1″ style=”raw” />
    </div>
    <div id=”ja-topsl2″>
    <jdoc:include type=”modules” name=”topsl2″ style=”xhtml” />
    </div>
    </div>
    <!– END: TOP SPOTLIGHT –>
    <?php } ?>

    <div id=”ja-containerwrap<?php echo $divid; ?>”>
    <div id=”ja-container” class=”clearfix”>

    <div id=”ja-mainbody” class=”clearfix”>

    <?php
    $spotlight = array (‘user1′,’user2′,’user5’);
    $contentsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
    if( $contentsl ) {
    ?>
    <!– BEGIN: CONTENT SPOTLIGHT–>
    <div id=”ja-contentsl1″ class=”clearfix”>

    <?php if( $this->countModules(‘user1’) ) {?>
    <div class=”ja-box<?php echo $contentsl[‘user1’][‘class’]; ?>” style=”width: <?php echo $contentsl[‘user1’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user1″ style=”rounded” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user2’) ) {?>
    <div class=”ja-box<?php echo $contentsl[‘user2’][‘class’]; ?>” style=”width: <?php echo $contentsl[‘user2’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user2″ style=”rounded” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user5’) ) {?>
    <div class=”ja-box<?php echo $contentsl[‘user5’][‘class’]; ?>” style=”width: <?php echo $contentsl[‘user5’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user5″ style=”rounded” />
    </div>
    <?php } ?>

    </div>
    <!– END: CONTENT SPOTLIGHT –>
    <?php } ?>

    <!– BEGIN: CONTENT –>
    <div id=”ja-content”><div id=”ja-content-top”><div id=”ja-content-bot” class=”clearfix”>
    <jdoc:include type=”message” />

    <div id=”ja-current-content” class=”clearfix”>
    <jdoc:include type=”component” />
    </div>

    </div></div></div>
    <!– END: CONTENT –>

    <?php if ($ja_left) { ?>
    <!– BEGIN: LEFT COLUMN –>
    <div id=”ja-col1″>
    <div class=”ja-innerpad”>
    <jdoc:include type=”modules” name=”left” style=”rounded” />
    </div></div><br />
    <!– END: LEFT COLUMN –>
    <?php } ?>

    <?php if($this->countModules(‘banner’)) : ?>
    <div id=”ja-banner”>
    <jdoc:include type=”modules” name=”banner” />
    </div>
    <?php endif; ?>

    <?php
    $spotlight = array (‘user6′,’user7’);
    $contentsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
    if( $contentsl ) {
    ?>
    <!– BEGIN: CONTENT SPOTLIGHT 2–>
    <div id=”ja-contentsl2″ class=”clearfix”>

    <?php if( $this->countModules(‘user6’) ) {?>
    <div class=”ja-box<?php echo $contentsl[‘user6’][‘class’]; ?>” style=”width: <?php echo $contentsl[‘user6’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user6″ style=”rounded” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user7’) ) {?>
    <div class=”ja-box<?php echo $contentsl[‘user7’][‘class’]; ?>” style=”width: <?php echo $contentsl[‘user7’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user7″ style=”rounded” />
    </div>
    <?php } ?>

    </div>
    <!– END: CONTENT SPOTLIGHT 2–>
    <?php } ?>

    <?php if( $this->countModules(‘user8’) ) {?>
    <!– BEGIN: TABS –>
    <div id=”ja-tabs” class=”clearfix”>
    <jdoc:include type=”modules” name=”user8″ style=”rounded” />
    </div>
    <!– END: TABS–>
    <?php } ?>

    </div>

    <?php if ($ja_right) { ?>
    <!– BEGIN: RIGHT COLUMN –>
    <div id=”ja-col2″>
    <div class=”ja-innerpad”>
    <jdoc:include type=”modules” name=”right” style=”rounded” />
    <?php $tmpTools->genToolMenu($tmpTools->getParam(‘usertool_bg’)); ?>
    </div></div><br />
    <!– END: RIGHT COLUMN –>
    <?php } ?>

    </div></div>

    <?php
    $spotlight = array (‘user9′,’user10′,’user11′,’user12’);
    $botsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
    if( $botsl ) {
    ?>
    <!– BEGIN: BOTTOM SPOTLIGHT –>
    <div id=”ja-botsl” class=”clearfix”>

    <?php if( $this->countModules(‘user9’) ) {?>
    <div class=”ja-box<?php echo $botsl[‘user9’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user9’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user9″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user10’) ) {?>
    <div class=”ja-box<?php echo $botsl[‘user10’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user10’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user10″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user11’) ) {?>
    <div class=”ja-box<?php echo $botsl[‘user11’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user11’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user11″ style=”xhtml” />
    </div>
    <?php } ?>

    <?php if( $this->countModules(‘user12’) ) {?>
    <div class=”ja-box<?php echo $botsl[‘user12’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user12’][‘width’]; ?>;”>
    <jdoc:include type=”modules” name=”user12″ style=”xhtml” />
    </div>
    <?php } ?>

    </div>
    <!– END: BOTTOM SPOTLIGHT –>
    <?php } ?>

    <!– BEGIN: FOOTER –>
    <div id=”ja-botnav”>
    <jdoc:include type=”modules” name=”user3″ />
    </div>
    <div id=”ja-footer”>
    <jdoc:include type=”modules” name=”footer” />
    </div>
    <!– END: FOOTER –>

    </div>

    <jdoc:include type=”modules” name=”debug” />
    <script type=”text/javascript”>
    addSpanToTitle();
    jaAddFirstItemToTopmenu();
    jaRemoveLastContentSeparator();
    //jaRemoveLastTrBg();
    </script>

    </body>

    </html></blockquote>

    thanks

    Saguaros Moderator
    #346974

    Ok, nothing changed,

    You open the file: /templates/ja_sanidineii_light/css/template.css and find the following css:

    #ja-contentsl1 div.module h3, #ja-contentsl1 div.module h3 span,
    #ja-contentsl2 div.module h3, #ja-contentsl2 div.module h3 span {
    background: none;
    color: #333333;
    height: auto;
    line-height: normal;
    padding-left: 0px;
    }

    and replace:

    #ja-contentsl1 div.module h3, #ja-contentsl1 div.module h3 span,
    #ja-contentsl2 div.module h3, #ja-contentsl2 div.module h3 span {

    line-height: normal;

    }

    Good luck

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 14 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum