Jump to content

dharam

Members
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Location
    India
  • Activity
    Agency

dharam's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. If you want to change the order of slides then you can do it from database table ps_slider_lang, change the ids order in the id column as per your need. Thanks.
  2. Hi, i am too facing the same issue but only on iPad, strange, i am able to sign in using smart phone and computer however. Does anyone has any clue? Update :- the issue was resolved by clearing the ipad safari cache. Thanks.
  3. Hi Nemo, All, I have fixed the problem by restoring the database to a day before i started seeing the problem. I did not find the underlying issue but still would like to share my experience that before doing any minor, major code changes or module install, module upgrades please do take a backup of your database and possibly files too just before doing the changes so that if anything goes wrong then you have something to fall back on. It will be even better if you plan to do the changes less frequently for your website, i mean do more changes once than few changes many times so that you do not have to take db backup frequently for this. Update: Later I found that the "Prestashop Content Protection" module was causing above problem, this module has download transparent images, somehow that was enabled so the images were getting downloaded to footer on mouse hover, i have disabled the download transparent images option from this module. Thanks,
  4. Hi Nemo, I think you were seeing all.js file warning, i checked them in chrome by "ctrl+shift+J" and then uninstalled the suspected modules which were causing that warning. Unfortunately that warning was unrelated to the issue in this thread as it is not resolved by uninstalling those (Facebook like box and social referral plus connect) modules. Could you kindly take a look again on my website and guide me on what else may be the issue of products getting added to footer on the mouse hover on them in home page and category pages... https://iclothmart.com Thanks,
  5. Hi Nemo, Thanks for reply. Which JavaScript do you see is Brocken, however I did not change any JavaScript file. Also not sure about replace-2x img-responsive. How can I see these errors? I had changed global.css to change the color of footer h4 text like information, contact us, newsletter etc from white to green but even reverting back that change from backed up file doesn't fix the problem. Also I had done a minor change in the "social referal + connect" module's head.tpl file to display a small text "sign in with:" before social connect icons, here as well when I revert back change or disable the module then it doesn't fix the issue mentioned in this thread. I tried to disable many other modules like easy scroll, newsletter block, facebook like box but nothing helped so I enabled them again. I also tried to clear the cache from back end performance tab after each action but no luck. Your guidance is much appreciated... Thanks.
  6. Hi All, I am facing a strange issue in my website as the images get added to footer if i mouse hover on them, may it be product image or any other image on the home page. On the same time the quick view also stopped working on home page. On touchscreen devices when we touch images to scroll they get added to footer. On the category page the quick view works and on mouse hover on these images in category page they do not get added to footer but issue remains with all other images like on product page the images in related product section or store logo etc. Footer size keeps increasing as more images get added. Below is my website name and also attaching the screenshot. https://iclothmart.com Kindly help... Thanks,
  7. Hi, after posting question here yesterday night I searched other threads too and found some clue to fix this problem, here was my approach:-- Changed only one below file after taking backup, (my prestashop version is 1.6.0.8):-- ..../themes/default-bootstrap/product-list.tpl Just copied and pasted below logic of price display for special products from within the same file:-- {hook h="displayProductPriceBlock" product=$product type="old_price"} <span class="old-price product-price"> {displayWtPrice p=$product.price_without_reduction} </span> The above code is added just above these lines by which special product prices are displayed:-- <meta itemprop="priceCurrency" content="{$currency->iso_code}" /> {if isset($product.specific_prices) && $product.specific_prices && isset($product.specific_prices.reduction) && $product.specific_prices.reduction > 0} By just changing one file now both prices are displayed in the way I wanted on home page as well as on product listing pages. I still need to add some if else conditions as now my special products show original price twice, but it is low priority for me and i will manage it myself. Thanks.. https://iclothmart.com
  8. I am also looking to show both prices on home page, please let me know if there is anyway to achieve this... Thanks, https://iclothmart.com
  9. Hi, I am also facing the same issue, does anyone know the workaround for this? Thanks.
  10. Same issue with me too, is there any answer to this problem, kindly help...
×
×
  • Create New...