Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Autosuggest description and change title for autosuggest and instant results #3207

Merged
merged 8 commits into from
Jan 4, 2023

Conversation

burhandodhy
Copy link
Contributor

Description of the Change

This PR updates the titles for the Autosuggest and Instant Results feature if the ElasticPress is connected with ep.io. Also it removed the old checks from the autosuggest description.

image

Closes #3191

How to test the Change

Changelog Entry

Changed - Update title for Autosuggest and Instant results feature, if connected to ep.io

Credits

Props @burhandodhy @felipeelia @NV607FOX

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@burhandodhy burhandodhy added this to the 4.4.1 milestone Dec 14, 2022
Copy link
Member

@felipeelia felipeelia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@burhandodhy in addition to my comments below, there is also a visual problem we will need to address. This is how I'm seeing it in my local:

image

includes/classes/Feature.php Show resolved Hide resolved
includes/classes/Feature/Autosuggest/Autosuggest.php Outdated Show resolved Hide resolved
includes/classes/Feature.php Outdated Show resolved Hide resolved
includes/classes/Feature.php Outdated Show resolved Hide resolved
JakePT
JakePT previously approved these changes Dec 21, 2022
Copy link
Member

@felipeelia felipeelia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@burhandodhy some last changes before we merge it. Also, I don't know if it is something in my computer but the logo looks "pixelated" to me here (see below.) Even the full-size svg looks a bit pixelated to me.
image

includes/classes/Feature/Autosuggest/Autosuggest.php Outdated Show resolved Hide resolved
includes/classes/Feature/Autosuggest/Autosuggest.php Outdated Show resolved Hide resolved
includes/classes/Feature/InstantResults/InstantResults.php Outdated Show resolved Hide resolved
'</a>',
'<a href="' . esc_url( $epio_autosuggest_kb_link ) . '">',
'</a>',
'<a href="' . esc_url( admin_url( 'site-health.php?tab=debug' ) ) . '">',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@burhandodhy can you please change this link to point to the Status Report page? Thanks.

@felipeelia felipeelia merged commit da06cf6 into develop Jan 4, 2023
@felipeelia felipeelia deleted the fix/3191 branch January 4, 2023 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Autosuggest description when using ElasticPress.io
3 participants