Syd Posted June 1, 2012 Share Posted June 1, 2012 (edited) Quiero quitar del footer Descuentos Nuevos productos Mejores ventas Nuestras tiendas Ya he quitado otros campos editando el bloque de CMS, pero estos no sé donde los puedo quitar Asimismo me gustaría poder centrar el texto, etc, pero me imagino que eso se hará desde footer.tpl no? Edited June 1, 2012 by Syd (see edit history) Link to comment Share on other sites More sharing options...
nadie Posted June 1, 2012 Share Posted June 1, 2012 Quiero quitar del footer Descuentos Nuevos productos Mejores ventas Nuestras tiendas Ya he quitado otros campos editando el bloque de CMS, pero estos no sé donde los puedo quitar Asimismo me gustaría poder centrar el texto, etc, pero me imagino que eso se hará desde footer.tpl no? /modules/blockcms/blockcms.tpl Link to comment Share on other sites More sharing options...
Syd Posted June 1, 2012 Author Share Posted June 1, 2012 Genial, ya lo hice todo, muchas gracias Link to comment Share on other sites More sharing options...
nadie Posted June 1, 2012 Share Posted June 1, 2012 Genial, ya lo hice todo, muchas gracias Un placer ayudarte y servirte! Un Saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso. Link to comment Share on other sites More sharing options...
toyo Posted June 3, 2012 Share Posted June 3, 2012 Hola, ¿Podrías explicar cómo lo has hecho? Me he leido todos los posts que he encontrado sobre este tema, he intentado modificar el módulo cms, el blockcms.tpl, forzar la compilación... Empiezo a desesperarme! Mi versión es la 1.4.8.2 el theme matrice. Mi tienda www.sumoda.es Intento quitar "Creado por prestashop", los logos de las formas de pago (que no sé que hacen ahí) y "mejores ventas". Agradecería un poco de luz sobre el tema, llevo poco tiempo en esto y me agobio pronto Un saludo y gracias. Link to comment Share on other sites More sharing options...
nadie Posted June 3, 2012 Share Posted June 3, 2012 Hola, ¿Podrías explicar cómo lo has hecho? Me he leido todos los posts que he encontrado sobre este tema, he intentado modificar el módulo cms, el blockcms.tpl, forzar la compilación... Empiezo a desesperarme! Mi versión es la 1.4.8.2 el theme matrice. Mi tienda www.sumoda.es Intento quitar "Creado por prestashop", los logos de las formas de pago (que no sé que hacen ahí) y "mejores ventas". Agradecería un poco de luz sobre el tema, llevo poco tiempo en esto y me agobio pronto Un saludo y gracias. Estoy revisando su web, y no veo que haya realizado ninguna modificación en este fichero: themes/matrice/modules/blockcms/blockcms.tpl Link to comment Share on other sites More sharing options...
toyo Posted June 3, 2012 Share Posted June 3, 2012 Estoy revisando su web, y no veo que haya realizado ninguna modificación en este fichero: themes/matrice/modules/blockcms/blockcms.tpl aaaahhh!! estaba editando el /modules/blockcms/blockcms.tpl ! Como poníais en la solución. No caí en editar el del tema. Y lo de "mejores ventas" ? es en ese fichero tambien? Que tengo que eliminar o comentar? Asi lo tengo ahora: <!-- MODULE Block footer --> <ul class="block_various_links" id="block_various_links_footer"> {if !$PS_CATALOG_MODE} <li class="first_item"><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li> {/if} <li class="{if $PS_CATALOG_MODE}first_{/if}item"> <a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a> </li> {if !$PS_CATALOG_MODE} <li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li> {/if} {if $display_stores_footer} <li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li> {/if} <li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} </ul> <!--<p>{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</p> <p><a href="{$base_dir}cms.php?id_cms=5"><img src="{$img_dir}payment_logo.gif" alt="image" /></a></p>--> <!-- /MODULE Block footer --> Link to comment Share on other sites More sharing options...
nadie Posted June 3, 2012 Share Posted June 3, 2012 aaaahhh!! estaba editando el /modules/blockcms/blockcms.tpl ! Como poníais en la solución. No caí en editar el del tema. Y lo de "mejores ventas" ? es en ese fichero tambien? Que tengo que eliminar o comentar? Asi lo tengo ahora: <!-- MODULE Block footer --> <ul class="block_various_links" id="block_various_links_footer"> {if !$PS_CATALOG_MODE} <li class="first_item"><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li> {/if} <li class="{if $PS_CATALOG_MODE}first_{/if}item"> <a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a> </li> {if !$PS_CATALOG_MODE} <li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li> {/if} {if $display_stores_footer} <li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li> {/if} <li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li> {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li> {/if} {/foreach} </ul> <!--<p>{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</p> <p><a href="{$base_dir}cms.php?id_cms=5"><img src="{$img_dir}payment_logo.gif" alt="image" /></a></p>--> <!-- /MODULE Block footer --> El enlace de mejores ventas es este: {if !$PS_CATALOG_MODE} <li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li> {/if} Link to comment Share on other sites More sharing options...
nadie Posted June 3, 2012 Share Posted June 3, 2012 Por cierto la próxima vez abre un tema nuevo, pues hacer que los temas sean infinitos, no ayuda a mantener la organización en el foro. Link to comment Share on other sites More sharing options...
toyo Posted June 3, 2012 Share Posted June 3, 2012 El enlace de mejores ventas es este: {if !$PS_CATALOG_MODE} <li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li> {/if} Solucionado! Muchiiisimas gracias. Nada como saber donde tocar! la de tiempo que he perdido por no preguntar Ya se puede cambiar el título a REsolucionado Un saludo. Link to comment Share on other sites More sharing options...
nadie Posted June 3, 2012 Share Posted June 3, 2012 Solucionado! Muchiiisimas gracias. Nada como saber donde tocar! la de tiempo que he perdido por no preguntar Ya se puede cambiar el título a REsolucionado Un saludo. Un honor ayudarte y servirte! Recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso! 1 Link to comment Share on other sites More sharing options...
komzvt Posted August 21, 2012 Share Posted August 21, 2012 Hola....vengo leyendo el post para eliminar Descuentos Nuevos productos Mejores ventas y me he ido a editar el fichero modules/blockcms/blockcms.tpl y no hay manera de que desaparezcan estos titulos...mi fichero esta asi ahora: <!-- Block CMS module -->{foreach from=$cms_titles key=cms_key item=cms_title}<div id="informations_block_left_{$cms_key}" class="block informations_block_left"><h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4><ul class="block_content">{foreach from=$cms_title.categories item=cms_page}{if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;"><a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a></b></li>{/if}{/foreach}{foreach from=$cms_title.cms item=cms_page}{if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if}{/foreach}{if $cms_title.display_store}<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}</ul></div>{/foreach} ya que le borre todo donde ponia esos titulos que quiero eliminar...DONDE puede estar el ERROR/FALLO saludos Link to comment Share on other sites More sharing options...
nadie Posted August 21, 2012 Share Posted August 21, 2012 Hola....vengo leyendo el post para eliminar Descuentos Nuevos productos Mejores ventas y me he ido a editar el fichero modules/blockcms/blockcms.tpl y no hay manera de que desaparezcan estos titulos...mi fichero esta asi ahora: <!-- Block CMS module -->{foreach from=$cms_titles key=cms_key item=cms_title}<div id="informations_block_left_{$cms_key}" class="block informations_block_left"><h4><a href="{$cms_title.category_link}">{if !empty($cms_title.name)}{$cms_title.name}{else}{$cms_title.category_name}{/if}</a></h4><ul class="block_content">{foreach from=$cms_title.categories item=cms_page}{if isset($cms_page.link)}<li class="bullet"><b style="margin-left:2em;"><a href="{$cms_page.link}" title="{$cms_page.name|escape:html:'UTF-8'}">{$cms_page.name|escape:html:'UTF-8'}</a></b></li>{/if}{/foreach}{foreach from=$cms_title.cms item=cms_page}{if isset($cms_page.link)}<li><a href="{$cms_page.link}" title="{$cms_page.meta_title|escape:html:'UTF-8'}">{$cms_page.meta_title|escape:html:'UTF-8'}</a></li>{/if}{/foreach}{if $cms_title.display_store}<li><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}</ul></div>{/foreach} ya que le borre todo donde ponia esos titulos que quiero eliminar...DONDE puede estar el ERROR/FALLO saludos Abre un nuevo tema en el foro para tu duda, y no se te olvide ir a la pestaña Preferencias/Rendimiento y señalar Forzar Compilación - SI, cuando se realice un cambio en un fichero *.tpl Link to comment Share on other sites More sharing options...
komzvt Posted August 21, 2012 Share Posted August 21, 2012 Abre un nuevo tema en el foro para tu duda, y no se te olvide ir a la pestaña Preferencias/Rendimiento y señalar Forzar Compilación - SI, cuando se realice un cambio en un fichero *.tpl ya funciona! No abri otro post con este tema ya que como es re-viejo pense q podia seguir el hilo...gracias ... Link to comment Share on other sites More sharing options...
nadie Posted August 21, 2012 Share Posted August 21, 2012 ya funciona! No abri otro post con este tema ya que como es re-viejo pense q podia seguir el hilo...gracias ... Un honor ayudarte y servirte! Recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso! PD: Intenta siempre abrir un tema nuevo, cuando tengas una duda ) Link to comment Share on other sites More sharing options...
Recommended Posts