Magestore / Bannerslider-Magento2

Banner Slider Extension on Magento 2 - best way to capture the eyes of visitors!
http://www.magestore.com/banner-slider-on-magento2.html/
82 stars 100 forks source link

Slider images aren't secure #64

Open twistedindustries opened 7 years ago

twistedindustries commented 7 years ago

My bannerslider wasn't returning secure urls when it is supposed to. I resolved this by adding the following in Magestore\Bannerslider\Helper\Data.php `/**

then in Magestore\Bannerslider\Block\Item.php in the function getBannerImageUrl I changed the return to:

return $this->_bannersliderHelper->getBaseUrlMedia($banner->getImage(), $this->_bannersliderHelper->isCurrentlySecure());

surfer190 commented 7 years ago

@twistedindustries Have you created a pull request for the fix?

twistedindustries commented 7 years ago

@surfer190 Nope, I just fixed it locally. No pull request. Your more than welcome to create one using my code, I figured this would just be fixed in later releases.

developer-lindner commented 7 years ago

@twistedindustries good job!

surfer190 commented 7 years ago

@developer-lindner I don't know if you think you are contributing but you aren't. @twistedindustries I would suggesting opening a pull request and fixing if you are so inclined. I would appreciate.

twistedindustries commented 7 years ago

@surfer190 The only thing that has stopped me is being new with git. Recently I've been using it a little more so I'll attempt that.

sjanjic commented 7 years ago

There is pull request for this fix, is it going to be merged soon?