Already figured it out! :)
By using:
body[data-type="page"][data-id="10"] nav{
display: none !important;
}
Already figured it out! :)
By using:
body[data-type="page"][data-id="10"] nav{
display: none !important;
}
Cool, i'll try this! Thank you :))
Hi there,
I wanna create an intro for my website that flicks trough some of my works quickly. Something like this: https://bei-deniz.com/
Any ideas on how to do this? I thought it would be possible with fullscreen slider maybe but i cant get autoplay to work right.
Cheers
Paul
Hi @mariusjopen and @arminunruh !
yesterday i did a collapsed sidebar menu for a page i'm working on right now:
http://morgenmachen.org/startseite-3
The only problem i have is, that the content of the page won't move with the sidebar, like it does in this example:
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_collapse_sidebar
The CSS they use in the example is:
}
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 20px;
}
Is it possible to achieve the effect by changing #main to whatever is used in laytheme? Do i have to put in the page ID? Or is this not possible with laytheme due to the way it uses Java Script?
It would be great if you could give me a little hint :-)
Cheers, Paul
We figured it out! Thank you :)
Greets, Paul
Hey @mariusjopen
I want the dots on the left to be fixed, as if they belonged to the menu.
Like on this page (where it also affects the text):
http://www.krone-ci.com/corporate-fashion
In comparison to this one (where the text is right but the dots move with it):
http://www.krone-ci.com/textilhandels-consulting
Thanks for your help :)
Paul
Hey @mariusjopen,
thank you so much for you quick reply!
Unfortunately the CSS you gave me doesn't seem to work.
The class still remains 'fixed' right?
Do you have any other ideas how to do the trick and isolate via CSS?
Allthebest, Paul
Hi @arminunruh and @mariusjopen!
http://www.krone-ci.com/corporate-fashion
I just tried to give an element a fixed position on the page above (the five dots on the right) by using CSS like this:
.fixed {
position: fixed;
}
It works well for the Element i wanted to fix, but it also affects the other element in the same row (text block).
Do you have any idea why this happens?
Best, Paul
Already figured it out! :)
By using:
body[data-type="page"][data-id="10"] nav{
display: none !important;
}
Re: Show/hide menu
Hi @arminunruh!
Is there a way to hide the 2nd 3rd and 4th menu using css?
Like you did in the post above with the primary menu using nav.primary.
Greets, Paul
Hi @mariusjopen and @arminunruh,
I have an emergency on my page www.theaterundtechnik.de!
When i make changes on my sides in the backend and save them, the changes are not displayed/are not translated to frontend. If I create a new page it is displayed, but further changes will not translatre to frontend either.
Do you have any solution? It accoured after i entered the license key and updated to the latest version of laytheme.
Please help!
All the best, Paul