[Plugin: Sponsors Carousel] Missing Nav Buttons: Markup Differences between Theme and Page
-
Hi – hope you can help. I am trying to use the Sponsors Carousel plugin on my index page using
<?php echo sponsors_carousel(); ?>
, but the next/previous buttons are missing from the markup. When I put the carousel on a site page using[sponsors_carousel]
there are no issues.This is the markup that is not showing up on the home page before the carousel:
<div class=" jcarousel-skin-tango"> <div class="jcarousel-container jcarousel-container-horizontal" style="position: relative; display: block;"> <div class="jcarousel-clip jcarousel-clip-horizontal" style="position: relative;">
And after the carousel:
</div> <div class="jcarousel-prev jcarousel-prev-horizontal" style="display: block;" disabled="false"></div> <div class="jcarousel-next jcarousel-next-horizontal" style="display: block;" disabled="false"></div>
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Sponsors Carousel] Missing Nav Buttons: Markup Differences between Theme and Page’ is closed to new replies.