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

Loading Gif #16

Open
drinkingsouls opened this issue Nov 30, 2020 · 2 comments
Open

Loading Gif #16

drinkingsouls opened this issue Nov 30, 2020 · 2 comments

Comments

@drinkingsouls
Copy link

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.

@vitaliddd
Copy link
Member

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.

@drinkingsouls
Copy link
Author

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; } } }

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

No branches or pull requests

2 participants