xumulus / magento2-fast-product-images

Magento 2 fast product images, removes loading image for product images
MIT License
81 stars 45 forks source link

Navigation arrows are doubled on the page loading #10

Open flancer64 opened 5 years ago

flancer64 commented 5 years ago

Hi, guys!

Your extension is awesome! Thanks. We try to use it on our app and we have a good results. Images are loaded very quickly. But we have a little problem - navigation arrows are doubled until page is not loaded completely: image

You can see it on https://biobox.eco/en/products/craft-tray-frenchfry-white-small

I found some files with fotorama arrows:

and I've cleaned up content of the lib's files (HTML) - no effect. Could you help me to solve this problem? I suppose double arrows are came from xumulus/magento2-fast-product-images/view/frontend/templates/product/view/gallery.phtml

Our Magento version is 2.2.6.

Thanks,

Alex Gusev.

poveu commented 5 years ago

+1 (Magento 2.3)

dankoz51 commented 5 years ago

Ok we a pretty busy now on some client work but this works by rendering the post dom complete version of fororama in the gallery html( in inspect element not view source) so for some reason in your case it may not replace that after fororama Procrss and then replaces that.

It’s basically a trick we are trying to play on fororama as rewriting that was going to be much harder

Can the be recreated in the Lima theme ? On Thu, Jan 3, 2019 at 5:44 AM Paweł Łoboziak notifications@github.com wrote:

+1 (Magento 2.3)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xumulus/magento2-fast-product-images/issues/10#issuecomment-451121029, or mute the thread https://github.com/notifications/unsubscribe-auth/ACQg8zDGcf4PiWfLaliJ7K9vYZbuvBs6ks5u_e0EgaJpZM4X0z8z .

-- Sent from Gmail Mobile

poveu commented 5 years ago

Nevermind in my case, I created my own gallery.phtml that does similar thing and it works well with Porto theme. Thanks for the idea anyway! How come this feature isn't build in ;)