Jump to content

Can someone help me fix my image slider and the problem with CMS pictures


Recommended Posts

1) I just updated the image slider module and all my images disappeared from the slider.I do not know how to do coding and need help inserting the changes provided in the forum

 

 

 

go to yourtheme/modules/homeslider/homeslider.tpl and find this code:

 

<img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/images/`$slide.image|escape:'htmlall':'UTF-8'`")}...

 

change to

<img src="{$link->getMediaLink("`$smarty.const._MODULE_DIR_`homeslider/img/`$slide.image|escape:'htmlall':'UTF-8'`")}

 

 

2) I cannot upload any images on my CMS pages.Someone provided a solution but i dont know how to make the changes .Can someone help me ?.

 

i replaced the content of the .htaccess file with this

 

<IfModule mod_php5.c>
# Turn the PHP engine off
php_flag engine off
</IfModule>

 

and i working perfect

 

you mean .htaccess in /img/cms/ directory?

 

 

 

I am willing to  pay for the changes if someone can help me

 

Thanks

 

Judy

 

 

 

Link to comment
Share on other sites

Hi.I have the 1.6 new version of prestashop using the bootstrap theme.

 

My website is www.atasteofafrica.net/store. This is a domain in my subfolder

 

My regular website is www.atasteofafrica.net but its distorted since the switch from 1.5.6.1 to 1.6 so i am rebuilding my website.

 

 

 

I honestly have no idea what "htacces they meant yourdomain/img/cms folder" means or where to find it

 

I have no knowledge of coding and have only been working in the back page .

Edited by judy_t_judy (see edit history)
Link to comment
Share on other sites

by version i meant homeslider version. You can check for version in BO > Modules. Search for homeslider and there you'll see version.

If it's less then 1.6 just update and it will fix the error

 

I copied code from that post and made you a file. Just rename this file to .htaccess (forum doesn't allow this kind of file to be uploaded) and upload to yourdomain/store/img/cms folder and i hope it works for you

 

 

htaccess.txt

Link to comment
Share on other sites

I am sorry for sounding clueless.I really am.I have never uploaded files like this or done any coding so i have no idea what I am doing .I have  some screenshots of what i did through a program called Filezilla using my FTP login but nothing has changed .I dont see the option to upload the screenshots here

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...