Spinning this off from #1167350: Action links were ignored , quoting comment #1:

Help section: Participants missed the links and focused their attention on the busy information part (bottom half) of the page, leaving them overwhelmed.

I think it would help to have a heading above the first section. As it is now, the eye catches the big bold 'Help topics' heading and scans down from there. Patch forthcoming…

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

yoroy’s picture

Status: Active » Needs review
FileSize
43.22 KB
141.77 KB
142.98 KB

Text changes:
The paragraph "Follow these steps to set up and start using your website:" is replaced with a h2 "Getting started".
The paragraph "Help is available on the following items:" below the h2 "Help topics" is removed.

Before:
screenshot help start page

After:
screenshot help start page with patch applied

yoroy’s picture

Grr, wrong patch, ignore the one above.

Status: Needs review » Needs work

The last submitted patch, 1387964-help-page.patch, failed testing.

yoroy’s picture

Status: Needs work » Active
yoroy’s picture

Status: Active » Needs review
FileSize
2.61 KB

Maybe this one…

kscheirer’s picture

#5: 1387964-help-page.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, 1387964-help-page.patch, failed testing.

themic8’s picture

Assigned: Unassigned » themic8
themic8’s picture

Assigned: themic8 » Unassigned
Status: Needs work » Needs review
FileSize
1.91 KB

Text changes:
The paragraph "Follow these steps to set up and start using your website:" is replaced with a h2 "Getting started".
The paragraph "Help is available on the following items:" below the h2 "Help topics" is removed.

Status: Needs review » Needs work
themic8’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
themic8’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
themic8’s picture

Test Fails due to this change request: The paragraph "Help is available on the following items:" below the h2 "Help topics" is removed. The test is looking for Help is available on the following items and it has been removed.

realityloop’s picture

rerolled, although the heading isn't displaying for me on local dev, test pass so it would be great to get some eyes on this.

alexanansi’s picture

My first contribution to testing :) I tested @realityloop's patch and the whole paragraph disappeared for me, instead of the header changing, see the attached images

realityloop’s picture

Status: Needs review » Needs work

That look like it needs work then

galooph’s picture

Added a missing '.'

$output = '<p>' . t('Follow these steps to set up and start using your website:') . '</p>';
becomes
$output .= '<p>' . t('Follow these steps to set up and start using your website:') . '</p>';

mohangupta’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
137.45 KB

I have tested this. See attached screenshot

realityloop’s picture

I also checked that help tests are still passing this is ready to commit

lostkangaroo’s picture

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 1146ebd and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.