chrisper73 Posted March 17, 2016 Share Posted March 17, 2016 (edited) Buenos días. Tengo un problema con el footer de mi web: www.informaticapc.es Actualmente tengo 3 columnas, pero lo que quiero hacer es la primera columna repartirla en dos, una dónde está esta misma primera columna (a la izda de la columna contacto) y otra a la dcha dela 2 imagenes del footer. Querría una cosa así: QUIÉNES SOMOS: CONTACTO: IMÁGENES INFORMACIÓN Quienes somos. Métodos de Pago. Condiciones generales de compra. Aviso Legal. Entrega. Cookies Condiciones de uso. Para eso lo que he hecho ha sido ir a Módulos/módulos/bloque cms y he repartido cada apartado en bloques a la izda y bloques a la dcha. Pero al guardar no aparece el cambio en la web. Además no me aparece con links para clickear sobre ellos y ver la información. Adjunto una imagen. Edited March 17, 2016 by chrisper73 (see edit history) Link to comment Share on other sites More sharing options...
xabikip Posted March 17, 2016 Share Posted March 17, 2016 Los links no los puedes clickar porque el bloque html donde tienes las imagenes te coge todo el ancho y esta por encima del otro bloke. Al div con el id="htmlcontent_footer" ponle la clase "col-xs-12 col-sm-4". Link to comment Share on other sites More sharing options...
chrisper73 Posted March 17, 2016 Author Share Posted March 17, 2016 Muchas gracias por responder xabikip. Me podrías indicar en qué carpeta puedo encontrar el div para cambiarle la clase?? Muchas gracias. Link to comment Share on other sites More sharing options...
xabikip Posted March 17, 2016 Share Posted March 17, 2016 Cual es el modulo que usas para meter las imagenes? Es un modulo que trae por defecto prestashop o lo instalaste tu? Link to comment Share on other sites More sharing options...
chrisper73 Posted March 17, 2016 Author Share Posted March 17, 2016 Para las imágenes del footer he usado el configurador de temas. Link to comment Share on other sites More sharing options...
xabikip Posted March 17, 2016 Share Posted March 17, 2016 Pues seguramente puedas tener en themes/tu_theme/modules/blockcms/blockcms.tpl y si no lo tienes hay puedes hacer una busqueda del id="htmlcontent_footer". Link to comment Share on other sites More sharing options...
chrisper73 Posted March 17, 2016 Author Share Posted March 17, 2016 (edited) Tengo blockcms.tpl, pero no me aparece id="htmlcontent_footer". También he hecho un búsqueda en el cpanel completo y no me aparece htmlcontent_footer. Éste es el contenido de blockcms.tpl: {* * 2007-2015 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-2015 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {if $block == 1} <!-- 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 class="title_block"> <a href="{$cms_title.category_link|escape:'html'}">{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|escape:'html'}" 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|escape:'html'}" 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')|escape:'html'}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a> </li> {/if} </ul> </div> {/foreach} <!-- /Block CMS module --> {else} <!-- MODULE Block footer --> <div class="block_various_links" id="block_various_links_footer"> <h4 class="title_block">{l s='Information' mod='blockcms'}</h4> <ul> {if isset($show_price_drop) && $show_price_drop && !$PS_CATALOG_MODE} <li class="first_item"> <a href="{$link->getPageLink('prices-drop')|escape:'html'}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a> </li> {/if} {if isset($show_new_products) && $show_new_products} <li class="item"> <a href="{$link->getPageLink('new-products')|escape:'html'}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a> </li> {/if} {if isset($show_best_sales) && $show_best_sales && !$PS_CATALOG_MODE} <li class="item"> <a href="{$link->getPageLink('best-sales')|escape:'html'}" title="{l s='Best sellers' mod='blockcms'}">{l s='Best sellers' mod='blockcms'}</a> </li> {/if} {if isset($display_stores_footer) && $display_stores_footer} <li class="item"> <a href="{$link->getPageLink('stores')|escape:'html'}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a> </li> {/if} {if isset($show_contact) && $show_contact} <li class="item"> <a href="{$link->getPageLink($contact_url, true)|escape:'html'}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a> </li> {/if} {foreach from=$cmslinks item=cmslink} {if $cmslink.meta_title != ''} <li class="item"> <a href="{$cmslink.link|addslashes|escape:'html'}" title="{$cmslink.meta_title|escape:'html':'UTF-8'}">{$cmslink.meta_title|escape:'html':'UTF-8'}</a> </li> {/if} {/foreach} {if isset($show_sitemap) && $show_sitemap} <li> <a href="{$link->getPageLink('sitemap')|escape:'html'}" title="{l s='Sitemap' mod='blockcms'}">{l s='Sitemap' mod='blockcms'}</a> </li> {/if} {if isset($display_poweredby) && $display_poweredby} <li class="last_item">{l s='[1]Ecommerce software by %s[/1]' mod='blockcms' sprintf=['PrestaShop™'] tags=['<a class=_blank" href="http://www.prestashop.com">]}</li> {/if} </ul> {$footer_text} </div> <!-- /MODULE Block footer --> {/if} Un saludo. Edited March 17, 2016 by chrisper73 (see edit history) Link to comment Share on other sites More sharing options...
chrisper73 Posted March 17, 2016 Author Share Posted March 17, 2016 He eliminado las imágenes.Ya sí están ahí los links. Habría algún módulo para colocar las imágenes que no me ocupara todo o que se pudiera configurar??? Muchísimas gracias. Link to comment Share on other sites More sharing options...
chrisper73 Posted March 17, 2016 Author Share Posted March 17, 2016 Tengo en el footer módulos como "sliders everywere", "htmlbox", pero al cargar ahí las imágenes se colocan debajo de todo el contenido del footer, en vez de en línea.Pero no sé colocarlos en línea. Link to comment Share on other sites More sharing options...
xabikip Posted March 17, 2016 Share Posted March 17, 2016 Si esta metiendo las imagenes en el modulo htmlbox, proeba a cambiar lo que te dije antes en "/themes/tu_theme/modules/htmlbox/htmlbox.tpl" no estoy seguro de que exista porque creo que ese modulo no viene por defecto con PrestaShop pero puedes mirar. Y si no sabes de css ni html lo mejor es contratar a alguien para que te lo haga, esa modificacion no te puede costar mucho. Si quieres mandame un mensaje privado y hablamos. Link to comment Share on other sites More sharing options...
chrisper73 Posted March 17, 2016 Author Share Posted March 17, 2016 (edited) Ya tengo listo el tema de las imágenes. Las he sacado del footer y las he puesto en un minislider. Ahora me falta: la última columna repartirla en dos. Querría una cosa así: CONTACTO: QUIÉNES SOMOS: INFORMACIÓN Quienes somos. Métodos de Pago. Condiciones generales de compra. Aviso Legal. Entrega. Cookies Condiciones de uso. Edited March 17, 2016 by chrisper73 (see edit history) Link to comment Share on other sites More sharing options...
chrisper73 Posted March 22, 2016 Author Share Posted March 22, 2016 Buenas tardes. Alguien me podría indicar cómo poner en una tercera columna???: Métodos de Pago. Aviso Legal. Cookies. Muchas gracias. Un saludo. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now