CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

start / stop buttons disappeared! #503

Closed webguy262 closed 11 years ago

webguy262 commented 11 years ago

just noticed the start / stop buttons are no longer appearing on a site i'm building.

they were there and working perfectly, but gone now.

here's the site...

http://www.theinnatbowmanshill.com/newsite/

can anyone see what i'm missing?

CodeWaggle commented 11 years ago

I looked at it with Firebug.

When I disabled the "display: none" style on the tooltip class the start/stop control appeared

http://www.theinnatbowmanshill.com/newsite/css/ibh.css (195)

.tooltip {
    display: none;
    font-size: 12px;
}

It looks like the anchor tag containing the start/stop span might be the only place with the .tooltip class assigned.

<a class="start-stop tooltip playing" href="#" title="Stop">
    <span>Stop</span>
</a>

Be Well,

Joe

From: webguy262 [mailto:notifications@github.com] Sent: Wednesday, March 13, 2013 10:31 AM To: CSS-Tricks/AnythingSlider Subject: [AnythingSlider] start / stop buttons disappeared! (#503)

just noticed the start / stop buttons are no longer appearing on a site i'm building.

they were there and working perfectly, but gone now.

here's the site...

http://www.theinnatbowmanshill.com/newsite/

can anyone see what i'm missing?

— Reply to this email directly or view it on GitHub https://github.com/CSS-Tricks/AnythingSlider/issues/503 . https://github.com/notifications/beacon/Mz5Hbsn3bOTOC3xHrTRVuz8KYBi8sEmlH132F2wfXL9xHk9n9fkkxJfK2oem6aDl.gif

webguy262 commented 11 years ago

Joe

Thanks! You're right, looks like AS applies a tooltip class to the start/stop.

That was not a problem until I added an ACTUAL tooltip to the site!

At that point, the tooltip popup code introduced display:none and the start/stop disappeared.

Thanks again!

CodeWaggle commented 11 years ago

Can you close this issue or does one of the project members need to do it?

webguy262 commented 11 years ago

sorry... forgot to close