Jump to content

Cambiar links Footer


3plus

Recommended Posts

No consigo cambiar los enlaces del footer, creo que no tengo un modulo personalizable para hacerlo pero tampoco se en que fichero se encuentra para hacerlo manual.

http://talisman-amuleto.es/

 

Revisa este fichero: /themes/matrice/modules/blockcms/blockcms.tpl

 

Pestaña Módulos -> Buscar Bloque CMS -> Pulsar Configurar (Imagen 1)

 

Imagen1.png

 

 

(Configuración gráfica modulo) -> Imagen 2

 

imagen2.png

 

Y por ultimo, te muestro los enlaces que por defecto en el bloque cms, no puedes quitar desde la configuración del modulo.

 

Editando el fichero /modules/blockcms/blockcms.tpl o en caso de que lo tengas sobreescrito en la plantilla que estes usando /themes/tu-plantilla/modules/blockcms/blockcms.tpl

 

Adjunto imagen:

 

footertpl.png

 

La parte que señalo con la raya son los enlaces fijos que tienes puestos en el pie, lo digo por que esos enlaces no puedes dedicir mostrarlos o no desde la configuración del modulo, entonces los tienes que editar en el fichero indicado arriba.

 

Por ultima una vez que has realizado los cambios en el fichero *.tpl, y guardado, tienes que ir a la pestaña Preferencias/Rendimiento -> Y señalar Forzar Compilación -> SI

 

preferencas_rendimiento.png

 

Una vez, que has visto que se ha aplicado los cambios déjalo en NO.

 

 

 

Por otro lado te dejo un enlace hacia un modulo llamado Easy Footer: http://www.prestasho...le-easy-footer/ que es totamente gratuito, y queda mejor estéticamente que el pie de pagina normal.

  • Like 1
Link to comment
Share on other sites

Que debo borrar para que me desaparezca (por ejemplo) ''Mejores ventas''

 

Porque he intentado borrar y me desaparece todo el footer. Tambien me gustaría añadir un enlace que no fuese CMS

 

<!-- 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}

Link to comment
Share on other sites

<!-- 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}{/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}

 

 

Yo lo dejaría así, pero no se mucho de código :P

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...