2

This occurs when it renders the bullets -

This is the HTML it is inserting the class="tp-bullet-image" with a style="background-image: url("undefined")

I searched through the .js files and the .css files and can't find the style or where it is coming from.

Seems to keep the slider from auto sliding - I can't find where this style is coming from.

Thanks, Geoff

1 Answers1

1

To elaborate on Geoff's response to his own question, the tmp key must be added to the bullets associative array:

 navigation: {
   bullets: {
     enable: true,
     style: 'custom',
     tmp: '',
     ...
   }
 },

See the Slider Revolution Documentation > Navigation Syntax > Bullets. Note: The style key can be set as desired (not necessarily custom).

milkfarm
  • 308
  • 2
  • 7