| User | Post |
|
2:20 pm June 22, 2008
| Ludwig
Guest
| | | |
|
| |
|
|
Hi,
can i deactivate the throbber effect? I want to display the comments just in time without waiting.
|
|
|
9:51 am June 23, 2008
| S Martin
Guest
| | | |
|
| |
|
|
open the plugin folder, go to the /js folder, open core.css, find the .bigthrobber rule, set height and width to zero. thats how i did it anyway.
|
|
|
1:23 pm June 23, 2008
| Aaron
Admin
| | | |
|
| posts 245 |
|
|
While you can hide the throbber effect, it doesn’t make them appear any faster. The throbber just shows that something is happening. Specifically, AWP is sending a request to the server to get the comments and load them.
|
|
|
2:44 pm June 23, 2008
| Ludwig
Guest
| | | |
|
| |
|
|
Hi Martin,
thank you for the tip.
Hi Aaron,
can i make the request faster?
|
|
|
7:57 pm June 23, 2008
| S Martin
Guest
| | | |
|
| |
|
|
what Aaron said. removing it just confuses the end user. but you can resize it using that css rule.
|
|
|
8:56 am June 29, 2008
| Gina
Guest
| | | |
|
| |
|
|
Hi Martin,
I am actually trying to resize the throbber, but I looked in the core.css file and there is no .bigthrobber rule?
I don’t want to deactivate it, just resize but I can’t find where the size attribute is located.
|
|
|
9:02 am July 1, 2008
| Aaron
Admin
| | | |
|
| posts 245 |
|
|
Hi Gina,
Make sure you are checking core.css and not core.css.php.
the code you are looking for is near the bottom and looks like:
.bigthrobber{ right:30%; position:absolute; z-index:100; height:50px; width:50px;}
|
|