Skip to content

Addons

Got a question about an Addon?
862 Topics 4.0k Posts
  • Make slideshow stop at different section on a page

    2
    0 Votes
    2 Posts
    398 Views
    arminunruhA
    Hey stypaldos! I'm not really sure what you mean. With galleries do you mean slideshows/carousels with the carousel addon? http://laytheme.com/carousel.html Or do you mean that you have sections of images where you want the lightbox to only work for a certain section. Do you have a link? It's not exactly what you want I think but maybe that could be a solution to use this setting: In "Lay Options" -> "Lightbox Addon" -> "Only Zoom" This way you can't slide to next/prev images at all but you can only enlarge an image and close it again.
  • Fullscreen Slider / "Scroll to Bottom" button

    6
    0 Votes
    6 Posts
    1k Views
    GonzaloG
    @arminunruh Thank you!!
  • Background only on row-inner

    4
    0 Votes
    4 Posts
    1k Views
    arminunruhA
    Hey! I think here it would be good to use the menu bar to have a white bar underneath your menu. Please go to "Customize" -> "Menu Style" -> "Menu Bar" Uncheck "hide" and configure your menu bar as you like. Then, instead of setting .row-inner to a color with your own css, please use the "set background" feature by right clicking on a row. Does that solve the problem? I hope I understood the problem in the right way :) If you don't want to do it this way, please use css in a different way: .row:nth-child(0) .row-inner{ background-color: red; } Now instead of 0 you can put a different number into :nth-child(0) which selects a different row. If you combine this with the page selectors you can target certain pages. For example body[data-type="project"][data-id="10"] .row:nth-child(0) .row-inner{ color: red; } actually with a new version of lay theme you can write: body.type-project.id-10 .row:nth-child(0) .row-inner{ color: red; } which is a bit shorter
  • Carousel add on: different styles for elements in Carousel

    3
    0 Votes
    3 Posts
    762 Views
    wardhW
    Cheers!!
  • Magnetic slides 100% viewport height?

    13
    0 Votes
    13 Posts
    2k Views
    arminunruhA
    hey MAN I just did an update for the fullscreen slider and now that should work too :D
  • caroussel add on: possibility to click to next project

    2
    0 Votes
    2 Posts
    369 Views
    arminunruhA
    hey Loes! You do need a button to go to the next slide because if you click just on the slide you would go to the clicked-on-project. Or you could make the carousel use autoplay then you wouldn't need a button.
  • Fullsize Slider Fade Option

    2
    0 Votes
    2 Posts
    419 Views
    arminunruhA
    Hey ruwie! Right now it's not possible. It's on my todo list to have an option for carousels to work fullscreen too
  • 0 Votes
    2 Posts
    727 Views
    arminunruhA
    Hey Jacopo, thanks for pointing this out. Yes this is something I haven't thought of and I should improve it one day. At the moment the project thumbnails inside a carousel don't update automatically when you change a project's title or its thumbnail. :/ At the moment the workaround for this is to edit your carousel and remove the project thumbnails that are inside. So for example when editing my carousel, here I would click on "x" for all of them to remove them: [image: upload-457d288d-fd24-4e75-b266-f8b65b50f507.png] Then you would need to click on "+Add Projects" in the "Edit Carousel" modal and re-add all the projects.
  • This topic is deleted!

    Locked
    0
    0 Votes
    0 Posts
    10 Views
    No one has replied
  • lightbox

    lightbox
    2
    0 Votes
    2 Posts
    563 Views
    arminunruhA
    hey paul! Yeah, currently this doesn't work with the lightbox addon. I think this is a good feature and i will work on that soon.
  • No pictures on my website

    5
    0 Votes
    5 Posts
    763 Views
    arminunruhA
    Hey you need the latest lay theme version for that to work. I sent it to both of you via email.
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • lightbox caption

    4
    0 Votes
    4 Posts
    662 Views
    arminunruhA
    hey, cool works again now, we wrote about it on facebook ^^
  • Can't Edit Lightbox Captions

    captions caption lightbox
    4
    0 Votes
    4 Posts
    845 Views
    arminunruhA
    Hey! Please update your lightbox addon and lay theme. Then it should work! cu
  • Fullscreen slider, How to have sharp image with retina

    4
    0 Votes
    4 Posts
    728 Views
    arminunruhA
    Hey Nathalie, I think its hard to make a text sharp that is in the image. If you make the row browser filling, then you can put a text element on the image! Like shown in the video. Here I put a text underneath an image but you can also put it on the image but only in browser filling rows: http://laytheme.com/documentation.html#use-browser-height-for-row-height
  • Excluding Images from Lightbox

    pointer-events lightbox images exclude
    7
    0 Votes
    7 Posts
    2k Views
    arminunruhA
    please use this: .exclude img{ pointer-events: none; }
  • quitting the lightbox view sends me to google

    view google lightbox quit bug
    3
    0 Votes
    3 Posts
    690 Views
    arminunruhA
    Ok, so in your wp admin panel you have a plugin installed. And in settings -> "insert headers and footers" you inserted some markup: <!DOCTYPE html> <html> <body> <footer> <table> <tr> <p style="color:#5c5c5c;margin-bottom:13pt;margin-left:23pt;font-size:8pt;font-family:'helveticaNeue-Light'">© Francesco Giordano - All rights reserved - <a href="http://google.de" style="color:#5c5c5c">Impressum</<a></p </footer> <footer> </body> </html> this is not good html for putting it in the footer. your </<a> tag doesnt close right, your </p tag doesn't close right, your <footer> tag opens again at the bottom. you shouldn't use opening "<!DOCTYPE html><html><body>" tags for html that is beneath the other markup. the opening <html><body> tags are just for the head, when the html starts. also you could use lay option's capabilities for this. There is the footer feature. http://laytheme.com/documentation.html#footers Or there is the html at bottom field in "lay options" -> "custom css & html" -> "custom html at bottom" So in short, i think your lightbox links to google cause your footer markup is invalid. You can remove it and use lay themes footer feature instead :).
  • carousel / mobile / vertical

    14
    0 Votes
    14 Posts
    2k Views
    arminunruhA
    hey internet! with lay theme 1.7.5 you can now have custom phone layouts: http://laytheme.com/documentation.html#custom-phone-layouts this way you can insert your images underneath each other instead of having a carousel in your phone layout.
  • FullScreen slider horizontal / Number of image

    slider fullscreen navigation image
    6
    0 Votes
    6 Posts
    1k Views
    N
    All good Armin ! That is the right way to do it ! Thanks :)
  • Carousel skipping images

    12
    0 Votes
    12 Posts
    1k Views
    arminunruhA
    Ok now thats finally fixed if you update to carousel v 1.1.2 The problem only existed when having no custom next arrow icon for the carousel. In that case the default arrows showed up and there was a bug with that causing images to skip.

I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com

Before you post:
  1. When using a WordPress Cache plugin, disable it or clear your cache.
  2. Update Lay Theme and all Lay Theme Addons
  3. Disable all Plugins
  4. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"

This often solves issues you might run into

When you post:
  1. Post a link to where the problem is
  2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
  3. If the problem is difficult to explain, post screenshots / link to a video to explain it
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com