Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

R

ruwie

@ruwie
About
Posts
15
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • page overlay changes order of carousel
    R ruwie

    Great! thank you! :-)

    Bug Reports

  • page overlay changes order of carousel
    R ruwie

    I'm really sorry. I can't let go of this topic. I have now updated another site of mine where everything was going great before! The same problem is now occurring there too! As soon as I click on a page overlay it destroys the slideshow that is loaded on the page I clicked from.

    Bug Reports

  • page overlay changes order of carousel
    R ruwie

    UPDATE: I have just checked again: When I click on the page overlay, the order of the images does not change but the images are skipped in the carousel. If I click the page overlay once, close it again, the slideshow jumps from image 1 directly to image 3, then to image 5... If I repeat the page overlay, the images jump from image 1 to image 4 to image 6 and so on. The more I repeat this, the fewer images are displayed... Image 1 on image 10 on image 20 etc.

    Bug Reports

  • page overlay changes order of carousel
    R ruwie

    hello,
    I have a problem with the page overlay. When I open the overlay via menu, the carousels on the page below suddenly change to the start image by adding the class “is-selected” to it and all the images in it change their order. My carousel is set to fade, when the slideshow is set to slide everything works fine. Is this a bug? I have already tried everything by turning off all plugins, custom codes and css styles. The problem still exists. I hope you can help :-)

    Bug Reports

  • Update Problem: Only show the first rows of the thumbnail grid
    R ruwie

    @Richard
    Here is the Link:
    https://bit.ly/3y5Kwjs

    Best

    Bug Reports

  • Update Problem: Only show the first rows of the thumbnail grid
    R ruwie

    have a problem after the last update:

    I use the thumbnail grid to show news articles. So that not all news articles are displayed, I have limited the number by CSS and always show the first 2 rows.

    This has always worked so far. Only now the .thumbnail-wrap simply move out of the parent-class and are displayed below each other. I don't understand it exactly because all suddenly all .thumbnailgrid-row after the first 2 disappear.

    Example of what it looks like without CSS:

    <div class="thumbnail-collection">
      <div class="thumbnailgrid-row top-aligned">
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
      </div>
      <div class="thumbnailgrid-row top-aligned">
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
      </div>
      <div class="thumbnailgrid-row top-aligned">
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
         <div class="thumbnail-wrap" style="..."></div>
      </div>
    ...
    </div>
    

    so everything looks right, now I want to show only the first two rows and enter the css (worked before):

    div.thumbnailgrid-row:nth-child(n+3) {
        display:none;
    }
    

    then the code breaks and it looks like this:

    <div class="thumbnail-collection">
      <div class="thumbnailgrid-row top-aligned">
        <div class="thumbnail-wrap" style="..."></div>
        <div class="thumbnail-wrap" style="..."></div>
        <div class="thumbnail-wrap" style="..."></div>
        <div class="thumbnail-wrap" style="..."></div>
      </div>
      <div class="thumbnailgrid-row top-aligned">
        <div class="thumbnail-wrap" style="..."></div>
        <div class="thumbnail-wrap" style="..."></div>
        <div class="thumbnail-wrap" style="..."></div>
        <div class="thumbnail-wrap" style="..."></div>
      </div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
      <div class="thumbnail-wrap" style="..."></div>
    ...
    </div>
    

    so after the first 2 rows, all thumbnail-wraps are displayed one below the other. don't really understand this if i'm honest....

    is there a solution?

    Best R

    Bug Reports

  • Blurry links
    R ruwie

    hey!

    i would like to use the blur effect as you can see in the project thumbnails (images) but i don´t want to use it on images, i want to use it on all text-links of the website, including title, nav, project thumbnails and text.

    do you think it´s possible?

    i tried to give the "a:hover" class the blur effect but also the linked images get blurred now ;-) ... is there another way to make only the links blurry?

    cheers r

    General Discussion

  • No transition fullscreen slider
    R ruwie

    hey marius!

    thanks for you answer!

    can you please give an example how to do it?
    i have some knowledge about jQuery and css but a simple hint how to use it or better what exactly i have to do would be great!

    i think this could be also interesting for others...

    thanks in advance

    Addons

  • No transition fullscreen slider
    R ruwie

    hey!

    i have the same question... i have the fullscreen slider with fading effect and want to use autoplay like the carousel...

    is there any possibility to use the fullscreen slider addon with autoplay function?

    thanks for your reply! :-)

    Addons

  • Text position: fixed in Gridder
    R ruwie

    hey marius,

    yes i now how to put something in the header. but the problem i see is that every page gets his own navigation. i mean on one site you have the navigation "back video info" and on the next page you have "back video gallery making of info" and so on... do you think it´s possible to do it in the header? if yes, how?

    thanks for your fast reply!
    r

    Bug Reports

  • Text position: fixed in Gridder
    R ruwie

    hey marius,
    of course i can
    http://bit.ly/2sX5pLa

    what i want is that the text element in the bottom (navigation) and the title on top stay like the fixed position of the "next project" button. but the problem is that i can not put it on the footer etc. i want to manage the menu points individually for every project.

    hope you can help me with it :-)

    g ruven

    Bug Reports

  • Text position: fixed in Gridder
    R ruwie

    hi!
    i have a little question. i would like to insert a sub navigation on the project sites (each individually) where you can scroll through the page, wich is in fullscreen slider mode.

    it´s a text element where the links are in and i would like to fix this element like the standard menu on bottom of the page. i tried it with custom css

    .fixed {
    position: fixed;
    top: 100px;
    left: 200px;
    z-index: 10;
    }

    .fixed a {position: fixed;}

    and added the class to the text element on the project gridder site. but nothing changed, the text is still scrolling and not fixed.

    What did I do wrong?

    best r

    Bug Reports

  • multiple categories
    R ruwie

    hi marius and armin, are there any news with the filter function? it would be great to have more than one category to eject. the sample from meiré meiré is great! i would like to use the "thumbnail grid" and want to show on the frontpage a selection of projects. it would be great if you can help! and by the way i don´t use the "next project" button, i only want a new category where i can put in selected works.
    cheers r

    Bug Reports multiple category radio button select project

  • After updating lay-theme on wordpress, the website isn't working anymore
    R ruwie

    Help me please!
    all is away backend + frontend!!!!

    Bug Reports

  • Fullsize Slider Fade Option
    R ruwie

    hey armin,

    is it possible to get a fade option for the fullsize slider? maybe the same as the carousel? i tried to use this but there isn´t a function to use the carousel as a fullsize background. it would be very famos if you could help me.

    cheers!

    Addons
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search