Como criar um menu animado

  • wln_tom
  • Avatar de wln_tom Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
14 anos 4 meses atrás #20316 por wln_tom
wln_tom replied the topic: Re: Como criar um menu animado
shirodo,
MUITO obrigado pela ajuda.
Seguinte, no siteground-j15-86 consegui sim, mais no siteground-j15-84 não funcionou, mas vou usar o j15-86 mesmo...rsrs

Caro amigo, agora apareceu outras 3 dificuldades que não consegui alterar, estou colocando a imagem para ver ser você ou outro gênio do Joomla possa me ajudar.

Abaixo o link da imagem, se não abrir é só copiar e colar no navegador <!-- s;) --><img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Piscada" /><!-- s;) -->
http://cid-750c08834e846aed.skydrive.li ... c/HELP.JPG

Eu tentei mas não consegui, como usuário inexperiente to ralando, mas com a ajuda de pessoas com vocês deste forum estou conseguindo.
Desde já muito obrigado, segue a imagem.

Valeu shirodo e toda a galera do forum, aguardo retorno !!!

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 4 meses atrás #20320 por thgcivic
thgcivic replied the topic: Re: Como criar um menu animado
Olá wln_tom
Bom pelo q to vendo na imagem
vc colocou o slideshow na msm posição do pesquisar??
ñ vai dar para baixar as notícias q estão atrás dela

vc tem q colocar em uma posição no meio.
se ñ tiver essa posição vc terá q criar ela no index.php
<?php if ($this->countModules('nome_da_posição')) : ?>
    						<div>
        						<jdoc:include type="modules" name="nome_da_posição" style="xhtml" />
	    					</div>
					<?php endif; ?>	

Inté

[b:1fi4zh5y]Acesse minha página [url:1fi4zh5y]http://www.webmasterthg.com.br/[/url:1fi4zh5y][/b:1fi4zh5y]
[b:1fi4zh5y][i:1fi4zh5y]Não respondo dúvidas por MP, por favor crie um tópico ñ custa nada[/i:1fi4zh5y][/b:1fi4zh5y]

Please Entrar ou Registrar to join the conversation.

  • wln_tom
  • Avatar de wln_tom Autor do Tópico
  • Offline
  • JCB! Novato
  • JCB! Novato
Mais
14 anos 4 meses atrás #20323 por wln_tom
wln_tom replied the topic: Re: Como criar um menu animado
Olá thgcivic

O index que tenho que alterar é este ?? O do diretório do template ??

D:\wamp\www\casadoleao\templates\siteground-j15-55\index.php


Cara fiquei perdidão neste lance, este é o index acima.... onde altero ?????

<?php
defined( '_JEXEC' ) or die( 'Restricted access' );
JPlugin::loadLanguage( 'tpl_SG1' );
?>
<!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>
<jdoc:include type="head" />

<link rel="stylesheet" href="templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
</head>

<body id="page_bg">
<div id="top">
<div id="banner">
<jdoc:include type="modules" name="footer" style="rounded" />
</div>
<div id="search">
<jdoc:include type="modules" name="user4" />
</div>
</div>
<div id="header">
<div id="image">
<div id="logo">
<a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a>
</div>
</div>
</div>
<div class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="user3" />
</div>
</div>
<div class="clr"></div>

<div class="center">
<div id="wrapper">
<div id="content">
<?php if($this->countModules('left') and JRequest::getCmd('layout') != 'form') : ?>
<div id="leftcolumn">
<jdoc:include type="modules" name="left" style="rounded" />
<?php $sg = 'banner'; include "templates.php"; ?>
</div>
<?php endif; ?>

<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="maincolumn">
<?php else: ?>
<div id="maincolumn_full">
<?php endif; ?>
<div class="nopad">
<jdoc:include type="message" />
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
</div>
</div>
<?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?>
<div id="rightcolumn" style="float:right;">
<jdoc:include type="modules" name="right" style="rounded" />
</div>
<?php endif; ?>
<div class="clr"></div>
</div>
</div>
<div id="content_bottom"></div>
<jdoc:include type="modules" name="debug" />
</div>
<div id="validation">
<div id="footer">
<div id="sgf">
<?php $sg = ''; include "templates.php"; ?>
</div>
</div>
<div class="valid_css"><a href=" jigsaw.w3.org/css-validator/check/referer"><img src="<?php echo $this->baseurl ?>/templates/siteground-j15-53/images/css.jpg" alt="" title="" /></a></div>
<div class="valid_xhtml"><a href=" validator.w3.org/check/referer"><img src="<?php echo $this->baseurl ?>/templates/siteground-j15-53/images/xhtml.jpg" alt="" title="" /></a></div>
</div>
</body>
</html>




Troquei uns left e rigth ai por center, salvei, e atualizei a página no navegador mais não deu nada não....


Valei galera !

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 4 meses atrás #20363 por thgcivic
thgcivic replied the topic: Re: Como criar um menu animado
Olá

bom a div q fica no meio eh essa:
<div id="maincolumn_full">
<?php endif; ?>
<div class="nopad">
<jdoc:include type="message" />
<?php if($this->params->get('showComponent')) : ?>
<jdoc:include type="component" />
<?php endif; ?>
</div>
</div>

tente colocar akele codigo q passei ai
e veja o q fica melhor
mas ñ coloque o nome de alguma posição q existe
por exemplo da para vc usar a posição user1
Inté

[b:1fi4zh5y]Acesse minha página [url:1fi4zh5y]http://www.webmasterthg.com.br/[/url:1fi4zh5y][/b:1fi4zh5y]
[b:1fi4zh5y][i:1fi4zh5y]Não respondo dúvidas por MP, por favor crie um tópico ñ custa nada[/i:1fi4zh5y][/b:1fi4zh5y]

Please Entrar ou Registrar to join the conversation.

Mais
14 anos 4 meses atrás #20397 por shirodo
shirodo replied the topic: Re: Como criar um menu animado
ola
amigo ´so um sugestão, coloque o modulo em um artigo, + ou - assim

valeuu <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Doveni _Especialista em usinagem cad/cam, [color=#00BF00:2hfwpudx]joomla meu vicio[/color:2hfwpudx].
[color=#FF0000:2hfwpudx] www.parceirosdaindustria.com.br [/color:2hfwpudx]
[color=#0000FF:2hfwpudx] www.ondeeuvou.com.br [/color:2hfwpudx]

--Cada um tem hoje o que desejou ontem, e tera amanha o que desejou hoje--

Please Entrar ou Registrar to join the conversation.