Skip to content

Addons

Got a question about an Addon?
784 Topics 3.5k Posts
  • Lightbox

    2
    0 Votes
    2 Posts
    426 Views
    arminunruhA

    Hey paul!
    I guess what you want is a setting so your images are not blown up more than their original size. Gonna work on that.

  • 0 Votes
    9 Posts
    1k Views
    T

    @arminunruh Thanks a ton!!:smiley:

  • 0 Votes
    2 Posts
    362 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
    890 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

  • 0 Votes
    3 Posts
    697 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

  • 0 Votes
    2 Posts
    336 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
    373 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
    615 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:
    Screen Shot 2016-08-27 at 11.03.56.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

    2
    0 Votes
    2 Posts
    462 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
    699 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
    593 Views
    arminunruhA

    hey, cool works again now, we wrote about it on facebook ^^

  • Can't Edit Lightbox Captions

    4
    0 Votes
    4 Posts
    668 Views
    arminunruhA

    Hey!
    Please update your lightbox addon and lay theme. Then it should work!

    cu

  • 0 Votes
    4 Posts
    640 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

  • 0 Votes
    7 Posts
    1k Views
    arminunruhA

    please use this:

    .exclude img{ pointer-events: none; }
  • 0 Votes
    3 Posts
    544 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.

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
Online Users
A
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com