CHP Posted November 14, 2013 Share Posted November 14, 2013 Buenas tardes. Estoy trabajando una tienda en local, bajo Prestashop 1.4.9. Tiene instalada la plantilla Bordeaux, la cual hasta hace poco estaba en la tienda de temas.Esta plantilla tiene desactivada la columna de la derecha, pero deseo activarla si o si. He mirado en el global.css y tenia oculta dicha columna. He quitado el código que la ocultaba y luego me he ido al footer.tpl, pero no tiene nada desactivado, esta todo como debería estar para mostrar la columna. He activado la opción de cache Smarty, pero nada, debe faltar algún detalle en algún sitio. ¿Alguna idea?Muchísimas gracias. Link to comment Share on other sites More sharing options...
Sergio Ruiz Posted November 14, 2013 Share Posted November 14, 2013 (edited) ¿Puedes dejar la url de la demo de la plantilla o la url de tu tienda para verlo? Edited November 14, 2013 by Sergio Ruiz (see edit history) Link to comment Share on other sites More sharing options...
CHP Posted November 14, 2013 Author Share Posted November 14, 2013 Url no puedo enviarte porque estoy en local, y pensaba que no estaba la plantilla para ver la demo, pero va a ser que si que esta. Es esta: http://template.vn/2012/04/apc-bordeaux-wine-amp-cakes/ Aquí la demo: http://themes.prestashop.com/bordeaux/fr/ Gracias. Link to comment Share on other sites More sharing options...
CHP Posted November 14, 2013 Author Share Posted November 14, 2013 Alguna ayudita? Gracias! Link to comment Share on other sites More sharing options...
nadie Posted November 14, 2013 Share Posted November 14, 2013 Alguna ayudita? Gracias! Dime el contenido de tu fichero "footer.tpl" Saludos, Link to comment Share on other sites More sharing options...
CHP Posted November 14, 2013 Author Share Posted November 14, 2013 (edited) {** 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> <!-- Center --> <!-- Right --> <div id="right_column" class="column"> </div> <div style="clear: both;"></div> </div> <!-- Columns --> <!-- Footer --> <div id="footer"> <div class="top-footer"> <div id="footer_content"> {$HOOK_RIGHT_COLUMN} {$HOOK_FOOTER} </div> </div> <div class="bottom"> <!-- Copyright Notice --> <div id="copyright" style="width:400px;padding-left:15px;float:left;"> <span>{l s='Copyright' mod='new_footer'} © {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved' mod='new_footer'}. </span> </div> <!-- Footer --> <div id="fotter-logos" style="width:490px;float:right"> <a target="_blank" title="DHL" href="http://www.dhl.es/"> <div id="dhl_logo"></div> </a> <a target="_blank" title="Wine inmoderation" href="http://www.wineinmoderation.eu/"> <div id="wim_logo"></div> </a> <a target="_blank" title="Zeleris" href="http://www.zeleris.com/"> <div id="Logo-zeleris"></div> </a> <a target="_blank" title="Paypal" href="http://www.paypal.es/"> <div id="paypal_logo"></div> </a> </div> <!-- Footer <div class="mayoria_edad">Must be of legal age to make purchases.</div> --> <!-- <div class="google"> <div id="___plusone_0" style="height: 0px; width: 106px; display: inline-block; text-indent: 0pt; margin: 0pt; padding: 0pt; background: none repeat scroll 0% 0% transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline;"> <iframe width="100%" scrolling="no" frameborder="0" src="https://plusone.google.com/_/+1/fastbutton?url=http%3A%2F%2F/local%2F&size=standard&count=true&hl=es&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1K5WfJCjZTM.es.%2Fsv%3D1%2Fam%3D!URqKYGaEp1yIwYMMkA%2Fd%3D1%2Frs%3DAItRSTO2ImsPvAT70TREo-u3XFxW5QfRXg#id=I1_1335569510051&parent=http%3A%2F%2F/local&rpctoken=220916957&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart" name="I1_1335569510051" id="I1_1335569510051" vspace="0" tabindex="0" style="position:absolute;top:-10000px;width:106px;margin:0px;border-style:none" marginwidth="0" marginheight="0" hspace="0" allowtransparency="true"> </iframe> </div> </div> --> </div> </div> </div> {/if} </body></html>Gracias. Edited November 14, 2013 by CHP (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted November 14, 2013 Share Posted November 14, 2013 {* * 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> <!-- Center --> <!-- Right --> <div id="right_column" class="column"> </div> <div style="clear: both;"></div> </div> <!-- Columns --> <!-- Footer --> <div id="footer"> <div class="top-footer"> <div id="footer_content"> {$HOOK_RIGHT_COLUMN} {$HOOK_FOOTER} </div> </div> <div class="bottom"> <!-- Copyright Notice --> <div id="copyright" style="width:400px;padding-left:15px;float:left;"> <span>{l s='Copyright' mod='new_footer'} © {$smarty.now|date_format:"%Y"} {$shop_name|escape:'htmlall':'UTF-8'}. {l s='All Rights Reserved' mod='new_footer'}. </span> </div> <!-- Footer --> <div id="fotter-logos" style="width:490px;float:right"> <a target="_blank" title="DHL" href="http://www.dhl.es/"> <div id="dhl_logo"></div> </a> <a target="_blank" title="Wine inmoderation" href="http://www.wineinmoderation.eu/"> <div id="wim_logo"></div> </a> <a target="_blank" title="Zeleris" href="http://www.zeleris.com/"> <div id="Logo-zeleris"></div> </a> <a target="_blank" title="Paypal" href="http://www.paypal.es/"> <div id="paypal_logo"></div> </a> </div> <!-- Footer <div class="mayoria_edad">Must be of legal age to make purchases.</div> --> <!-- <div class="google"> <div id="___plusone_0" style="height: 0px; width: 106px; display: inline-block; text-indent: 0pt; margin: 0pt; padding: 0pt; background: none repeat scroll 0% 0% transparent; border-style: none; float: none; line-height: normal; font-size: 1px; vertical-align: baseline;"> <iframe width="100%" scrolling="no" frameborder="0" src="https://plusone.google.com/_/+1/fastbutton?url=http%3A%2F%2F/local%2F&size=standard&count=true&hl=es&jsh=m%3B%2F_%2Fapps-static%2F_%2Fjs%2Fgapi%2F__features__%2Frt%3Dj%2Fver%3D1K5WfJCjZTM.es.%2Fsv%3D1%2Fam%3D!URqKYGaEp1yIwYMMkA%2Fd%3D1%2Frs%3DAItRSTO2ImsPvAT70TREo-u3XFxW5QfRXg#id=I1_1335569510051&parent=http%3A%2F%2F/local&rpctoken=220916957&_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart" name="I1_1335569510051" id="I1_1335569510051" vspace="0" tabindex="0" style="position:absolute;top:-10000px;width:106px;margin:0px;border-style:none" marginwidth="0" marginheight="0" hspace="0" allowtransparency="true"> </iframe> </div> </div> --> </div> </div> </div> {/if} </body> </html> Gracias. Si te fijas bien, tienes el hook: {$HOOK_RIGHT_COLUMN} en tu caso particular dentro del: <div class="top-footer"> <div id="footer_content"> y no dentro del <div id="right_column" class="column"> </div> Link to comment Share on other sites More sharing options...
CHP Posted November 14, 2013 Author Share Posted November 14, 2013 Entonces si lo cambio deberia funcionar? Gracias. Link to comment Share on other sites More sharing options...
nadie Posted November 14, 2013 Share Posted November 14, 2013 Entonces si lo cambio deberia funcionar? Gracias. Prueba cambiar esto que tienes así: <div id="right_column" class="column"> </div> por <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> a ver como queda. Link to comment Share on other sites More sharing options...
CHP Posted November 15, 2013 Author Share Posted November 15, 2013 (edited) Pues nada, he cambiado el hook de sitio como me has indicado, luego me he ido al global.css y he anulado la ocultación: #conditions #right_column /* {display: none } */ Y parece ser que la plantilla me chulea, porque no aparece la columna de la derecha Edited November 15, 2013 by CHP (see edit history) Link to comment Share on other sites More sharing options...
CHP Posted December 9, 2013 Author Share Posted December 9, 2013 (edited) Buenas tardes.Despues de muchisimas pruebas, sigo sin poder activar la columna de la derecha...¿Alguna idea que se me escape? Dejo la demo: http://themes.prestashop.com/bordeaux/fr/ ya que estoy en local.Gracias. Edited December 9, 2013 by CHP (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts