WordPress.org

Making WordPress.org

Opened 8 months ago

Last modified 7 months ago

#5559 new defect

Images from CDN are not opening by link after clicking on them in HelpHub articles in attending to zoom them

Reported by: oglekler Owned by:
Milestone: Priority: normal
Component: HelpHub Keywords:
Cc:

Description

There is a lot of articles on HelpHub where images hard to see even on Desktop

and they look were blurry.

In order to see them properly, I propose:

  1. To make them appear by these direct links after clicks from HelpHub like a temporary solution.
  2. To add a lightbox / modal window to zoom these images right on the site itself.

Attachments (1)

2020-12-28_11-54-47.png (5.7 KB) - added by oglekler 8 months ago.
Images from CDN are not opening by link after clicking on them in HelpHub articles in attending to zoom them

Download all attachments as: .zip

Change History (3)

@oglekler
8 months ago

Images from CDN are not opening by link after clicking on them in HelpHub articles in attending to zoom them

#1 @dufresnesteven
7 months ago

Hi!

It appears like the link and the image src differ.

<a href="https://i2.wp.com/wp-helphub.com/wp-content/uploads/2016/07/760px-options-general.png">
<img src="https://i2.wp.com/wordpress.org/support/files/2018/11/760px-options-general.png" />

The anchor href should be updated. With that change, I'm not sure other updates are not needed since the built-in browser image viewer should kick in as usual. Thoughts?

#2 @dd32
7 months ago

Having wp-helphub.com in the content has been an ongoing problem..

Here's a list of all the articles which contain it:
~https://wordpress.org/support/?p=10851459 before-you-create-a-network edit~
~https://wordpress.org/support/?p=10841662 common-wordpress-errors edit~
https://wordpress.org/support/?p=10450778 creating-a-search-page edit (Invalid blocks, missing image)
~https://wordpress.org/support/?p=10849381 settings-general-screen edit~
https://wordpress.org/support/?p=10851309 settings-permalinks-screen edit (Updated image reference, still has internal glossary links to wp-helphub)
https://wordpress.org/support/?p=10848222 settings-writing-screen edit (Missing images)
https://wordpress.org/support/?p=10851401 test-driving-wordpress edit (Missing image? references wp-helphub image)
~https://wordpress.org/support/?p=10863612 twenty-fifteen edit~
https://wordpress.org/support/?p=10840288 twenty-sixteen edit (Missing images)
~https://wordpress.org/support/?p=10778661 users-your-profile-screen edit~
https://wordpress.org/support/?p=10813583 wordpress-backups edit (Updated reference, has HTML in content?)
~https://wordpress.org/support/?p=10776396 writing-posts edit~ (Internal link to wp-helphub)

Find-replace unfortunately doesn't work, as the <a> needs to be updated interactively to link to the correct content.

(edit: I fixed some of them, crossed out above, notes on the remaining few that need someone on the docs team to update)

Last edited 7 months ago by dd32 (previous) (diff)
Note: See TracTickets for help on using tickets.