PEOPLE ACTIVE Showcase view bug....
Pls notice that in the active people showcase view it has arrows on either end to scroll around. Unfortunately the arrows cover the people at either end of the showcase bar and you cannot click on them. Could we please move the arrows outside the bar gui? This is on the latest A3 build....
-
-
·
LeonidS
- ·
Hello @sfraden !
It is the feature of the Flickity https://flickity.metafizzy.co/
-
·
LeonidS
-
- · thomlin
-
·
In reply to LeonidS
- ·
But that issue has been solved long time ago. https://unacms.com/d/flickity-caroussel-missing-margin
-
- · sfraden
-
·
In reply to LeonidS
- ·
@LeonidS , The bug is a feature? How do I use that to correct it?
-
- · sfraden
-
·
In reply to thomlin
T
- ·
@thomlin, Looked up that article, and while it did solve the issue, the OP neglected to post WHAT he changed in the CSS to fix it, making his post rather useless to us that know nothing about how to modify CSS code...
-
- · thomlin
-
·
In reply to sfraden
S
- ·
Sorry, the comment was in reply to Leonid's comment. Here's the screenshot of the startpage on my liveserver running version 13.0.0 with the linked style fix working in the carousel. I don't know why it returns back in version 14.0.0-A3.
-
- · sfraden
-
·
In reply to thomlin
T
- ·
Ok, I'll quickly admit I'm not really good at understanding how CSS works, but I can duplicate changes if I know what to make. I went back over the post, @LeonidS post, and the flik link he gave, but I still have no idea what to change, or where to change it. Not everyone who runs UNA has a degree in website production, and I am one of them. Could you pls post your CSS code change and where to actually change it at?
-
- · thomlin
-
·
In reply to sfraden
S
- ·
Just checked it on my testserver running latest Alpha version. The fix is still working, see screenshot. So, anyway, Leonid should have a look at your config. I can provide you with the necessary css as a quick fix later, when I'm on my computer at home.
-
- · sfraden
-
·
In reply to thomlin
T
- ·
Thanks, I appreciate it.
-
- · thomlin
-
·
In reply to sfraden
S
- ·
I assume that you are using Artificer template. So, try this: In Studio klick on Artificer Module, then klick on "Styles". In section "Custom Styles" copy this:
.bx-base-unit-showcase-wrapper { padding-left: 55px; padding-right: 55px; }
Note, that's just a quick and dirty fix. Maybe you have to adjust the padding px a bit. Since I use the Protean template, the dev's fix for that issue I reported is still working.
-
- · sfraden
-
·
In reply to thomlin
T
- ·
PERFECT! Yes, that worked! thank you for providing the solution & the how to.....
-
- · thomlin
-
·
In reply to sfraden
S
- ·
No problem. The devs will certainly provide a better and durable solution for fixing layout issues in Artificer https://github.com/unacms/una/issues/4698