Lire Posted July 4, 2012 Share Posted July 4, 2012 (edited) Hola, me gustaria saber si se podria modificar el modulo manufacturerslider, actualmente lo tenemos puesto pero solo abarca el ancho del home, la idea seria ponerlo en la parte superior del footer y que fuera igual de ancho que el footer. Esta es la pagina por si lo quereis ver: http://www.centralse...iendaonline/es/ Alguien me puede orientar? saludos Edited July 5, 2012 by lirelok (see edit history) Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 Mil gracias statictic, voy a ello, haver que sale...xDD luego os cuento Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 (edited) mmm lo puse como comentas y el modulo lo e podido trasladar al footer, pero sale mal, mirense la web, haver como podria solucionalo, gracias http://www.centralse...iendaonline/es/ Por cierto, el codigo quedo de esta manera, lo pongo por si no lo puse correctamente: function hookHome($params) { global $smarty, $link; $smarty->assign(array( 'manufacturers' => Manufacturer::getManufacturers(), 'link' => $link, 'text_list' => Configuration::get('MANUFACTURER_DISPLAY_TEXT'), 'text_list_nb' => Configuration::get('MANUFACTURER_DISPLAY_TEXT_NB'), 'form_list' => Configuration::get('MANUFACTURER_DISPLAY_FORM'), )); return $this->display(__FILE__, 'manufacturerslider.tpl'); } public function hookFooter($params) { return $this->hookHome($params); } } ?> Edited July 5, 2012 by lirelok (see edit history) Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 SPP_mini_slide.css eso es otro modulo, supongo que sera el archivo skin.css del modulo manufacturerslider, pero vamos que con lo que me comentas me pierdo.. creia que podia ser mas facil Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 el contenido del archivo css del modulo es este: .jcarousel-skin-tango .jcarousel-container { -moz-border-radius: 8px; border-radius:8px; -webkit-border-radius:8px; border: 1px solid #D0D3D8; } .jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; } .jcarousel-skin-tango .jcarousel-container-horizontal { width: 474px; padding: 25px 33px; } .jcarousel-skin-tango .jcarousel-clip-horizontal { width: 474px; } .jcarousel-skin-tango .jcarousel-item { width: 80px; } .jcarousel-skin-tango .jcarousel-item-horizontal { margin-left: 0; margin-right: 10px; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; } .jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; } /** * Horizontal Buttons */ .jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: 43px; right: -10px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../img/next-horizontal.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal { left: 5px; right: auto; background-image: url(../img/prev-horizontal.png); } .jcarousel-skin-tango .jcarousel-next-horizontal:hover { background-position: -32px 0; } .jcarousel-skin-tango .jcarousel-next-horizontal:active { background-position: -64px 0; } .jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; background-position: -96px 0; } .jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: 43px; left: 5px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../img/prev-horizontal.png) no-repeat 0 0; } .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal { left: auto; right: 5px; background-image: url(../img/next-horizontal.png); } .jcarousel-skin-tango .jcarousel-prev-horizontal:hover { background-position: -32px 0; } .jcarousel-skin-tango .jcarousel-prev-horizontal:active { background-position: -64px 0; } .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; background-position: -96px 0; } Por hacerme una idea, cuale son los parametros implicados? Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 voy Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 con el liveedit? Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 GUAUUU!!! Eres un Maquina!!! jejeje ahora haver si puedo ir adaptandolo, eso supongo que podre hacerlo...xDDD Mil Gracias statictic Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 Mil gracias de nuevo Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 statictic lo e podido adaptar el marco, colores y tal, pero lo que es modificar el java no veo como poner la anchura, no consigo verlo en las paginas que me indicas lo que deberia modificar, sabrias decirme, please? Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 voy a ello!! Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 Genial! K crack! mil gracias de nuevo, a quedado perfecto! Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 es justamente lo que andaba mirando, gracias Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 mm no se a que te refieres, lo e cambiado pero no veo cambio, creo... asi queda el codigo: .jcarousel-skin-tango .jcarousel-item-horizontal { padding: 0 !important; margin-left: 5px; margin-right: 5px; Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 Dios! como si me hablaras en hebreo! jejeje tengo a la mujer a mi lado y se descojona de mi... Si que es cierto que se ve mas espacio en el lado izquierdo que en el derecho, no se si sera eso a lo que te refieres. Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 Si esta genial! ya que veo que das tu opinion, le quitarias las flechas? queda mejor sin las flechas para mover las marcas, pero claro si las quito no podran ir a la que quieren y deberan esperar a que salga, k que opinas? jejeje Link to comment Share on other sites More sharing options...
Lire Posted July 5, 2012 Author Share Posted July 5, 2012 oki las modificare pues, pero por que me lo dices tu mil gracias por todo. Link to comment Share on other sites More sharing options...
Recommended Posts