Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. Paul_Moxie
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 23
    • Best 1
    • Controversial 0
    • Groups 0

    Paul_Moxie

    @Paul_Moxie

    1
    Reputation
    327
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Paul_Moxie Unfollow Follow

    Best posts made by Paul_Moxie

    • RE: Show / Hide Menu (Multiple Menus)

      Already figured it out! :)

      By using:

      body[data-type="page"][data-id="10"] nav{
      display: none !important;
      }

      posted in General Discussion
      P
      Paul_Moxie

    Latest posts made by Paul_Moxie

    • RE: Fast Image Flick - Fullscreen Slider?

      Cool, i'll try this! Thank you :))

      posted in General Discussion
      P
      Paul_Moxie
    • 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

      posted in General Discussion
      P
      Paul_Moxie
    • Collapsed Sidebar

      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

      posted in General Discussion
      P
      Paul_Moxie
    • RE: CSS Fixed Element affects other elements in the Gridder

      We figured it out! Thank you :)

      Greets, Paul

      posted in Bug Reports
      P
      Paul_Moxie
    • RE: CSS Fixed Element affects other elements in the Gridder

      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

      posted in Bug Reports
      P
      Paul_Moxie
    • RE: CSS Fixed Element affects other elements in the Gridder

      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

      posted in Bug Reports
      P
      Paul_Moxie
    • CSS Fixed Element affects other elements in the Gridder

      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

      posted in Bug Reports
      P
      Paul_Moxie
    • RE: Show / Hide Menu (Multiple Menus)

      Already figured it out! :)

      By using:

      body[data-type="page"][data-id="10"] nav{
      display: none !important;
      }

      posted in General Discussion
      P
      Paul_Moxie
    • 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

      posted in General Discussion
      P
      Paul_Moxie
    • Pages don't update anymore

      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

      posted in Bug Reports
      P
      Paul_Moxie