You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Wordpress user, it's hard to set data-instant in the a tag without changing code.
if the Wordpress plugin could let user set customized classnames, It makes easier for Wordpress user.
In my use case, I just want to add the data-instant flag on links in WooCommerce's product link
and the links on navigation bar, but exclude the MyAccount and the Cart pages since there are dynamic page.
The text was updated successfully, but these errors were encountered:
For Wordpress user, it's hard to set data-instant in the a tag without changing code.
if the Wordpress plugin could let user set customized classnames, It makes easier for Wordpress user.
e.g.:
<a href="somewhere" class="data-instant">Link</a>
<a href="somewhere" class="my-custom-instant-class">Link</a>
In my use case, I just want to add the data-instant flag on links in WooCommerce's product link
and the links on navigation bar, but exclude the MyAccount and the Cart pages since there are dynamic page.
The text was updated successfully, but these errors were encountered: