GR - Future Group Posted December 26, 2011 Share Posted December 26, 2011 Hello! We have a site at www.FuturePhones.dk. As you can see, there is a giant slider at the top of the page. It is a module called JQuery Pisces Slider, which was a part of a theme we bought from a template company. We have tried asking them, but they said we should ask a tuning company to help us. We want to be able to specify different slideimages for each language the visitor chooses for this site. I searched this forum and found that a user had succesfully modified this specific module and made it work. Sadly the user does not respond. I hope you can help me - I will supply the information you need of course - please do ask Prestashop version 1.4.6.2 The module is attached to this post: piscesslider.zip Thanks! Link to comment Share on other sites More sharing options...
Soheil Gh Posted December 26, 2011 Share Posted December 26, 2011 Hi i have a simple way But not good enough i changed php file and attach it to this post please go to folder of this module and replace it it enables you to have different slides for different languages but not from backoffice. foreach language such as ( en ,fr , etc) in folder of this module create a file with name language_code+links.xml (eg : for english : enlinks.xml -- for french: frlinks.xml) upload your photo to slides folder of this module for any language put this code in its xml file <?xml version='1.0' encoding='utf-8' ?> <links> <link> <url>URL</url> <img>slides/slidename.extension</img> </link> // for any slide put <link> tag and its content </links> when URL is url of your image when a people click on it and slidename is name of slide file and extension is extension of file (eg: jpg ,png , etc) this is not user friendly way but its enable you to have different slide for different languages ------------------------------------------------------------------------------------------- i work to change the php file that enable you have this feature from back office As soon as possible ------------------------------------------------------------------------------------------- piscesslider.php Link to comment Share on other sites More sharing options...
Soheil Gh Posted December 26, 2011 Share Posted December 26, 2011 hello again i update php file and attach it again to this post replace it now you enable to have this feature from backoffice of the module for any language that you have to add slide for it 1- foreach language such as ( en ,fr , etc) in folder of this module create a file with name language_code+links.xml (eg : for english : enlinks.xml -- for french: frlinks.xml) 2-From my prefrences in backoffice change your language to language that have add slide for it 3- go to configure of module and add slide if you have any problem say here or email me at [email protected] piscesslider.php Link to comment Share on other sites More sharing options...
GR - Future Group Posted December 26, 2011 Author Share Posted December 26, 2011 Oh my god, a thousand thanks! We will test this solution and get back to you. Thank you very much for your kindness! I can't wait to find out, how you solved this problem. Thanks again - merry christmas and happy new year! Link to comment Share on other sites More sharing options...
GR - Future Group Posted December 27, 2011 Author Share Posted December 27, 2011 Dear Soheil Is it possible to do the same for this module? It is built the exact same way Thanks in advance - would you kindly explain again: How do I make this work? It is called: TM Banner Block and is attached to this post tmbannerblock.zip Link to comment Share on other sites More sharing options...
Soheil Gh Posted December 27, 2011 Share Posted December 27, 2011 Hello i modify Php file of module and attach it to this post replace it For use please follow instructions that i wrote To post#3 i back and say you my solution soon tmbannerblock.php Link to comment Share on other sites More sharing options...
GR - Future Group Posted December 27, 2011 Author Share Posted December 27, 2011 Thank you very much - you are very kind! Link to comment Share on other sites More sharing options...
GR - Future Group Posted December 28, 2011 Author Share Posted December 28, 2011 Just to confirm - this solution works! Thanks a lot! Link to comment Share on other sites More sharing options...
FrenchMaster Posted January 7, 2012 Share Posted January 7, 2012 Thank you VERY MUCH !!! Link to comment Share on other sites More sharing options...
yanwarpro Posted January 12, 2012 Share Posted January 12, 2012 hello again i update php file and attach it again to this post replace it now you enable to have this feature from backoffice of the module for any language that you have to add slide for it 1- foreach language such as ( en ,fr , etc) in folder of this module create a file with name language_code+links.xml (eg : for english : enlinks.xml -- for french: frlinks.xml) 2-From my prefrences in backoffice change your language to language that have add slide for it 3- go to configure of module and add slide if you have any problem say here or email me at [email protected] I have installed the module, but not see on front office. How to put on page one (frontoffice)? Link to comment Share on other sites More sharing options...
Soheil Gh Posted February 7, 2012 Share Posted February 7, 2012 I have installed the module, but not see on front office. How to put on page one (frontoffice)? after installation it must seen in front office . if you want post user and pass admin section of your shop By private message to me Link to comment Share on other sites More sharing options...
rival Posted March 16, 2012 Share Posted March 16, 2012 Hi, Soheil. I'm trying to use your technique, but somehow I'm experiencing some glitches. I'm using PS 1.4.7. 1) I created eslinks.xml, enlinks.xml, frlinks.xml files. 2) They seem to work fine, I can see different text in differnt languages. 3) Also, once I click Save I don't get "Settings updated" message. I found out that module (in the admin panel) referrers to the default links.xml file. Is there a way to point it to the appropriate file? The main issue, that the module does not load content of the corresponding file in the admin panel. I'll be really thankfull if you check my file to see what went wrong. Thanks in advance and best regards. mynivoslider.php Link to comment Share on other sites More sharing options...
Soheil Gh Posted March 19, 2012 Share Posted March 19, 2012 for any language you want to choose pic for it you must change your langugae of admin panel from my preferences sectiobn Link to comment Share on other sites More sharing options...
rival Posted March 20, 2012 Share Posted March 20, 2012 for any language you want to choose pic for it you must change your langugae of admin panel from my preferences sectiobn Yes, I got this point. Can you please review this short movie to see what the problem is? Somehow I was unable to attach it to this post, so please use this link: https://www.yousendit.com/download/M3BrblRpOC85NVVPd3NUQw Thanks in advance! Best regards. Link to comment Share on other sites More sharing options...
Soheil Gh Posted March 26, 2012 Share Posted March 26, 2012 please contact me : [email protected] Link to comment Share on other sites More sharing options...
tozi Posted March 27, 2012 Share Posted March 27, 2012 It's possible hook this module pisces slider to home? Link to comment Share on other sites More sharing options...
Soheil Gh Posted March 30, 2012 Share Posted March 30, 2012 Yes it is possible change this php file with existing file and go to module -> hook add it home piscesslider.php Link to comment Share on other sites More sharing options...
netkube Posted April 5, 2012 Share Posted April 5, 2012 replace : static private function getXmlFilename() { $isoUser = Language::getIsoById(intval($cookie->id_lang)); return ''.$isoUser.'links.xml'; } with : static private function getXmlFilename() { global $cookie; $isoUser = Language::getIsoById(intval($cookie->id_lang)); return ''.$isoUser.'links.xml'; } to work with frlinks.xml, eslinks.xml and replace all slide_0'.$i.'.jpg' with slide_'.$isoUser.'_0'.$i.'.jpg' piscesslider.php Link to comment Share on other sites More sharing options...
prestaZ Posted April 6, 2012 Share Posted April 6, 2012 Hallo, Thank you very much for all your efforts so far! I replaced piscesslider.php with the provided one (second from bottom) and transplanted the module to Hompage content, between the Home editor and Home featured products. But, the slider appears only as a slim stripe and images are not shown in their full size (see image attached). What can I do to fix this? (version 1.4.7.0, on localhost) Link to comment Share on other sites More sharing options...
Soheil Gh Posted April 8, 2012 Share Posted April 8, 2012 please let me now url of your shop Link to comment Share on other sites More sharing options...
prestaZ Posted April 10, 2012 Share Posted April 10, 2012 Sorry, the shop is not online. Installed on localhost. What do you need to know to check? Link to comment Share on other sites More sharing options...
owne06 Posted April 10, 2012 Share Posted April 10, 2012 blocktopmenu.zip HELLO thank you for this great theme however i can't install the top menu bar as you can see on my serveur i install this theme http://korporel.com but i also installed login jquery panel and since i have installed this module my top menu bar don' want to appear and i can not put this medule on top menu hook can you help me HELLO thank you for this great theme however i can't install the top menu bar as you can see on my serveur i install this theme http://korporel.com but i also installed login jquery panel and since i have installed this module my top menu bar don' want to appear and i can not put this medule on top menu hook can you help me Link to comment Share on other sites More sharing options...
Soheil Gh Posted April 10, 2012 Share Posted April 10, 2012 i test this module with hook to top and infrom you gys! Link to comment Share on other sites More sharing options...
hunterbit Posted April 25, 2012 Share Posted April 25, 2012 I too have the same problem and I see bad jquery pisces. I see only a small strip and this is my link www.ilkreativo.it which may be the problem? how can I fix it? Thanks to all Link to comment Share on other sites More sharing options...
rgrthy Posted May 13, 2012 Share Posted May 13, 2012 #Soheil Gh thank you very much. you've helped me a lot. you're a good person. Link to comment Share on other sites More sharing options...
papay Posted May 31, 2012 Share Posted May 31, 2012 Hi. i'm trying to hook tmbannerblock to the homepage content but it failed. How do i make this work, can you help me? Link to comment Share on other sites More sharing options...
papay Posted June 1, 2012 Share Posted June 1, 2012 (edited) Never mind, i found the answer my self, i just need to make little modification in .php file and now it works. Edited June 1, 2012 by papay (see edit history) Link to comment Share on other sites More sharing options...
badelakshmi Posted June 24, 2012 Share Posted June 24, 2012 Hi, I want to put an Add to Cart button for each slide. How can i do that? Please help me. Thanks. Link to comment Share on other sites More sharing options...
zancu Posted August 31, 2012 Share Posted August 31, 2012 Hallo , exuseme for my english, but can you help me ? How can I have 5 immage in Jquery Pisces Slider? Thanks to hall Link to comment Share on other sites More sharing options...
Tuyen Nguyen Posted September 5, 2012 Share Posted September 5, 2012 (edited) Dear Hi, I am newbie. I installed JQuery Pisces Slider in my Prestarshop Project (1.4.9) on original theme of Prestarshop. But when runtime, slider became so small on top, can't be seen (in attach image). How I can replace it below header??? Oringinal Code : hook on "top", is it right? Thank you so much! Tuyen Edited September 6, 2012 by Tuyen Nguyen (see edit history) Link to comment Share on other sites More sharing options...
zancu Posted September 5, 2012 Share Posted September 5, 2012 Hally Some people can help me , don't work for me with differents language Thanks Link to comment Share on other sites More sharing options...
Tuyen Nguyen Posted September 6, 2012 Share Posted September 6, 2012 @zancu: did you intall successfull? Why do you not help me? Link to comment Share on other sites More sharing options...
Ron morales Posted November 22, 2012 Share Posted November 22, 2012 me don´t display in home top display in home, it´s install in home top header but not display thanks Link to comment Share on other sites More sharing options...
Soheil Gh Posted March 5, 2013 Share Posted March 5, 2013 Everyone Have Problem with This slider . please post Url (If shop is online) also Link to comment Share on other sites More sharing options...
karopresta Posted April 30, 2013 Share Posted April 30, 2013 Hi, I have install it (tm banner block) and I don't know where do that : 2-From my prefrences in backoffice change your language to language that have add slide for it I have the same images in french and in english I am in 1.5.0.17 Link to comment Share on other sites More sharing options...
amkogroup Posted May 24, 2013 Share Posted May 24, 2013 Change speed of slider: modules/piscesslider. piscesslider.tpl. edit value under "pausetime" <script type="text/javascript"> $(window).load(function() { $('#slider').nivoSlider({ effect:'fold', //Specify sets like: 'fold,fade,sliceDown' slices:15, animSpeed:500, //Slide transition speed [color=#ff0000] pauseTime:10000,[/color] startSlide:0, //Set starting Slide (0 index) 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