Announcement

  •  » Themes
  •  » Theme "Bootstrap DarkGrey" - Online Stats

#1 2017-07-03 17:01:07

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Theme "Bootstrap DarkGrey" - Online Stats

Hi ya

Was just wondering if I could get the online stats to go inline underneath the main block?

I have tried to look at source and can't find out where I need to change things to do this.

I am good at HTML and CSS but script... thick as two short planks!

Thanks in advance

Kriss :)

Piwigo 2.9.1
Operating system: Linux
PHP: 5.6.30 (Show info) [2017-07-03 16:00:08]
MySQL: 5.5.5-10.1.24-MariaDB [2017-07-03 16:00:08]
Graphics Library: External ImageMagick 6.9.3-9

www.nikmania.me.uk/media

Offline

 

#2 2017-07-03 21:22:16

teekay
Member
2013-06-12
427

Re: Theme "Bootstrap DarkGrey" - Online Stats

You mean Darkroom? Could you post a screenshot of what you're seeing and describe how you would like to see it? Because currently I have no idea what you're talking about with online stats and the main block :-)

Offline

 

#3 2017-07-03 21:28:33

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Re: Theme "Bootstrap DarkGrey" - Online Stats

Yes I did sorry...

I need the online stats to go under the main gallery before the copyright...and inline rather than a block.

Kriss :)

Last edited by SciFiKriss (2017-07-03 21:31:07)

Offline

 

#4 2017-07-03 22:02:47

teekay
Member
2013-06-12
427

Re: Theme "Bootstrap DarkGrey" - Online Stats

Which plugin is that?

It creates a html div with an explicit style="float:right; ..."
Get rid of that float:right and it should look like you want it.

Last edited by teekay (2017-07-03 22:05:16)

Offline

 

#5 2017-07-03 22:04:53

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Re: Theme "Bootstrap DarkGrey" - Online Stats

That is the problem I can't find where it is... looked on every thing I can find but not there... :(

It is Who is Online plugin

Kriss :)

Last edited by SciFiKriss (2017-07-03 22:05:15)

Offline

 

#6 2017-07-03 22:05:55

teekay
Member
2013-06-12
427

Re: Theme "Bootstrap DarkGrey" - Online Stats

One way to get rid of it without looking at what the plugin does: use LocalFiles Editor -> Custom CSS

Code:

div.Online { float: none !important; }

Maybe some padding-top, too, like

Code:

div.Online {
  float: none !important;
  padding-top: 20px;
}

Last edited by teekay (2017-07-03 22:08:39)

Offline

 

#7 2017-07-03 22:13:27

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Re: Theme "Bootstrap DarkGrey" - Online Stats

Finally got it to work... thanks!

Now to get it to go inline rather than block...


Kriss :)

Last edited by SciFiKriss (2017-07-03 22:14:01)

Offline

 
  •  » Themes
  •  » Theme "Bootstrap DarkGrey" - Online Stats

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact