Cool, i'll try this! Thank you :))
Paul_Moxie
Posts
-
Fast Image Flick - Fullscreen Slider? -
Fast Image Flick - Fullscreen Slider?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 -
Collapsed SidebarHi @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
-
CSS Fixed Element affects other elements in the GridderWe figured it out! Thank you :)
Greets, Paul
-
CSS Fixed Element affects other elements in the GridderHey @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
-
CSS Fixed Element affects other elements in the GridderHey @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
-
CSS Fixed Element affects other elements in the GridderHi @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
-
Show / Hide Menu (Multiple Menus)Already figured it out! :)
By using:
body[data-type="page"][data-id="10"] nav{
display: none !important;
} -
Show / Hide Menu (Multiple Menus)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
-
Pages don't update anymoreHi @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
-
Horizontal lines w different strokes on one pageHi @mariusjopen,
Many thanks for your quick reply!So i tried this css bit now:
.line{
stroke-width: 1px
}But it won't work... du you have any solutions for me?
Best, Paul
-
Horizontal lines w different strokes on one pageHowdy!
Is there any chance to customise horizontal line strokes using css?
So that you have different strokes for every line on one page..This is my page rn:
Greets, Paul
-
Facebook Pixel -
Sitle Title BarHello folks,
is there a way to add a bar behind the site title similar to the menu bar?
At the moment, my site looks like this:
Now i would like the sitle title (THEATER UND TECHNIK) at the top to be displayed white on black, like the 2nd menu at the bottom.
Any solution via CSS?
Greets, Paul
-
Facebook PixelHi @Armin-Unruh and @mariusjopen,
I just tried to install a Facebook Pixel on my site. I pasted the code for the Pixel in the head-section in custom css and html.
Unfortunately, the Pixe doesn't recieve the traffic i send.Is there any other solution?
Greets, Paul
-
Anchor Scrolling MenuHi everyone!
I would like to create a onepager that has a menu that works with smooth scrolling and anchorpoints, as described in the post above.
Is that in any way possible?Also, the site i'm thinking of works with simple parallax. Would that still be possible with the anchor point scrolling?
Greets, Paul
-
Position of rotated textboxHi @mariusjopen,
sorry for the late reply and thanks again for your help.
It's supposed to look something like this:Do you have any more ideas how to make that happen?
Cheers, Paul -
Position of rotated textbox@mariusjopen Thanks for your reply. Unfortunately it didn't work :-(
What i forgot to tell you is that I also added CSS to fix the textbox on the page. so the whole code looks like this:.forschungsfeld {
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
z-index: 5;
margin: -5vw;
width: 600px;
height: 200px;
}
.fixed{
position: fixed;
top: 180px;
right: 0;
z-index: 0;
}I already tried adding the width/height part to the other CSS as well but it didn't work either.
Do you have any other ideas how to fix it?Greets and thanks a lt for your help, Paul
-
Position of rotated textbox@mariusjopen Yeah right, i rotated it by using CSS and then giving a class to the textbox.
How is possible to give a certain width and height? Do i also need custom CSS for this? Cheers, Paul -
Position of rotated textbox@mariusjopen said in Position of rotated textbox:
margin: -1vw;
Hey Marius! First of all thanks for your reply! Unfortunately the code didn't work.. I think the problem might be that 'margin: -1vw' and every other code that refers to the position of the textbox only affects the position inside the row. but if I place the textbox in the right row, the columns break as if there was not enough space for the text to go on. Do you know what i mean?
Greets, Paul