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
When enabling add_theme_support( 'foundation-interchange' ); - any images using interchange would not show unless forcing a reflow via console.
add_theme_support( 'foundation-interchange' );
When removing the topbar init options from https://github.com/sennza/Flair/blob/master/assets/js/app.js#L4-L6 everything works as expected.
The text was updated successfully, but these errors were encountered:
66ddf26
Merge pull request #118 from sennza/fix-foundation-init
5f25e8e
Fix #117. Correct syntax for configuring foundation topbar
No branches or pull requests
When enabling
add_theme_support( 'foundation-interchange' );
- any images using interchange would not show unless forcing a reflow via console.When removing the topbar init options from https://github.com/sennza/Flair/blob/master/assets/js/app.js#L4-L6 everything works as expected.
The text was updated successfully, but these errors were encountered: