Ajuda em um template (footer)

  • yark
  • Avatar de yark Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
11 anos 7 meses atrás #80426 por yark
yark replied the topic: Re: Ajuda em um template (footer)
<?php

/****************************************************
#####################################################
##-------------------------------------------------##
##           Dupliscity - Version 1.7.0            ##
##-------------------------------------------------##
## Copyright = globbersthemes.com- 2011            ##
## Date      = Aout 2011                           ##                     
## Author    = globbers                            ##
## Websites  = http://www.globbersthemes.com       ##
#####################################################
****************************************************/

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

?>

<!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>

  <jdoc:include type="head" />
  <?php JHTML::_('behavior.framework', true);
  $app                = JFactory::getApplication();
  $templateparams     = $app->getTemplate(true)->params;
  $csite_name          = $app->getCfg('sitename');
  $license = "facebook.com/yarkfk";
  ?>
  
  <?php # main width#
     $col_right = $this->countModules('right');
    if ( $col_right ) {$width = '';} else {$width = '-full';}
    ?>

<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/dupliscity1.7/css/tdefaut.css" type="text/css" media="all" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/adon.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/slide.js"></script>

<!--&#91;if IE 7&#93;>
<link href="templates/<?php echo $this->template ?>/css/ie7.css" rel="stylesheet" type="text/css" />
<!&#91;endif&#93;-->



</head>
<body>
    <div class="pagewidth">
        <div id="header">
      <div id="header_sitename">
                <a href="index.php"><img src="templates/<?php echo $this->template ?>/images/city_logo.png" width="300" height="65" alt="logotype" /></a>
            </div>
                <div id="topmenu">
                  <div id="navigation">
                        <ul class="nav">
                   <jdoc:include type="modules" name="position-1" />
            </ul>
              </div>
               </div>
    </div>
  </div>
      <div class="pagewidth">
            <div id="carrousel">
                <div id="slide">
                    <div class="buttonslide">
                        <div class="buttonpos">
                            <a href="#" class="next"><img src="templates/<?php echo $this->template ?>/images/city_button_prev.jpg"  alt="prev" id="previous" /></a>
                        </div>
                    </div>  
                        <div class="slideshow">
                            <div class="slidel">
                                <ul>
                                    <li>
                                        <a href="#" target="_self"><img src="templates/<?php echo $this->template ?>/images/spotlight1.jpg" width="673px" height="219px" border="0" alt="" /> </a></li>
                                    <li>
                                        <a href="#" target="_self"><img src="templates/<?php echo $this->template ?>/images/spotlight2.jpg" width="673px" height="219px" border="0" alt="" /></a></li>
                                    <li>
                                        <a href="#" target="_self"><img src="templates/<?php echo $this->template ?>/images/spotlight3.jpg" width="673px" height="219px" border="0" alt="" /></a></li>
                                </ul>
                          </div>
                        </div>
                            <div class="buttonslide">
                                <div class="buttonpos2">
                                    <a href="#" class="prev"><img src="templates/<?php echo $this->template ?>/images/city_button_next.jpg" alt="" id="next" /></a>
                                </div>
                            </div>
        </div>
                    <script type="text/javascript">
                   $(function() {
                       $(".slidel").jCarouselLite({
                           btnNext: ".next",
                           btnPrev: ".prev",
                       vertical:true,
                       auto:5000,
                       speed:800
                    });

                    });
                   </script>
      </div>
          <div id="ver_s">
              <div id="breadcrumbs">
                   <jdoc:include type="modules" name="position-2" />
                  </div>
                <div id="search_form">
                          <jdoc:include type="modules" name="position-0" />
                       </div>
                </div>
    </div>
        <div id="hr"></div>
          <div id="wrapper_main">
              <div class="pagewidth">
                      <div id="main<?php echo $width; ?>">
                          <jdoc:include type="component" />
                      </div>
                           <?php if ($col_right) { ?>
                        <div id="right">
                          <jdoc:include type="modules" name="right" style="xhtml" />
                        </div>
                    <?php } ?>
                  </div>
              </div>
            <div id="footer_top">
                      <div id="footer">
                          <div class="pagewidth">
                               <div id="footer_box">
                               </div>
                                      <div id="footer_wrapper_box">
                                          <div id="box_1">
                                                <jdoc:include type="modules" name="position-3" style="xhtml" />
                                          </div>
                                               <div class="sep"></div>
                                          <div id="box_2">
                                              <jdoc:include type="modules" name="position-4" style="xhtml" />
                                          </div>
                                              <div class="sep"></div>
                                          <div id="box_3">
                                              <jdoc:include type="modules" name="position-5" style="xhtml" />
                                           </div>
                                      </div>
                                          <div class="sep_hor"></div>
                                  <div id="footer_tm">  
                                                  <div class="ftb">
                                                Copyright&copy; <?php echo date( 'Y' ); ?> <?php echo $csite_name; ?> .&nbsp;by Pablo Ricardo .<a target=" _blank"  href= "http://www.facebook.com/yarkfk" > <?php echo $license; ?></a>
                                          </div>
                                      </div>
                                                    <div id="top">
                                                  <div class="top_button">
                                                      <a href="#" onclick="scrollToTop();return false;"><img src="templates/<?php echo $this->template ?>/images/city_top.jpg" width="25" height="25" alt="top" /></a>
                                                </div>
                                            </div>
                    </div>
                      </div>
                  </div>

</body>
</html>

Please Entrar ou Registrar to join the conversation.

  • yark
  • Avatar de yark Autor do Tópico
  • Offline
  • JCB! Estagiário
  • JCB! Estagiário
Mais
11 anos 7 meses atrás #80439 por yark
yark replied the topic: Re: Ajuda em um template (footer)
Site tava como "manutenção", retirei... dá pra ver agora =D

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 7 meses atrás #80479 por AvelaR
AvelaR replied the topic: Re: Ajuda em um template (footer)
Altere o CSS assim para as colunas box para height:0px;

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 7 meses atrás #80484 por d1nho
d1nho replied the topic: Re: Ajuda em um template (footer)
Cara já tentou remover esta parte do código do teu index.php :
                                        <div id="footer_wrapper_box">
                                          <div id="box_1">
                                                <jdoc:include type="modules" name="position-3" style="xhtml" />
                                          </div>
                                               <div class="sep"></div>
                                          <div id="box_2">
                                              <jdoc:include type="modules" name="position-4" style="xhtml" />
                                          </div>
                                              <div class="sep"></div>
                                          <div id="box_3">
                                              <jdoc:include type="modules" name="position-5" style="xhtml" />
                                           </div>
...
fiz alguns testes usando "Inspecionar Elemento" do Google Chrome. Segue o link para visualizar os prints https://skydrive.live.com/?cid=5318C1BA ... 06B9%21108
espero que ajude!!! <!-- s:ugeek: --><img src="{SMILIES_PATH}/icon_e_ugeek.gif" alt=":ugeek:" title="Uber Geek" /><!-- s:ugeek: -->

Please Entrar ou Registrar to join the conversation.

Mais
11 anos 7 meses atrás #80486 por AvelaR
AvelaR replied the topic: Re: Ajuda em um template (footer)
é esses mesmo, mas d1nho alguns templates usam muito php para gerar, pode não estar assim em HTML, então se não puder retirar via html é so fazer q elas sumam pelo css.

Please Entrar ou Registrar to join the conversation.