Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

No bug Plugin does not do anything

Meer
1 jaar 3 maanden geleden #2535 door Peter Klinke
Plugin does not do anything werd gestart door Peter Klinke
I am actually updating a site from J3 to J4 and want to use ochResponsiveImages here because of the use of to big images here.
Plugin is activated but it does nothing. Folder ochri is empty, In the code I still see the png images.

 

What can I do to get it working? 

Sincerely
Peter

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 3 maanden geleden #2536 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Plugin does not do anything
Hi Peter,
Thanks for reaching out.
Is the plugin enabled?
Did you configure the advanced settings to eg only create images when logged in with specific user?
Do you have a frontend url that I can check?
Currently on vacation so response time is slow :)

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 3 maanden geleden #2537 door Peter Klinke
Beantwoord door Peter Klinke in topic Plugin does not do anything
Hi Ruud,
plugin is activated, all other questions = no.

The site isn't public now (folder security), but I can give you access in pm.

Have a nice holiday!

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 3 maanden geleden #2546 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Plugin does not do anything
Hi Peter,
back from vacation and picking up the slack :)
is the site live or still in development?
You can sent me details here in the forum in 'confidential' tags (the padlock button on the editor toolbar, or sent me an emial info [at] onlinecommunityhub [dot] nl

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 3 maanden geleden #2548 door Peter Klinke
Beantwoord door Peter Klinke in topic Plugin does not do anything
Hi Ruud,

hope you had nice holiday.

The site is still in development.

Dit bericht bevat vertrouwelijke informatie


There is still only one image in the office folder.

 

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 2 maanden geleden #2553 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Plugin does not do anything
Hi Peter,
tried to login but get the (joomla) message:
"Login denied! Your account has either been blocked or you have not activated it yet."

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 2 maanden geleden #2554 door Peter Klinke
Beantwoord door Peter Klinke in topic Plugin does not do anything
Please try again

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 2 maanden geleden #2556 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Plugin does not do anything
Top!

is this what you are trying to achieve? convert this image to webp?
 

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 2 maanden geleden #2567 door Peter Klinke
Beantwoord door Peter Klinke in topic Plugin does not do anything
This images have much to big file sizes (2,3 MB each) and are loaded as png

Graag Inloggen deelnemen aan het gesprek.

Meer
1 jaar 2 maanden geleden #2568 door Ruud van Lent
Beantwoord door Ruud van Lent in topic Plugin does not do anything
That is because these are not valid HTML image elements. So what happens here is that the module (?) that you use to display these images uses the following HTML:
Code:
<img alt="" class="u-align-center-lg u-align-center-md u-align-center-sm u-align-center-xs u-border-2 u-border-custom-color-3 u-image u-image-default lazyload u-image-1" data-image-width="1748" data-image-height="1240" data-src="https://aeuk.custsrv.de/images/Inhalt/Beitraege/Oasefreizeit.png">

as you can see the required 'src' that is required is not present, instead there is a data-src pointing to the image. So the module (or template) has javascript in place to read that data-src and then set that in the visitor browser as src > displaying the image.

This was (!) a common practise to enable lazyloading when that was not supported by browsers.

ochResponsiveImages runs on the server and not on the browser, so it doesn't see the img with a src attribute instead it sees an invalid image without the src attribute.

Maybe when you disable lazyloading on that template / module it will correctly set the image as src instead of as data-src. ochResponsive images will then pick it up and you can configure ochResponsiveImages as well to implement the lazy loading as that is currently supported by all browsers.

Does this make sense? can you give that a try?

Graag Inloggen deelnemen aan het gesprek.