Hi Marius,
thanks but this is not what I asked for. I do not want the image to resize with browser width. I want the image to always be displayed at 100%. Here is an example:
http://pza.sanbi.org/sarcophyte-sanguinea-subsp-sanguinea
Hi @fm
ok. I try to help!
You can add a class to every element here:
[image: 1513251612827-bildschirmfoto-2017-12-14-um-12.39.22-resized.png]
[image: 1513251613358-bildschirmfoto-2017-12-14-um-12.39.35-resized.png]
.no-next .flickity-prev-next-button.previous {
display: none !important;
}
Add a class to the carousel as well called for example no-click.
.no-click .flickity-prev-next-button.previous {
pointer-events: none;
}
I did not test the code but I think it should work.
Best!
Marius
HI @TKN
really sweet!
Please keep in mind, that this gets overwritten, as soon as an update gets installed.
Also a good input for the future!
Best!
Marius
Hi @fm
if you give the body a background image it will be on the lowest level of your website.
There is nothing which can be under it. So there is no need to change the opacity of the body. It will affect the whole website.
Why don't you use the default background image which you can use in the Gridder?
Otherwise I recommend you to use a custom HTML. Create a div box and use custom CSS to give that box a background:
background-box {
background-image: url(YOUR IMAGE URL);
background-size: cover;
positiont: fixed;
width: 100vw;
height: 100vh;
}
I hope I could help!
Best!
Marius
Hi @sblck
do you use the newest version of LayTheme and Wordpress?
If yes, best is if you write an email to marius@thepeople.world and include your username, password and a link to this conversation.
Many wishes!
Marius
Hi @maarschalk
there is not a default solution for this.
But you can try two things.
Position and move the menu items manually by its ID with position: absolute;.
Don't use the default menu at all and make your own little menu with custom HTML.
I hope I could help! Let me know if you need further help!
Marius
Hi @r-bsky
since the LayGridder is more vertically orientated – there is no official solution for horizontal layout.
But with custom CSS you can try it to make it happen.
Maybe you can float the Gridder rows to the left.
But I think this needs a lot of modification.
Not sure if it is worth to use Laytheme for this.
Best!
Marius
Hi @Lilli
ok. I see what you mean.
To link to a page and then directly scroll down (onepager) is not a default feature of Wordpress or LayTheme.
You need to use a trick or a workaround.
Have a look here:
http://laythemeforum.com/topic/1638/how-can-i-link-to-an-anchor-point-on-another-page/2
http://laythemeforum.com/topic/1261/scroll-to-anchor-on-another-page/3
Let me know if you get further.
All the best!
Marius