Jump to content

keito

Members
  • Posts

    36
  • Joined

  • Last visited

3 Followers

Profile Information

  • Location
    Philippines
  • Activity
    Developer

keito's Achievements

Newbie

Newbie (1/14)

6

Reputation

1

Community Answers

  1. Calling all the experts here in prestashop!!! I've been coding this theme since January. In the products page, my client wants to have this kind of interface, is it possible?? Here is the screenshot: PROBLEM IN THIS PAGE: 1. I don't know how to display the products in different sizes. 2. How to display products one by one and position it according to the division of each shelves. 3. There is a scale effect (zoom-in and zoom-out) whenever the customer clicks the zoom-in and out button in the bottom right corner of the page. ****NOTE**** I already this animation in a plain html and jQuery code only, but unfortunately I'm having a hard time integrating it to PrestaShop. ANYONE PLEASE HELP ME!
  2. Hi Nemo I tried your tutorial and it worked on PS 1.6, unfortunately I cant display the products images. Where exactly to I need to paste this code? /* Retrieving product images */ foreach ($products as $key => $product) { foreach ($products as $key => $product) { $products[$key]['id_image'] = Product::getCover($product['id_product'])['id_image']; } } Whenever I paste it before this lines $this->context->smarty->assign(array( 'products' => $products, 'homeSize' => Image::getSize('home_default') )); $this->setTemplate('allproducts.tpl'); it gives me a blank page. Kindly help me. Thank you.
  3. Hello guys, *USING PS 1.6.0.6 My clients wants me to create an online store but its not a normal or typical online store that you used to see. He wants a real store to make the customer feel that he/she is in a real retail store. Please see the first image for you to have an idea. So, my problem is: 1. How to display products like this: 2. For the Home page (FOR MY NEW THEME) how to disable manually the other modules like Banner block, Contact us Tab and Sign In, Search, Cart block, Navigation Block, Slide show and so on. The only module that is going to be visible to the Home Page is the currency. 3. On my new theme the background-image from my css is not displaying on my Home page. It only display a question mark image like this: 4. How to display product one by one in 1 page, as you can see on the first image, the sizes of the products are not the same. Thanks.
  4. @Vekia I am using scrollr.js for Parallax http://prinzhorn.github.io/skrollr/ I cant share the url coz I'm doing it in localhost right now. Thanks.
  5. Hi guys, I am using parallax effect for my website theme (PS v1.6), my problem is I cant display the images from css codes and all I can see is a "?" images. By the way this the sample parallax code: Sample div <div class="bg windowShopper" data-2300="width: 100%; height: 100%; top: 0%; left: 0%; opacity: 1;" data-4300="width: 110%; height: 110%; top: -5%; left: -25%; opacity: 0;"></div> CSS .windowShopper{background-image:url(../img/window-shopper.png);} Thanks in advance!
  6. Hi guys, I am using parallax effect for my website theme (PS v1.6), my problem is I cant display the images from css codes. by the way this the sample parallax code: Sample div <div class="bg windowShopper" data-2300="width: 100%; height: 100%; top: 0%; left: 0%; opacity: 1;" data-4300="width: 110%; height: 110%; top: -5%; left: -25%; opacity: 0;"></div> CSS .windowShopper{background-image:url(../img/window-shopper.png);} Thanks in advance!
  7. And what place and file can I insert this code? <script type="text/javascript"> //make the functio bounce with .animate, because jquery fucking ui wont work var btnBounce = function (){ $('.scrollDown').animate({'top' : '-=20px'}, 'fast'); $('.scrollDown').animate({'top' : '+=20px'}, 'fast'); $('.scrollDown').animate({'top' : '-=20px'}, 'fast'); $('.scrollDown').animate({'top' : '+=20px'}, 'fast'); setTimeout(function() { btnBounce(); //do function after 3sec }, 3000); } btnBounce(); //call function var s = skrollr.init({ edgeStrategy: 'set', easing: { WTF: Math.random, inverted: function(p) { return 1-p; }, smoothScrolling: true, } }); $(".btn").click(function ( event ){ event.preventDefault(); $(".scene2").hide(400); $(".scene3").delay(500).show(800).css({'width' : '100%', 'height' : '100%'}); }); </script>
  8. I already delete the /cache/class_index.php file.. still nothing happens, prestashop still ignores my css and js file.
  9. Hi guys, I just wanna ask how to change the list of product features to drop down list filter catalog?? Anyone?? Here's the screenshot: thanks..
  10. Hello guys, I'm having trouble on viewing customer's profile from back office. It shows me a blank page after I click the name of the customer. Anyone? Help. Please. ** PS VERSION 1.6 **
  11. Hello guys, I am having trouble connecting the Parallax effect on PrestaShop. I am currently coding for my website's new theme. Please help me. This is the link for the parallax - Page Transition http://tympanus.net/Development/PageTransitions/ --> CHOOSE TRANSITIONS -> ROTATE -> ROOM --> I actually paste the code in my theme folder's name/index.tpl --> I override the classes/controller/FrontController.php to insert or link my CSS and JS files.
  12. Hi Vekia, again the attributes are in Drop down list and checkboxes and when the customer click the SUBMIT button, the results will also appear on the modal window. its like this:yasearch-1.4.6.2.zip but i cant install this module in PS 1.6.0.5 and also this module too: block search by attributes UPDATED for 1.3.1 - v3.1.zip
  13. Hi Vekia, I want the layered navigation block to disappear on the left column. The popup/modal window will appear when the "Advanced Search" text is click, and when its clicked the navigation block will display on the popup/modal window. The advanced search text is located below the search box. Can you help me do that?
  14. Hello guys, How to put/add a pop-up (Modal) effect on this module (Layered Navigation Block)? My client want's it pop-up, I believe that this module is in the left column, see the image: Please, Help me!!!!
×
×
  • Create New...