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
In the 2 Columns Layout: static (px) section, it seems that the handle div markup has been changed to a button ( not sure in which version )
Old markup : <div title="Click to toggle" class="handlediv"><br></div>
<div title="Click to toggle" class="handlediv"><br></div>
New markup :
<button type="button" class="handlediv" aria-expanded="true" > <span class="screen-reader-text">Toggle panel</span> <span class="toggle-indicator" aria-hidden="true"></span> </button>
the current version of the plugin does not display the toggle button .
The text was updated successfully, but these errors were encountered:
Thanks for the hint. Maybe you will send a PR?
Sorry, something went wrong.
0716c6c
No branches or pull requests
In the 2 Columns Layout: static (px) section, it seems that the handle div markup has been changed to a button ( not sure in which version )
Old markup :
<div title="Click to toggle" class="handlediv"><br></div>
New markup :
the current version of the plugin does not display the toggle button .
The text was updated successfully, but these errors were encountered: