e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
321 stars 214 forks source link

gallery slideshow menu #4069

Open akogo1 opened 4 years ago

akogo1 commented 4 years ago

A request to add an option to change the background from dark to light in the gallery slideshow menu. Numbering also requires centering. Thanks.

gallery

tgtje commented 4 years ago

Did some testing, while you can change the 'look' in gall../css/gall.. css(see attached screenshot of what i did (red-ish background); the centering is harder as it is intended (guessing) for displaying max = 4 thumbs set at padding left (line 34) with 250 px.. With 4 thumbs in display center is around 200; with 3 it likely will be different.. Changing these IS prone to be lost when updating is done. It is not an option enhancement, just a quick solution which you could easily change as long as needed..

gallerycss

Jimmi08 commented 4 years ago

@tgtje it should be overridden in theme css (not tested, but I don't see ! important there, so it should be possible)

@Moc This should be closed, it's not related to the core.

Moc commented 4 years ago

@akogo1 This is very theme specific. Did you already contact the theme author to see what's possible. As Jimmi pointed out, this should be customizable through the theme CSS.

Unless, there's changes in core needed, I'm going to close this issue.

Jimmi08 commented 4 years ago

@Moc It is my theme, nobody asked for this enhancement. Just for your information.

Jimmi08 commented 3 years ago

@akogo1 I apologize, this couldn't be changed in the theme itself. But truth is that if you had asked me for this as theme author, I would find this sooner.

CaMer0n commented 3 years ago

@akogo1 @Jimmi08 I'm reopening this issue, since the slideshow isn't properly using bootstrap yet.