All

Popular

All

Top Rated

All

Latest

Magento 2.4.6 mobile image swipe issue

Change line ~1143 to from: function addEvent(el, e, fn, bool) { if (!e) return; el.addEventListener ? el.addEventListener(e, fn, !!bool) : el.attachEvent(‘on’ + e, fn); } to this: function addEvent(el, e, fn, bool) {...

Jelastic setting up ruby app

1. use nginx ruby 2. rvm list -> rvm –default use 3.1.4 3. if there are problems with pg gem, above should solve it. 4. Problems with gem base64: “passenger_preload_bundler on;” to your NGINX config.then...

Read More
Loading