luciano.borges Posted April 9, 2014 Share Posted April 9, 2014 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 !!! 1 Link to comment Share on other sites More sharing options...
gloginko Posted April 9, 2014 Share Posted April 9, 2014 oi,Tentei localizar opublic_html / modules / homeslider / homeslider.tplmas neste diretório eu não encontrar um arquivo: homeslider.tplPor favor, informe se há outro local para este arquivomuito 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 More sharing options...
luciano.borges Posted April 9, 2014 Author Share Posted April 9, 2014 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 More sharing options...
gloginko Posted April 9, 2014 Share Posted April 9, 2014 oi,Obrigado pela sua resposta rápida. Eu era capaz de encontrar o arquivo em homeslider.tpl/ public_html / prestashop / themes / default-bootstrap / modules / homesliderE agora as imagens são exibidas. Muito Obrigado.O outro arquivo homeslider.tpl deve estar localizado em:/ public_html / prestashop / modules / homesliderMas os únicos arquivos nesse diretório são:1. homeslider.php2. index.phpNã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/homesliderAnd now the images are displayed. Thanks a lot.The other homeslider.tpl file should be located in:/public_html/prestashop/modules/homesliderBut the only files in this directory are :1. homeslider.php2. index.phpThere is no homeslider.tpl file 1 Link to comment Share on other sites More sharing options...
luciano.borges Posted April 9, 2014 Author Share Posted April 9, 2014 Olá, Talvez porque eu tenha atualizado a versão, este arquivo /public_html/prestashop/themes/default-bootstrap/modules/homeslider/homeslider.tpl seja uma sobra da versão antiga do home slider. Que bom que funcionou. Até mais !!! Link to comment Share on other sites More sharing options...
Modesco Posted April 9, 2014 Share Posted April 9, 2014 I see I'm not the only one with this problem, can you advise in English please. www.modesco.co.uk Link to comment Share on other sites More sharing options...
gloginko Posted April 10, 2014 Share Posted April 10, 2014 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 More sharing options...
selectshop.at Posted April 10, 2014 Share Posted April 10, 2014 (edited) English, please only in English forum. Topics here should be written only in Portuguese language. Thanks. Edited April 10, 2014 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
luciano.borges Posted April 11, 2014 Author Share Posted April 11, 2014 (edited) 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 April 11, 2014 by luciano.borges (see edit history) Link to comment Share on other sites More sharing options...
bodegalibre Posted April 11, 2014 Share Posted April 11, 2014 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 More sharing options...
Recommended Posts