Jump to content

Módulo Slider v1.3.3 no Prestashop 1.6.0.5


Recommended Posts

Olá pessoal,

 

Atualizei o módulo slider no meu prestashop e as imagens não apareceram mais.

 

Há um erro bem simples nos arquivos tpl do módulo.

 

Para resolver façam o seguinte:

 

- No arquivo /public_html/modules/homeslider/homeslider.tpl mude o caminho da pasta de imagens de images para img:

 

<img src="{$link->getMediaLink("`$module_dir`img/`$slide.image|escape:'htmlall':'UTF-8'`")}" alt="{$slide.legend|escape:'htmlall':'UTF-8'}" height="{$homeslider.height|intval}" width="{$homeslider.width|intval}" />

 

 

Mude também no arquivo do módulo dentro da pasta do tema em /public_html/themes/default-bootstrap/modules/homeslider/homeslider.tpl:

 

<img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/img/`$slide.image|escape:'htmlall':'UTF-8'`")}"{if isset($slide.size) && $slide.size} {$slide.size}{else} width="100%" height="100%"{/if} alt="{$slide.legend|escape:'htmlall':'UTF-8'}" />

 

 

Lembrando que o caminho do arquivo na pasta do tema deve seguir o seu tema, neste caso o caminho é do tema default do Prestashop 1.6.0.5.

 

Até mais !!!

  • Like 1
Link to comment
Share on other sites

oi,

Tentei localizar o

public_html / modules / homeslider / homeslider.tpl

mas neste diretório eu não encontrar um arquivo: homeslider.tpl

Por favor, informe se outro local para este arquivo

muito obrigado

 

 

Hi,

 

I have tried to locate the

 

public_html/modules/homeslider/homeslider.tpl

 

but in this directory i dont find a file: homeslider.tpl

 

please advise if there is another location for this file

 

thanks a lot

Link to comment
Share on other sites

Olá,

 

Você tentou localizar a pasta sabendo que /public_html/ é a pasta principal do seu site ? Ou seja procurando a pasta a partir daí meusite/modules/homeslider/homeslider.tpl ?

 

Mude somente na pasta do tema como indiquei e teste para ver se as imagens abrem normalmente no slider.

 

Até !!!

Link to comment
Share on other sites

oi,

Obrigado pela sua resposta rápida. Eu era capaz de encontrar o arquivo em homeslider.tpl

/ public_html / prestashop / themes / default-bootstrap / modules / homeslider

E agora as imagens são exibidas. Muito Obrigado.

O outro arquivo homeslider.tpl deve estar localizado em:

/ public_html / prestashop / modules / homeslider

Mas os únicos arquivos nesse diretório são:
1. homeslider.php
2. index.php


Não há nenhum arquivo homeslider.tpl

 

 

 

 

Hi,

Thanks for your fast reply. I was able to find the homeslider.tpl file in

/public_html/prestashop/themes/default-bootstrap/modules/homeslider

And now the images are displayed. Thanks a lot.

The other homeslider.tpl file should be located in:

/public_html/prestashop/modules/homeslider

But the only files in this directory are :
1.  homeslider.php
2. index.php


There is no homeslider.tpl file
 

  • Like 1
Link to comment
Share on other sites

hi,

 

thanks for the update. It worked in my case by changing the advised images to img in the homeslider.tpl


I see I'm not the only one with this problem, can you advise in English please.

 

www.modesco.co.uk

You can copy all the text and advised changes in google translate - from portugese to english and it will translate the instructions quite correctly

Link to comment
Share on other sites

Olá pessoal,

 

A correção sugerida neste tópico foi corrigida na versão v1.3.6 do Home Slider.

 

Nesta correção foi mudada a pasta de imagens.

 

Porém quem realizou esta correção que sugeri terá novamente um erro !

 

Para corrigir altere nos arquivos e  o nome da pasta para images, agora de img para images

 

- /public_html/modules/homeslider/homeslider.tpl (Se houver este arquivo)

<img src="{$link->getMediaLink("`$module_dir`images/`$slide.image|escape:'htmlall':'UTF-8'`")}" alt="{$slide.legend|escape:'htmlall':'UTF-8'}" height="{$homeslider.height|intval}" width="{$homeslider.width|intval}" />

- /public_html/themes/default-bootstrap/modules/homeslider/homeslider.tpl

<img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}"{if isset($slide.size) && $slide.size} {$slide.size}{else} width="100%" height="100%"{/if} alt="{$slide.legend|escape:'htmlall':'UTF-8'}" />

Até !!!

Edited by luciano.borges (see edit history)
Link to comment
Share on other sites

Muy buenos días.. acabo de hacer actualización a versión 1.6, pero me he encontrado con un problema en el módulo slide de la página principal, no me permite subir imágenes, selecciono el archivo de la imagen que voy a subir y cuando le doy salvar me aparece este mensaje: "Se produjo un error durante la carga de imágenes", qué debo hacer, por favor alguien que me ayude. Mi sitio es http://www.bodegalibre.com gracias.

Link to comment
Share on other sites

×
×
  • Create New...