-
Hayo Gebauer
Hi!
Is it possible to enable the function "Activate on scroll element transitions" for specific pages only?
I want it only on the front page, so using "no-animation" on every other object of the complete website would be a bit tedious...
-
Hayo Gebauer
I've seen a really cool version of an index on mobile
Visit this on mobile (no effect on desktop):
https://notedesignstudio.se/index
-> you scroll through the index and a selected row scrolls as well showing a thumbnail of the selected row.
-
Hayo Gebauer
I think it would be nice to be able to offset objects by using pixels instead of %
-
-
Hayo Gebauer
I don't know if this something that can be programmed from you;
I think it would be nice if you could organized images/files with folders (in the Media section) -
-
Hayo Gebauer
I'm trying to figure out the css class for the arrow-head in the Index plugin Filter titles.
.projectindex-filter-active.lay-projectindex-filter.order-DESC svg
.projectindex-filter-active.lay-projectindex-filter.order-ASC svg
These are the ones I've found but don't seem to work. At least for me.
-
Hayo Gebauer
@arminunruh Great!!
The last point I made was: I think having ascending order makes sense in every category expect for year.
Here I think descending makes more sense (newest project on top). But currently I can't have both.
-
Hayo Gebauer
Anyone reading this: in my case using this for .intro did the trick:
{color: #f00; -webkit-filter: invert(100%); filter: invert(100%);}
since the two themes are just black/white & white/black
-