We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Mageworx, This is a useful extension. Is there a way to add a loading gif while the search loads the product window? Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
Unfortunately, currently there is no such feature. We will this to the next major update. Thank you for this feature request.
Let us know if you have any questions.
Sorry, something went wrong.
I achieved this by switching the search icon to a loading wheel when .loading class is applied to "form minisearch".
Less .block-search { padding: 12px 15px 11px 15px; width: 300px; .loading { .action.search:before { font-size: 26px; line-height: 26px; margin-right: 4px; content: '\f1ce'; font-family: 'FontAwesome'; animation: rotation 1s infinite linear; } } }
.block-search { padding: 12px 15px 11px 15px; width: 300px; .loading { .action.search:before { font-size: 26px; line-height: 26px; margin-right: 4px; content: '\f1ce'; font-family: 'FontAwesome'; animation: rotation 1s infinite linear; } } }
No branches or pull requests
Hi Mageworx,
This is a useful extension.
Is there a way to add a loading gif while the search loads the product window?
Thank you.
The text was updated successfully, but these errors were encountered: