Jump to content

Tamaño de logo se pixela (solucionado)


Recommended Posts

y si lo cambio manualmente?

 

¿Me puedes hacer un favor?

 

En la pestaña Preferencias -> Temas, señala el logo que dices que se te ve bien con el boton derecho y pulsa en "copia url de la imagen" y dime que ruta te da.

 

Saludos,

Link to comment
Share on other sites

Ok, veo que al parecer no usas la 1.5.4.1 (por cierto ese logo es mol grande xD)

 

Referente al logo, es un bug el que no aparezca de versiones anteriores, revisa este enlace:

 

https://github.com/P...44f06359526c530

 

Ve al fichero:

 

controllers/admin/AdminThemesController.php

 

Busca esto:

 

if (Context::getContext()->shop->getContext() == Shop::CONTEXT_ALL || $id_shop == 0)

 

Y dejalo asi:

 

if (Context::getContext()->shop->getContext() == Shop::CONTEXT_ALL || $id_shop == 0 || Shop::isFeatureActive()==false)

 

Despues prueba volver a subir el logo.

 

Saludos,

Link to comment
Share on other sites

Ah y por cierto, si se te sube el logo correcto, ten en cuenta que en el fichero:

 

http://www.taracidochic.com/themes/theme531/css/global.css

 

tienes que en esto:

 

#header_logo {
width: 300px;
height: 42px;
display: block;
position: absolute;
left: 377px;
top: 92px;
}

 

y esto

 

#header_logo img {
width: 300px;
height: 42px;
}

 

variar los valores.

Link to comment
Share on other sites

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