Editing Slider in WordPress?

I don’t know if it’s the only way, editing the JavaScript might be a way.

I’m just guessing that it is the PHP code that is gathering the images to be used and creating the HTML that the JavaScript will work with.
And that excluding an image could be dealt with there.

Is there a different slider that is the problem?
When I go to the site you linked to in post # 12 I see a slider.

Why don’t you add or delete images from this list in slide-block.php?

<div class="slider-item" style="position: absolute; top: 0px; left: 0px; display: block; z-index: 5; opacity: 0.463381; width: 960px; height: 301px;"><a href="#"><img src="http://midbergen-regionalhealth.org/wp-content/themes/whiteinc/images/food-inspections.jpg" alt="icon" width="960" height="301" border="0"></a></div>
    <div class="slider-item" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 4; opacity: 0; width: 960px; height: 301px;"><a href="#"><img src="http://midbergen-regionalhealth.org/wp-content/themes/whiteinc/images/childhood-clinics.jpg" alt="icon" width="960" height="301" border="0"></a></div>
    <div class="slider-item" style="position: absolute; top: 0px; left: 0px; display: none; z-index: 4; opacity: 0; width: 960px; height: 301px;"><a href="#"><img src="http://midbergen-regionalhealth.org/wp-content/themes/whiteinc/images/senior-flu-clinics.jpg" alt="icon" width="960" height="301" border="0"></a></div>
	<div class="slider-item" style="position: absolute; top: 0px; left: 0px; display: block; z-index: 4; opacity: 0.536619; width: 960px; height: 301px;"><a href="#"><img src="http://midbergen-regionalhealth.org/wp-content/themes/whiteinc/images/vaccinations.jpg" alt="icon" width="960" height="301" border="0"></a></div>
  </div>
  <!-- end #slideshow -->

1 Like

I think you should buy a theme supporting slide. or you need to take help from the designing companies.

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.