joope Posted May 21, 2010 Share Posted May 21, 2010 on my frontpage how would i add a module that will display on the frontpage? my test site www.presta.pcgro.com Link to comment Share on other sites More sharing options...
rocky Posted May 22, 2010 Share Posted May 22, 2010 This module might be what you are looking for. Link to comment Share on other sites More sharing options...
joope Posted May 25, 2010 Author Share Posted May 25, 2010 On my front page it's showing me this "!-- Module CU3ER --> " at the bottom. But I see no flash better, I followed everything that I was told to do. Before it was showing a lot of code on my frontpage but I went back and changed the "removed" in the script with the proper code and now that code on the frontpage is gone. And it left me with the module cu3er on the frontpage. help please! www.presta.pcgro.com Link to comment Share on other sites More sharing options...
rocky Posted May 25, 2010 Share Posted May 25, 2010 There are errors in the code. The following: !-- Module CU3ER --> should be: <!-- Module CU3ER --> The following: <script type =" text / javascript "> should be: <script type="text/javascript"> and the following: </ script> should be: </script> Link to comment Share on other sites More sharing options...
joope Posted May 25, 2010 Author Share Posted May 25, 2010 Now I have the "adobe flash banner ad" but it's still not showing the flash banner. www.presta.pcgro.com Link to comment Share on other sites More sharing options...
rocky Posted May 25, 2010 Share Posted May 25, 2010 There is another error in the module. In the source code, the following: <script type=“text/javascript” src=”http://www.presta.pcgro.com/js/swfobject/swfobject.js”></script> should be: <script type="text/javascript" src="http://www.presta.pcgro.com/js/swfobject/swfobject.js"></script> The PrestaShop forums automatically converts straight quotes into angle quotes. Be careful to change them back to straight quotes in your code. Link to comment Share on other sites More sharing options...
joope Posted May 26, 2010 Author Share Posted May 26, 2010 Wow thank Rocky for all your help. I have it almost up and running but now it's acting like it's going to run. It doesn't start though, I'm wondering if I put my images in the right place. I placed my image in the root dir of my server and changed the config.xml file that's in the module - editorial directory to reflect the images folder. It's almost done...so very closeAlso how would I move the banner up higher on my webpage? Link to comment Share on other sites More sharing options...
rocky Posted May 26, 2010 Share Posted May 26, 2010 You've got the wrong link on the last slide. It should be "images/slide_5.jpg", not "img/images/slide_5.jpg". You should replace the slide images in the "modules/editorial/images/" directory. Link to comment Share on other sites More sharing options...
joope Posted May 26, 2010 Author Share Posted May 26, 2010 thanks I made the changes and replaced the images folder. But still nothing comes up. I'm wondering does it take a while for it to reset on the server before I will see the changes I wonder. Link to comment Share on other sites More sharing options...
rocky Posted May 26, 2010 Share Posted May 26, 2010 Did you upload the images you replaced? I can still see the default slide images. Link to comment Share on other sites More sharing options...
joope Posted May 26, 2010 Author Share Posted May 26, 2010 yes I uploaded the images folder with the images in that folder. Into the new folder you stated. Well I haven't created new ones, just the images that I downloaded. i turned around and uploaded the samples does that make a difference? Link to comment Share on other sites More sharing options...
rocky Posted May 26, 2010 Share Posted May 26, 2010 I'm going to bed now, so I can't help any more at the moment. When I visit the following URLs, I am getting the default slides:http://www.presta.pcgro.com/modules/editorial/images/slide_1.jpghttp://www.presta.pcgro.com/modules/editorial/images/slide_2.jpghttp://www.presta.pcgro.com/modules/editorial/images/slide_3.jpghttp://www.presta.pcgro.com/modules/editorial/images/slide_4.jpghttp://www.presta.pcgro.com/modules/editorial/images/slide_5.jpgMake sure that these are the images you are replacing with your own slides and are uploading. Link to comment Share on other sites More sharing options...
joope Posted May 26, 2010 Author Share Posted May 26, 2010 i replaced the color to the images and uploaded them. They are showing but the banner still isn't showing any movement. Link to comment Share on other sites More sharing options...
rocky Posted May 27, 2010 Share Posted May 27, 2010 There must be an incorrect path somewhere. The odd thing is that it works if you run the file directly: http://www.presta.pcgro.com/modules/editorial/cu3er.swf, but not when you run it from the homepage. You could try changing the image paths in modules/editorial/config.xml to absolute paths. For example, change "images/slide_1.jpg" to "/modules/editorial/images/slide_1.jpg". Link to comment Share on other sites More sharing options...
joope Posted May 27, 2010 Author Share Posted May 27, 2010 Ok. It was working but now it doesn't work. When I changed the dir of the images like you stated it showed up working on my site, but when I tried to change the size to make it bigger didn't work. So I put the size back to original size. And now it doesn't work I changed the editorial.tpl size.but yeah clicking on that link you stated it does show it working. Link to comment Share on other sites More sharing options...
joope Posted May 27, 2010 Author Share Posted May 27, 2010 it's weird at the bottom of my screen it's say" it's still waiting" and nothing shows up expect that little red box. Link to comment Share on other sites More sharing options...
rocky Posted May 27, 2010 Share Posted May 27, 2010 I just checked your site and the slideshow appears to be working. Have you solved the issue? Link to comment Share on other sites More sharing options...
joope Posted May 27, 2010 Author Share Posted May 27, 2010 I guess it does appear to be working. Thank you. Is there a way to move the position of the banners? And how would I make it change automatically. Then it would be complete. Thanks Link to comment Share on other sites More sharing options...
rocky Posted May 27, 2010 Share Posted May 27, 2010 The module doesn't come with any CSS, so you'll need to edit your global.css and add a block like the following and add your styles to it: div#cu3er-container { } You'll need to edit the config.xml file to add code to enable autoplay. See here for more information. Link to comment Share on other sites More sharing options...
lubosl Posted March 29, 2012 Share Posted March 29, 2012 Hello I installed the module to my PS 1.4.7.0 and it is working fine. Only problem is that I lost the possibility to edit home page text. Whole module - Home text editor is missing. is there some way how to combine those modules? thanks, Lubos Link to comment Share on other sites More sharing options...
Recommended Posts