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 | 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
- https://wordpress.org/support/article/settings-general-screen/
- https://wordpress.org/support/article/using-themes/
- …
and they look were blurry.
In order to see them properly, I propose:
- To make them appear by these direct links after clicks from HelpHub like a temporary solution.
- To add a lightbox / modal window to zoom these images right on the site itself.
Attachments (1)
Change History (6)
#1
@
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
@
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)
#3
@
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
@
2 years ago
@estelaris Do you think we can close this issue and move the conversations to the GitHub issue?
#5
@
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
Images from CDN are not opening by link after clicking on them in HelpHub articles in attending to zoom them