gonzalss Posted April 10, 2013 Share Posted April 10, 2013 Buenas noches chicos Me está pasando algo curioso en mi tienda www.joyeriaruescas.com Depués de decirme que para quitar una barra horizontal que tenía después de los Productos Destacados tenia que quitar en el global.css #footer { background: url("../img/headerbg.gif") top left repeat-x; padding-top: 30px; z-index: 0; } y dejalo asi: #footer { padding-top: 30px; z-index: 0; } La barra horizontal se me ha quitado , pero se me ha movido todo el display footer y no soy capaz de ponerlo como estaba antes , al final del todo.Pero lo raro raro es que al final es como si se estuviera cargando algo . Un saludo a toda la comunidad Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted April 10, 2013 Share Posted April 10, 2013 (edited) ¿De donde has sacado la plantilla? Lo tienes muy raro todo. Edited April 10, 2013 by Rubalcaba (see edit history) Link to comment Share on other sites More sharing options...
gonzalss Posted April 10, 2013 Author Share Posted April 10, 2013 Pues compre esa plantilla (luxe) en prestashop.Y cara cara me costo Link to comment Share on other sites More sharing options...
nadie Posted April 10, 2013 Share Posted April 10, 2013 Tu fichero: http://www.joyeriaruescas.com/themes/luxe/footer.tpl Dejalo asi: {* * 2007-2011 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to [email protected] so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <[email protected]> * @copyright 2007-2011 PrestaShop SA * @version Release: $Revision: 6594 $ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if !$content_only} </div> <div class="clear"></div> </div> </div> <!-- FOOTER --> <div class="outerWrapper" id="footer"> <div class="innerWrapper"> {$HOOK_FOOTER} <div class="clear"></div> </div> </div> {/if} </body> </html> Link to comment Share on other sites More sharing options...
gonzalss Posted April 10, 2013 Author Share Posted April 10, 2013 Lo he modificado y no me ha pasado nada. Muchisimas gracias por tu ayuda Link to comment Share on other sites More sharing options...
Feliz Garcia Posted April 10, 2013 Share Posted April 10, 2013 Hola, ¿Has forzado compilación, despues de lo que te ha dicho el usuario "Nadie"? Por cierto, tienes un modulo llamado: superslider que solo te ocupa espacio, pero que no se ve. ¿Por que no lo quitas? Link to comment Share on other sites More sharing options...
gonzalss Posted April 10, 2013 Author Share Posted April 10, 2013 He forzado la compilación y acabo de desactivar el modulo Superslinder Gracias chicos Link to comment Share on other sites More sharing options...
Recommended Posts