Jump to content

Magic Toolbox

Members
  • Posts

    44
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Magic Toolbox's Achievements

Newbie

Newbie (1/14)

3

Reputation

  1. As mentioned by @watou, you can try the Sirv CDN addon for PrestaShop. It's been optimised to sync images, JS, CSS and theme files from PrestaShop to Sirv. Sirv resizes the images, optimises and delivers them from its global CDN in next-gen formats, such as WebP. It also applies lazy loading and it minifies your JS & CSS files. Removing all this overhead from PrestaShop, your server can dedicated more resources to running PrestaShop. It can also delete the PrestaShop resized images, which you won't need any more - saving potentially a lot of storage space on your server and lowering your hosting costs. If your goal is to get the best possible performance and PageSpeed score, these are the best-practices which Sirv applies: Serve images in next-gen formats Use lazy-loading Optimize images Serve scaled images Use a Content Delivery Network (CDN) Leverage browser caching Minify CSS Minify JavaScript Minimize request size Enable compression Reduce DNS lookups Use cookie-free domains
  2. Hi guys! Were you able to fix these JS errors in admin? Would be fine if you can share your solution with us.
  3. Hello user5000! Sorry to hear you're having trouble. We reply to all emails within 4 working hours. Please check your Spam folder, in case the message went there. To fix the issue, please change the 'Main image' option on the Magic Zoom Plus settings page to the size you require. Any problems, please send FTP access details and Admin url, username & password using the 'Contact the developer' link on the addons.prestashop.com store: https://addons.prestashop.com/en/visual-products/1914-magic-zoom-plus.html We look forward to helping you resolve this issue. Thanks! Magic Toolbox
  4. This topic was submitted to Github here: https://github.com/PrestaShop/PrestaShop/issues/12763 The outcome was that the issue was resolved in PrestaShop 1.7, so all versions since then do not have this issue. Official PrestaShop support for version 1.6 ended in October 2018, so the issue will remain in those versions but it does not impact live sites, only Images section in admin.
  5. PrestaShop uses this method to insert product images: Link::getImageLink This works throughout PrestaShop - both in the front-end and the backend (admin) of all PrestaShop websites. Addons also use this method for displaying product images. However, the images in the Images section of the product page in admin are hard coded. They do not use the Link::getImageLink method, which is an error. The Sirv image CDN addon overrides the standard method, substituting PrestaShop image URLs with Sirv URLs (for better optimisation and faster loading). But images in the Images section are not loaded, because of the hardcoded images. See screenshot attached. Can the PrestaShop development team please change the code to use the Link::getImageLink method? The hardcoded references are located in this file: themes/default/template/controllers/products/images.tpl Thanks, Jake Sirv p.s. the reason to use the Sirv addon is that it optimises images much smaller, automatically serves the most optimal format e.g. WebP, and serves images faster from a global CDN. However, the addon depends on the correct declaration of product image locations, which is Link::getImageLink.
  6. Merci d'avoir lancé cette discussion, brikobike. Nous aimerions beaucoup entendre parler de Sirv de la communauté PrestaShop. Pour savoir quelles nouvelles fonctionnalités les gens aimeraient. Sirv est utilisé par plus de 15 000 sites Web pour l'optimisation d'image, les CDN et les effets d'image. Cependant, nous n'avons pas encore activement promu l'addon PrestaShop, de sorte que seules quelques centaines de boutiques PrestaShop l'utilisent actuellement. Ces propriétaires de magasin nous disent qu'ils aiment l'addon. Ils ont également suggéré d'excellentes nouvelles fonctionnalités et nous publierons une nouvelle version majeure du module complémentaire Sirv PrestaShop plus tard ce mois-ci ... Jake Brumby Sirv
  7. Hi, We've found one issue with blocktopmenu module. After window resize (which can be done via physically window resize or triggered from js) js from blocktopmenu creates multiple instances of .menu-mobile-grover https://magictoolbox.sirv.com/support/screenshots/2015-10-12-11%3A08%3A57.jpg which breaks expand/collapse functionality. Solution is quite simple. 1. Find following line in the themes/../js/modules/blocktopmenu/js/blocktopmenu.js file: $('.sf-menu > li ul').addClass('menu-mobile clearfix').parent().prepend('<span class="menu-mobile-grover"></span>'); 2. Add following code before this line: $(".sf-menu .menu-mobile-grover").remove(); Hope that will help someone.
  8. Hi KasperR90! Our Technical team can help you. Please send your FTP access details and admin login details to them via our secure contact page: https://www.magictoolbox.com/contact/ Explain the issue you are having and they will resolve your issues. Thanks, Paula Magic Toolbox
  9. For a better quality zoom, upload larger images. We recommend at least 1000px images, if possible. For more options to control your zoom, use Magic Zoom Plus from the addon store. You can set it to enlarge on hover, as you described. There is a choice of effects on how it enlarges. You can also adjust the speed and background colou/opacity of thet enlarged image.
  10. Merci à "shopping-et-mode" pour amener ce fil à notre attention. Nous n'étions pas au courant de vos problèmes. S'il vous plaît télécharger la dernière Magic Zoom Plus essai gratuit ici: http://www.magictoolbox.com/magiczoomplus/modules/prestashop/ Si votre problème persiste, s'il vous plaît contacter notre équipe technique qui vous aidera à: https://www.magictoolbox.com/contact/ Merci! Magic Toolbox
  11. Merci à "shopping-et-mode" pour amener ce fil à notre attention. Nous n'étions pas au courant de vos problèmes. S'il vous plaît télécharger la dernière Magic Zoom Plus essai gratuit ici: http://www.magictoolbox.com/magiczoomplus/modules/prestashop/ Si votre problème persiste, s'il vous plaît contacter notre équipe technique qui vous aidera à: https://www.magictoolbox.com/contact/ Merci! Magic Toolbox
  12. Great! Thanks for posting the solution. Yes, sometimes you just need to refresh the cache. For other users, attached is a screenshot of the settings page where you can choose which pages to apply Magic Zoom Plus on. You can choose all these places: Product page Category page Featured products (homepage) Viewed products block Manufacturers page New products page New products block Best sellers page Best sellers block Specials page Specials block Search page Manual install elsewhere
  13. Magic Zoom Plus is responsive and has two ways of zooming - on hover (zoom) and on click (enlarge). Please MODERATED module and let us know what you think. Version 5.0 is being planned at present, so any requests you make will be considered for release in that version.
  14. This is probably a conflict with your theme. What theme are you using? Thanks.
  15. What sort of zoom effect do you want? You can try: Magic Zoom Plus - zooms on hover, enlarges on click and then zooms even further (if your images are big enough). Magic Touch - click the image to zoom in multiple levels (like Google Maps). Suitable only for very large images (above 1500px).
×
×
  • Create New...