Benival Posted February 4, 2013 Share Posted February 4, 2013 Olá comunidade, utilizo a versão 1.5 e estou com uma dúvida solicitada por meu cliente,em anexo está a imagem para que possam olhar e me ajudar,gostaria de aumentar o tamanho de 58px - 58px para um tamanho maior, alguém sabe como fazer isto? Link to comment Share on other sites More sharing options...
CarlosC Posted February 4, 2013 Share Posted February 4, 2013 Boas, Deve alterar o ficheiro category.tpl do seu tema. Se indicar o tema e versão do PS indico as linhas a alterar. 1 Link to comment Share on other sites More sharing options...
Benival Posted February 4, 2013 Author Share Posted February 4, 2013 Olá Carlos, Boa Tarde, o tema é o padrão do prestashop e a versão é a 1.5, agradeço se puder me ajudar Link to comment Share on other sites More sharing options...
CarlosC Posted February 4, 2013 Share Posted February 4, 2013 (edited) Boas, Ficheiro category.tpl linha 80: {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} Pode alterar para: {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'home_default')}" alt="" width="{$homeSize.width}" height="{$homeSize.height}" /> {else} <img src="{$img_cat_dir}default-home_default.jpg" alt="" width="{$homeSize.width}" height="{$homeSize.height}" /> {/if} Resumidamente trocou-se a variável responsável pelas imagens, que no caso do home_default tem 124x124 px Pode alterar para outra variavel (veja em no BO > Preferências > Imagens) ou ainda pode criar uma ou alterar o width="XXXpx" height="XXXpx" pelo tamanho que pretende. Cumps Edited February 5, 2013 by carloscorp (see edit history) 1 Link to comment Share on other sites More sharing options...
Benival Posted February 6, 2013 Author Share Posted February 6, 2013 Carlos, grato pela dica,vou colocar ela em prática, coloquei outra dúvida na comunidade,se puder me ajudar : http://www.prestashop.com/forums/topic/222723-mudar-cor-de-links-do-topo/ Grato Junior 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