Currently, I am incorporating FlexSlider 2 into a WordPress website.
I am facing an issue where the back and forth navigation buttons are not functioning properly. The back navigation button appears as just an orange box, and the forward navigation button looks strange.
You can view the problem by following this link:
The CSS code for the slider can be found here:
This is the script located in the header.php file:
<script type="text/javascript" charset="utf-8">
$(window).load(function() {
$('.flexslider').flexslider({
// Primary Controls
directionNav: true,
animation: "slide",
controlsContainer: ".flex-nav-container",
});
});
</script>
I am seeking assistance on how to rectify the appearance of the navigation buttons.