RESOLVIDO: Remover link da logomarca do topo

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
12 anos 7 meses atrás #86505 por riccelly
riccelly created the topic: RESOLVIDO: Remover link da logomarca do topo
pessoal,

como remover o hiperlink da logo principal desse site?

[url:3f7j00py]http://www.equipebarbosa.com/site/[/url:3f7j00py]

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.


Mais
12 anos 7 meses atrás #86506 por jeanrocha
jeanrocha replied the topic: Re: Remover link da logomarca do topo
Uma opção seria remover o <a href= no index.php do template.

Mas depende do framework usado, alguns tem opção de desativar no painel de controle.

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
12 anos 7 meses atrás #86507 por riccelly
riccelly replied the topic: Re: Remover link da logomarca do topo
na index nao tem a a hef, olha aí:

<?php
/*
# Package - Joomla Template based on Helix Framework
#
# Template Name - Shaper Zaara
# Template Version 1.6.0
#
# Author - JoomShaper [url=http://www.joomshaper.com" onclick="window.open(this.href);return false;]http://www.joomshaper.com[/url]
# Copyright (C) 2010 - 2012 JoomShaper.com. All Rights Reserved.
# license - PHP files are licensed under GNU/GPL V2
# license - CSS - JS - IMAGE files are Copyrighted material
# Websites: [url=http://www.joomshaper.com" onclick="window.open(this.href);return false;]http://www.joomshaper.com[/url]
*/
//no direct accees
defined ('_JEXEC') or die ('resticted aceess');
require_once(dirname(__FILE__).DS.'lib'.DS.'helix.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" www.w3.org/1999/xhtml " xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language;?>" >
<head>
<?php
$helix->loadHead();
$helix->addCSS('template.css,joomla.css,custom.css,modules.css,typography.css,css3.css');
if ($helix->isRTL()) $helix->addCSS('template_rtl.css');
$helix->getStyle();
?>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push();
_gaq.push();

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>
<?php $helix->addFeatures('ie6warn'); ?>
<body class="bg clearfix">
<?php $helix->addFeatures('toppanel'); ?>
<div class="clr"></div>
<div class="sp-wrap clearfix">
<div id="header" class="clearfix">
<?php $helix->addFeatures('logo,fontsizer') ?>
<?php $helix->addModules("search") ?>
</div>
<?php $helix->addFeatures('hornav') //Main navigation ?>
<?php $helix->addModules("breadcrumbs") //position breadcrumbs ?>

<?php $helix->addModules("slides") //position slides ?>

<?php $helix->addModules('user1, user2, user3, user4, user5, user6', 'sp_flat', 'sp-userpos', '', true); //positions user1-user6 ?>

<div class="clearfix">
<?php $helix->loadLayout(); //mainbody ?>
</div>

<?php $helix->addModules('bottom1, bottom2, bottom3, bottom4, bottom5, bottom6', 'sp_flat', 'sp-bottom', '',true) //positions bottom1-bottom6 ?>

<div id="sp-footer" class="clearfix">
<?php $helix->addFeatures('helixlogo'); /*--- Helix logo ---*/?>
<div class="cp">
<?php $helix->addFeatures('copyright,jcredit,validator') /*--- copyright, brand, jcredit, validator feature---*/ ?>
<!-- You need to purchase copyright removal license from http://www.joomshaper.com/pricing?tab=copyright in order to remove brand/www.joomshaper.com link. -->
</div>
<?php $helix->addFeatures('totop') ?>
<?php $helix->addModules("footer-nav") ?>
</div>
</div>

<?php $helix->addFeatures('analytics,jquery,ieonly'); /*--- analytics, jquery and ieonly features ---*/?>
<?php $helix->compress(); /* --- Compress CSS and JS files --- */ ?>
<?php $helix->getFonts() /*--- Standard and Google Fonts ---*/?>
<jdoc:include type="modules" name="debug" />

</body>
</html>

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.

Mais
12 anos 7 meses atrás #86513 por jeanrocha
jeanrocha replied the topic: Re: Remover link da logomarca do topo
É o framework Helix. Não está no index.php. Deve ficar na pasta html, features ou layout. Não sou expert no Helix.

Qual versão do joomla e do Helix?

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
12 anos 7 meses atrás #86545 por riccelly
riccelly replied the topic: Re: Remover link da logomarca do topo
joomla 2.5

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.