Making WordPress.org

Opened 4 years ago

Closed 2 years ago

#5559 closed defect (bug) (reported-upstream)

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

Reported by: oglekler's profile oglekler Owned by:
Milestone: Priority: normal
Component: HelpHub (wordpress.org/documentation) 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 4 years 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 (6)

@oglekler
4 years ago

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

#1 @dufresnesteven
4 years 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
4 years 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 4 years ago by dd32 (previous) (diff)

#3 @estelaris
2 years ago

Added to docs issue tracker in GH so we can work. on it

https://github.com/WordPress/Documentation-Issue-Tracker/issues/371

#4 @dufresnesteven
2 years ago

@estelaris Do you think we can close this issue and move the conversations to the GitHub issue?

#5 @estelaris
2 years ago

  • Resolution set to reported-upstream
  • Status changed from new to closed

Closing this ticket. Please follow discussion in GH documentation issue tracker https://github.com/WordPress/Documentation-Issue-Tracker/issues/371

Note: See TracTickets for help on using tickets.