Constantly changing though, can't stop
s/o Armin
e: the portfolio site changes every other month... so comments are not up to date
Here's mine
Constantly changing though, can't stop
s/o Armin
e: the portfolio site changes every other month... so comments are not up to date
nice! yeah the blue footer is new on the frontpage and the scrollbars are blue and u changed the logo i think. nice nice.
Maybe it would be useful to have a footer for each project and have a next project link there?
http://laytheme.com/how-to-use.html#footers
http://laytheme.com/how-to-use.html#next-project-button
How did you create the scrollbar? It looks really good : )
@xnastasia
::-webkit-scrollbar
{
width: 6px; /* for vertical scrollbars /
height: 6px; / for horizontal scrollbars */
}
::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 255, 1);
}
@Hayo-Gebauer said:
::-webkit-scrollbar
{
width: 6px; /* for vertical scrollbars /
height: 6px; / for horizontal scrollbars */
}::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0);
}::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 255, 1);
}
Thanks for sharing! I´ve tried on my website and it looks dope!
@hayo-gebauer said in Here's mine:
background: rgba(0, 0, 0, 0);
I tried this code and it works great! Only thing is the background is showing up as white (instead of transparent). I use a lot of full screen images and want the scrollbar to overlay instead of cutting the image off. Any advice? Thank you!
Beautiful site @Hayo-Gebauer 💯
I second Armin’s advice with the project links.
New updated website (desktop & mobile)
Hallo Hayo,
your website is very nice!
I would like to ask you one question.
After viewing a project, I would like to come back to the homepage previous scrolled position when I press my browser back button (history.back()).
You managed to do this on your website.
Would it be possible telling me how you did this?
That would be very kind of you!
Thanks
Walker
huh, I actually didn’t put any code into that I believe. I’ll have a look into that and will let you know
@walker I have no custom code, suggesting the saved scrolled position...
@Walker I think this is standard behaviour since LayTheme is functioning as a single page application.
As long as the site knows the site you were coming from it’s jumping back to the same scroll position. That should work w/ all the shortcode links like next project, previous project, etc.
But I don’t really know the details on when and how this works… perhaps @mariusjopen could provide some in depth knowledge on that topic.
Thats a great new feature! That's what I've been waiting for. Thanks
Good idea! We will write that down!