Download & Extend

How do I hide the circle when system is not checking stocks?

Project:Ubercart Out of stock Notification
Version:6.x-1.3
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Is it possible to hide the circle (the precursor to the animated gif) if the system if not checking for stocks? As shown in the attached image, the circle appears above the "Add to cart" button even if the system is not check for stocks.

AttachmentSize
Moisturizing Massage Oil - Nature Easy_1247674236838.png794 bytes

Comments

#1

Status:active» fixed

Yes. All of that is done doing CSS. If you include custom CSS class in your theme's css to hide the 'throbber' when it's not checking, that would work. Just see on the module's CSS for guidance.

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

#3

Hello,

Could you explain how to do this? I looked in the module's CSS and found the elements but I don't know how to hide the throbber when it's not throbbing.

I am new to CSS and not sure how I would code this in my theme's CSS. This is important because the throbber pushes down the Cart button on my theme making it look messy.

Thanks so much!

#4

Status:closed (fixed)» fixed

Paste this into uc_out_of_stock.css file:

display: none;

This simple command hide annoying circle near ADD TO... button :)

#5

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.