Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Conflict with WooCommerce #8

Open
dreamwhisper opened this issue Mar 11, 2019 · 0 comments
Open

Conflict with WooCommerce #8

dreamwhisper opened this issue Mar 11, 2019 · 0 comments

Comments

@dreamwhisper
Copy link
Contributor

dreamwhisper commented Mar 11, 2019

I noticed missing arrows when doing some review.

If WooCommerce is installed, it appears that the markup changes for the flex-direction-nav.

<ul class="flex-direction-nav">
<li><a class="prev" href="#">Previous</a></li>
<li><a class="next" href="#">Next</a></li>
</ul>

With Woo active the markup becomes:

<ul class="flex-direction-nav">
<li class="flex-nav-prev"><a class="flex-prev" href="#">Previous</a></li>
<li class="flex-nav-next"><a class="flex-next" href="#">Next</a></li>
</ul>

This causes the previous arrow to not show and the next link to show an arrow in the previous position.

Appears to be flexslider version related.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant