modificación código de un template

12
Aumetar SliderShow Index.php donde se modifica para aumentar más fotos al slidershow Aumentar Linea 74 : <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/bear.jpg" alt="" title="#htmlcaption11" data-transition="slideInRight" /> Linea 81-83 <div id="htmlcaption11" class="nivo-html-caption"> <?php echo $this->params->get('caption11');?> </div>

Upload: tyn20

Post on 22-Dec-2015

222 views

Category:

Documents


4 download

DESCRIPTION

como crear nuevas posiciones

TRANSCRIPT

Aumetar SliderShow

Index.php donde se modifica para aumentar más fotos al slidershow

Aumentar

Linea 74 : <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/bear.jpg" alt="" title="#htmlcaption11" data-transition="slideInRight" />

Linea 81-83

<div id="htmlcaption11" class="nivo-html-caption">

<?php echo $this->params->get('caption11');?>

</div>

En el archivo TemplateDetails. Xml

Aumentar

Línea 59

<field name="caption11" type="text" default="Visis" size="50" label="Caption 11" description="for the slide show" />

Aumentar posiciones

TemplateDetails.xml Aumentamos posiciones

Línea 45

<position>breadcruWilson</position>

Index.php

Línea 115-119

<?php if($this->countModules('right')) : ?> <div class="rightCont"> <jdoc:include type="modules" name="right" style="xhtml" />

</div>

Línea 29-32

if ($this->countModules('right') == 0)$rightbar = "0";if ($this->countModules('RigthAnturios3') == 0)$rightbar = "0";

Cambiar la velocidad del slider show

Jquery.nivo.slider.js

Línea 669

|

|

pauseTime: 5000, (tiempo de espera de cada fotografía)

Cambiar Fuente del pie del slider show

Index.php

Aumentar <h7> que esta definidos en el css

<h7><?php echo $this->params->get('caption1');?></h7>

Definición del h7 en el css

Template.css

h7{font-family: "Times New Roman",fantasy;color: #ffffff;text-align:center;font-size: 20px;}

Modificar Espacio del slider

Template.css

.sliderPlace {height: 400px;position:relative;z-index: 997;

}

\

Eliminar el color del fondo de las categorías de k2

Línea 643

/* Category info block bordes eliminados none*/

div.latestItemsCategory {background:none;border:none;margin:0 8px 8px 0;padding:8px;}div.latestItemsCategoryImage {text-align:center;}

Eliminar color del fondo de una lista de categorías de la pagina home

Línea 43- 44

.even {background:none;padding:5px;border-bottom:3px dotted #ccc;}

.odd {background:none;padding:5px;border-bottom:3px dotted #ccc;}