Ciao!
un altro problema con il template
Braincode Grunge (
http://www.joomla.it/anteprima-template-16/4594-braincode-grunge-joomla16-beta.html) che però, essendo molto bello, merita la fatica!
Vorrei modificare le immagini nella slideshow (che al momento ho bloccato per avere un'immagine fissa).
Dalla
Gestione template: modifica stile non riesco allora ho usato firebug ed ho visto che l'immagine è in:
<div class="slideshow">
<img alt="" src="http://probebe.altervista.org/joomla/templates/braincode-grunge/slides/Slide1.jpg">
ma quando vado a modificare il file index.php nel template braincode-grunge quell oche vedo è:
<div class="slideshow">
<?php
if($templateparams->get('enable-single',0)) :
require_once(JPATH_SITE.DS.'templates'.DS.$this->template.DS.'slideshow'.DS.'slideshow.php');
echo braincodeSmoothGallery::createSlideshow($templateparams->get('slide',''),'','');
elseif($templateparams->get('enable-slideshow',1)) :
require_once(JPATH_SITE.DS.'templates'.DS.$this->template.DS.'slideshow'.DS.'slideshow.php');
echo braincodeSmoothGallery::createSlideshow($templateparams->get('slides',''),$templateparams->get('slideshow-width','890'),$templateparams->get('slideshow-height','267'),$templateparams->get('slideshow-speed','5'));
else: ?>
cioè non vedo traccia dell'immagine "
http://probebe.altervista.org/joomla/templates/braincode-grunge/slides/Slide1.jpg".
Come posso cambiare quest'immagine?
Grazie,
b_ab