Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • angelaraguso Friend
    #136948

    Hello,
    i installed your template all works ok on firefox and chrome but the website not load interely on internet explorer.
    http://www.grangustopugliese.it/

    now i published the module in http://www.grangustopugliese.it/Contatti.html so this page doesn’ work
    Someone can help me??

    scotty Friend
    #285789

    The problem is the slideshow module you are using.

    wooohanetworks Friend
    #285803

    If I saw the demo of this template with that type of content I would have said so many good things about it. It is always the content, and the electronics in the demo made me hate this one…

    But now, tutto il buono with my opinion about this template again….;)

    angelaraguso Friend
    #285810

    <em>@scotty 105251 wrote:</em><blockquote>The problem is the slideshow module you are using.</blockquote>
    i disabled it but nothing! is not that the problem, the site load if i unpublish the tabslide module the one in user5 position on the right.

    is not too the single video module because if i publish it in another position it works!

    looks the tabslidebroken….

    please help me !!!

    wooohanetworks Friend
    #285822

    Send a PM to one of the support staff members like “JA Developer” or open a support ticket. I think this will solve this issue the best way.;)

    scotty Friend
    #285824

    OK I’ve had a deeper look now and the problem appears to be related to the .clearfix class in the css.

    With css there is a specific .clearfix style applied for each browser. Somewhere in your site there is a float or a block not being closed and thus keeping the clearfix applied and this is causing some elements to be set as visibility:hidden ( they are there – you just can’t see them).

    Without a site to test some changes on, it is very difficult for me to fix this problem.

    What position do you have the slideshow published to? Do you have class=”clearfix” applied to that position? Or have you made any modifications to your index.php?

    If so, can you post your entire index.php text here please?

    angelaraguso Friend
    #285880

    <em>@scotty 105297 wrote:</em><blockquote>OK I’ve had a deeper look now and the problem appears to be related to the .clearfix class in the css.

    With css there is a specific .clearfix style applied for each browser. Somewhere in your site there is a float or a block not being closed and thus keeping the clearfix applied and this is causing some elements to be set as visibility:hidden ( they are there – you just can’t see them).

    Without a site to test some changes on, it is very difficult for me to fix this problem.

    What position do you have the slideshow published to? Do you have class=”clearfix” applied to that position? Or have you made any modifications to your index.php?

    If so, can you post your entire index.php text here please?</blockquote>

    Thans,
    so to show you better look the site with ie:
    now all pages works because i unpublished the tabslide module in user5 position
    only in this page http://www.grangustopugliese.it/Contatti.html i leave it published and with ie it load and load my browsersay”waiting for http……” and only some things are shown

    This is my index.php, i made some changes on it:

    <?php
    /*------------------------------------------------------------------------
    # JA Vauxite for Joomla 1.0 - Version 1.0 - Licence Owner JA102424
    # ------------------------------------------------------------------------
    # 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.com - http://www.joomlancers.com
    # This file may not be redistributed in whole or significant part.
    -------------------------------------------------------------------------*/

    // no direct access
    defined( '_VALID_MOS' ) or die( 'Restricted access' );
    defined( 'DS') || define( 'DS', DIRECTORY_SEPARATOR );

    include_once (dirname(__FILE__).DS.'/ja_vars_1.0x.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">

    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />

    <?php mosShowHead(); ?>
    <script type="text/javascript">
    //<!]>
    </script>

    <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/editor.css" type="text/css" />

    <link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/typo.css" type="text/css" />

    <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js"></script>
    <script language="javascript" type="text/javascript">
    var siteurl = '<?php echo $tmpTools->baseurl();?>/';
    var tmplurl = '<?php echo $tmpTools->templateurl();?>/';
    </script>

    <?php if ($tmpTools->getParam('ja_modfunc')) : ?>
    <script language="javascript" type="text/javascript" src="<?php echo $tmpTools->templateurl(); ?>/js/ja.ddmod.js"></script>
    <?php endif; ?>

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

    <?php if ( $my->id ) { initEditor(); } ?>

    <!-->
    <style type="text/css">
    .clearfix {height: 1%;}
    img {border: none;}
    #ja-cpanel-tools{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src=../images/ja-cpanel-switcher.png, sizingMethod=image);
    }
    </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" />
    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR));?>-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" />
    <link href="<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR));?>-ie8.css" rel="stylesheet" type="text/css" />
    <!-->

    <script type="text/javascript">
    function resetall () {
    createCookie('<?php echo $tmpTools->template; ?>_ja_color','<?php echo $tmpTools->_params->get(JA_TOOL_COLOR);?>', 365);
    createCookie('<?php echo $tmpTools->template; ?>_ja_layout','<?php echo $tmpTools->_params->get(JA_TOOL_LAYOUT);?>', 365);
    createCookie('<?php echo $tmpTools->template; ?>_ja_screen','<?php echo $tmpTools->_params->get(JA_TOOL_SCREEN);?>', 365);
    createCookie('<?php echo $tmpTools->template; ?>_ja_modfunc','<?php echo $tmpTools->_params->get(JA_TOOL_MODFUNC);?>', 365);
    createCookie('ja-ordercolumn','-', 365);
    createCookie('<?php echo $tmpTools->template; ?>_ja_font',<?php echo $tmpTools->_params->get(JA_TOOL_FONT);?>, 365);
    window.location.reload();
    }
    </script>
    </head>

    <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);?>" >
    <a name="Top" id="Top"></a>
    <ul class="accessibility">
    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-content" title="Skip to content">Skip to content</a></li>
    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-mainnav" title="Skip to main navigation">Skip to main navigation</a></li>
    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col1" title="Skip to 1st column">Skip to 1st column</a></li>
    <li><a href="<?php echo $tmpTools->getCurrentURL();?>#ja-col2" title="Skip to 2nd column">Skip to 2nd column</a></li>
    </ul>

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">

    <?php if( mosCountModules('ja-cpanel') ) { ?>
    <div id="ja-cpanel-tools" class="clearfix">
    <div id="ja-cpanel">
    <div id="ja-usertools" class="clearfix">
    <?php if ($tmpTools->getParam('usertool_color')): ?>
    <div id="ja-usercolor" class="clearfix">
    <span>CAMBIA COLORE</span>
    <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_color'), 'gif'); ?>
    </div>
    <?php endif; ?>

    <?php if ($tmpTools->getParam('usertool_layout')): ?>
    <div id="ja-userlayout" class="clearfix">
    <span>CAMBIA LAYOUT</span>
    <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_layout'), 'gif'); ?>
    </div>
    <?php endif; ?>

    <?php if ($tmpTools->getParam('usertool_font')): ?>
    <div id="ja-userfont" class="clearfix">
    <span>FONT SIZE </span><?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_font'), 'gif'); ?>
    </div>
    <?php endif; ?>
    <a href="#" id="reset-default"><img style="cursor: pointer;" src="<?php echo $tmpTools->templateurl()."/images/reset-default.gif" ;?>" title="" alt="" onclick="resetall();return false;"/></a>
    </div>
    </div>
    <?php mosLoadModules('ja-cpanel', -1); ?>
    </div>
    <?php } ?>

    <?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">
    <h1>
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $logoText; ?></span></a>
    </h1>
    <p class="site-slogan"><?php echo $sloganText;?></p>
    </div>
    <?php } ?>

    <div id="ja-search">
    <?php mosLoadModules('user4', -1); ?>
    </div>
    <div id="ja-banner2">
    <?php mosLoadModules('banner2', -1); ?>
    </div>
    </div>
    </div>
    <!-- END: HEADER -->

    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap">
    <div id="ja-mainnav" class="clearfix">
    <?php $jamenu->genMenu (0); ?>
    </div>
    </div>

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->

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

    <!-- BEGIN: CONTENT -->
    <div id="ja-content">
    <?php mosLoadModules('ja-news-fp', -1); ?><br>
    <div id="ja-current-content">
    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div class="ja-wrap-center"><div class="ja-wrap-top"><div class="ja-wrap-bot">

    <?php if(!$tmpTools->isFrontPage()) : ?>
    <div id="ja-pathway">
    <?php mosPathway(); ?>
    </div>
    <?php endif ; ?>

    <?php mosMainBody(); ?>

    </div></div></div>
    <?php endif; ?>

    <!-- BEGIN: JAZIN -->

    <div id="jazin-fp">

    <?php if(mosCountModules('banner1')) : ?>
    <!-- BEGIN: BANNER -->
    <div id="ja-banner1">
    <?php mosLoadModules('banner1', -1); ?>
    </div>
    <!-- END: BANNER -->
    <?php endif; ?>
    <?php mosLoadModules('ja-news', -1); ?>
    </div>

    <!-- END: JAZIN -->
    </div>

    <?php if(mosCountModules('banner')) : ?>
    <!-- BEGIN: BANNER -->
    <div id="ja-banner2">
    <?php mosLoadModules('banner', -1); ?>
    </div>
    <!-- END: BANNER -->
    <?php endif; ?>

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

    <?php if ($ja_left || $ja_right || $ja_masscol) { ?>
    <!-- BEGIN: COLUMNS -->
    <div id="ja-colwrap">

    <?php if ($ja_masscol) { ?>
    <!-- BEGIN: MASSCOL -->
    <div id="ja-colmass" class="clearfix">
    <?php mosLoadModules('user5', -3); ?>
    </div>
    <!-- END: MASSCOL -->
    <?php } ?>

    <div id="ja-cols" class="clearfix">

    <?php if ($ja_left) { ?>
    <div id="ja-col1">
    <div class="ja-innerpad clearfix ja-movable-container" id="ja-movable1">
    <?php mosLoadModules('left', -3); ?>
    </div>
    </div>
    <?php } ?>

    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <div class="ja-innerpad ja-movable-container" id="ja-movable2">
    <?php mosLoadModules('right', -3); ?>
    </div>
    </div>
    <?php } ?>

    </div>

    </div><br />
    <!-- END: COLUMNS -->
    <?php } ?>

    </div></div>

    <?php
    $spotlight = array ('user1','user2','user6', 'user7');
    $botsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
    if( $botsl ) {
    ?>
    <!-- BEGIN: BOTTOM SPOTLIGHT -->
    <div id="ja-botslwrap">
    <div id="ja-botsl" class="clearfix">

    <div id="ja-cpanel-bottom">

    <?php if( mosCountModules('user1') ) { ?>
    <div class="ja-box<?php echo $botsl['user1']['class']; ?>" style="width: <?php echo $botsl['user1']['width']; ?>;">
    <?php mosLoadModules('user1', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user2') ) { ?>
    <div class="ja-box<?php echo $botsl['user2']['class']; ?>" style="width: <?php echo $botsl['user2']['width']; ?>;">
    <?php mosLoadModules('user2', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user6') ) { ?>
    <div class="ja-box<?php echo $botsl['user6']['class']; ?>" style="width: <?php echo $botsl['user6']['width']; ?>;">
    <?php mosLoadModules('user6', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user7') ) { ?>
    <div class="ja-box<?php echo $botsl['user7']['class']; ?>" style="width: <?php echo $botsl['user7']['width']; ?>;">
    <?php mosLoadModules('user7', -2); ?>
    </div>
    <?php } ?>

    </div>

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

    <!-- BEGIN: FOOTER -->
    <div id="ja-footerwrap" class="clearfix">
    <div id="ja-footer">
    <?php mosLoadModules('user3',-1); ?>
    <?php include_once (dirname(__FILE__).DS.'/footer.php' ); ?>
    </div>
    </div>
    <!-- END: FOOTER -->

    <?php mosLoadModules('debug'); ?>
    </body>

    </html>

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

This topic contains 7 replies, has 3 voices, and was last updated by  angelaraguso 15 years, 10 months ago.

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