-
AuthorPosts
-
April 1, 2010 at 1:51 pm #150050
Hi friends,
I cannot erase a black square in my sitecan you help me?
I’m working on my template but I cannot solve the problem :((Thank you in advance
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
April 1, 2010 at 2:49 pm #338788Hi
Please refer this link: http://www.joomlart.com/forums/topic/how-to-edit-the-layout/
Hope it helps
1 user says Thank You to JA Developer for this useful post
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 1, 2010 at 2:55 pm #338790Take backup and then open your /templates/ja_lead/index.php
Around line 143, find and comment or delete this code.
<blockquote>
<div class=”ja-pathway-text”>
<strong>You are here: </strong><jdoc:include type=”module” name=”breadcrumbs” />
</div></blockquote>Same file line 177, comment or delete this code :
<blockquote>
<div class=”ja-content-inner”></blockquote>Remember to keep the original file as backup, incase you change your mind laterz.
and unpublish the breadcrumb module in the module manager.
regards
Arvind
1 user says Thank You to Arvind Chauhan for this useful post
April 1, 2010 at 3:22 pm #338793very thank you. Have a good weekend !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
October 22, 2010 at 7:42 am #360015<?php
/*# ————————————————————————
# JA Lead template for Joomla 1.5
# ————————————————————————
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license – PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing,
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites: http://www.joomlart.com – http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full,
# is bound by the License applied.
# ————————————————————————*/
// 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>
<?php if ($tmpTools->getParam(‘rightCollapsible’)): ?>
<script language=”javascript” type=”text/javascript”>
var rightCollapseDefault='<?php echo $tmpTools->getParam(‘rightCollapseDefault’); ?>’;
var excludeModules='<?php echo $tmpTools->getParam(‘excludeModules’); ?>’;
</script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/ja.rightcol.js”></script>
<?php endif; ?><?php if ( $tmpTools->getParam(‘ja_cufon’) && ( strtolower ($tmpTools->getParam(JA_TOOL_COLOR)) == ‘handwritten_light’ || strtolower ($tmpTools->getParam(JA_TOOL_COLOR)) == ‘handwritten_dark’ ) ) : ?>
<!– Cufont –>
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/cufon/cufon.js”></script>
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/cufon/DaysLater_400.font.js”></script>
<script type=”text/javascript”>
Cufon.replace(‘#ja-topsl div.moduletable h3, div.jazin-section a span, h1.componentheading, .componentheading, #ja-col2 div.moduletable h3, #ja-col2 div.moduletable_default h3, #ja-col2 div.moduletable_menu h3, #ja-col2 div.moduletable_text h3’, { fontFamily: ‘DaysLater’ });
</script>
<!– // Cufont –>
<?php endif ?><!– Menu head –>
<?php if ($jamenu) $jamenu->genMenuHead(); ?>
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>.css” rel=”stylesheet” type=”text/css” /><!–>
<style type=”text/css”>
img {border: none;}
<?php if ($iebgpng) : ?>
#ja-bdbg {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $tmpTools->templateurl();?>/images/background/<?php echo $bgimg;?>’, sizingMethod=’image’);
}
body {
background-image: none!important;
}
<?php endif; ?>
</style>
<!–><?php if ($tmpTools->isIE()) { ?>
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/ie.php” rel=”stylesheet” type=”text/css” />
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>-ie.php” rel=”stylesheet” type=”text/css” /><link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo strtolower ($tmpTools->getParam(JA_TOOL_COLOR)); ?>-ie.php” rel=”stylesheet” type=”text/css” />
<!–>
<script type=”text/javascript”>
window.addEvent (‘load’, makeTransBG);
function makeTransBG() {
makeTransBg($$(‘img’));
}
</script>
<!–>
<?php } ?>
</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);?>”>
<div id=”ja-wrapper”>
<a name=”Top” id=”Top”></a><!– HEADER –>
<div id=”ja-header” class=”wrap”>
<div class=”main 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”>
<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 } ?><!– Main Navigation –>
<div id=”ja-mainnav”>
<ul class=”no-display”>
<li><a href=”<?php echo $tmpTools->getCurrentURL();?>#ja-content” title=”<?php echo JText::_(“Skip to content”);?>”><?php echo JText::_(“Skip to content”);?></a></li>
</ul><?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
<!– //Main Navigation –></div>
</div>
<!– //HEADER –><?php if ( $this->countModules(‘ja-slideshow’) ) { ?>
<!– TOP SPOTLIGHT –>
<div id=”ja-slideshow” class=”wrap”>
<div class=”main clearfix”>
<jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
</div>
</div>
<!– //TOP SPOTLIGHT –>
<?php } ?><div id=”ja-container<?php echo $divid; ?>” class=”wrap”>
<div class=”main clearfix”><!– CONTENT –>
<div id=”ja-mainbody”>
<jdoc:include type=”message” />
<?php if( $this->countModules(‘ja-topsl’) ) { ?>
<!– TOP SPOTLIGHT–>
<div id=”ja-topsl”>
<div class=”ja-innerpad clearfix”>
<jdoc:include type=”modules” name=”ja-topsl” style=”xhtml” />
</div></div>
<!– //TOP SPOTLIGHT –>
<?php } ?><div id=”ja-content”>
<div class=”ja-innerpad”>
<div class=”ja-content-inner”><?php if(!$tmpTools->isFrontPage()) : ?>
<div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
<?php endif; ?><?php if ( $this->countModules(‘ja-news’) ) { ?>
<!– JA NEWS –>
<div id=”ja-news”>
<jdoc:include type=”modules” name=”ja-news” style=”xhtml” />
</div>
<!– //JA NEWS –>
<?php } ?></div></div></div>
<?php if ( $ja_left ) { ?>
<!– LEFT COLUMN –>
<div id=”ja-col1″><?php if ($hasSubnav) : ?>
<div id=”ja-subnav” class=”moduletable_menu”>
<h3>On this page</h3>
<div class=”ja-inner”>
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div>
</div>
<?php endif; ?><jdoc:include type=”modules” name=”left” style=”jamodule” />
</div>
<!– //LEFT COLUMN –>
<?php } ?></div>
<!– //CONTENT –><?php if ( $ja_right ) { ?>
<!– RIGHT COLUMN –>
<div id=”ja-col2″>
<jdoc:include type=”modules” name=”right” style=”xhtml” />
</div>
<!– //RIGHT COLUMN –>
<?php } ?></div>
</div><?php
$spotlight = array (‘user1′,’user2′,’user8′,’user9’);
$botsl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.5);
if( $botsl ) {
?>
<!– BOTTOM SPOTLIGHT–>
<div id=”ja-botsl” class=”wrap”>
<div class=”main clearfix”><?php if( $this->countModules(‘user1’) ) {?>
<div class=”ja-box<?php echo $botsl[‘user1’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user1’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user1″ style=”xhtml” />
</div>
<?php } ?><?php if( $this->countModules(‘user2’) ) {?>
<div class=”ja-box<?php echo $botsl[‘user2’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user2’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user2″ style=”xhtml” />
</div>
<?php } ?><?php if( $this->countModules(‘user8’) ) {?>
<div class=”ja-box<?php echo $botsl[‘user8’][‘class’]; ?>” style=”width: <?php echo $botsl[‘user8’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user8″ style=”xhtml” />
</div>
<?php } ?><?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 } ?></div></div>
<!– //BOTTOM SPOTLIGHT 2 –>
<?php } ?><!– FOOTER –>
<div id=”ja-footer” class=”wrap”>
<div class=”main clearfix”>
<div class=”ja-inner clearfix”>
<jdoc:include type=”modules” name=”user3″ />
<jdoc:include type=”modules” name=”footer” />
</div><div class=”logo-footer”></div>
</div>
</div>
<!– //FOOTER –><jdoc:include type=”modules” name=”debug” />
<script type=”text/javascript”>
//addSpanToTitle();
//jaAddFirstItemToTopmenu();
jaAddFirstItemToBottommenu();
//jaRemoveLastContentSeparator();
//jaRemoveLastTrBg();
//moveReadmore();
//addIEHover();
//slideshowOnWalk ();
//apply png ie6 main background
</script>
</div>
</body></html>
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by pierluigi 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum