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

M

maximilianm

@maximilianm
About
Posts
17
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Project Index not updating
    M maximilianm
    Apr 27, 2022, 1:23 PM

    For one project I'm working with a project index using project title, category and tags. The index itself is displaying all projects, also the ones I add, but often either tag or category is empty...

    If I got to that page in the backend and update the project index element, then it works fine and everything is shown. There's nothing hidden though, I just double-click on the element and then OK and it updates with all information.

    Maybe this bug can be fixed in the next version?

    Bug Reports

  • Lay Theme and Polylang_Front Page
    M maximilianm
    Oct 1, 2020, 2:01 PM

    @Djao-Rakitine I'd love to hear how you solved the problem – struggling with the same issue now.

    General Discussion

  • bogomirdoringer.info - Artist Portfolio
    M maximilianm
    Oct 19, 2017, 9:44 AM

    New website for Amsterdam-based artist Bogomir Doringer: http://bogomirdoringer.info

    includes newsticker on homepage, modified index/project grid with GIFs and slide-outs for project details.

    Showcase

  • maximilianmauracher.com - Design + Art Direction
    M maximilianm
    Sep 1, 2017, 12:37 PM

    Updated my own site - now on black and with simple carousels, all on one page:
    http://maximilianmauracher.com

    Showcase

  • artprojectsibiza.com - Gallery Website
    M maximilianm
    Sep 1, 2017, 12:34 PM

    Did this a while ago including a gallery thumbnail slider/lightbox for the exhibition overview:

    http://artprojectsibiza.com

    Showcase

  • Videos not to loop when autoplay
    M maximilianm
    Jun 9, 2017, 6:53 PM

    I have some videos in my carousel slider and autoplay for videos activated (at Fullscreen slider addon). But I don't want the videos to be looped - they should only play once and then stop with the last frame.
    Is that somehow possible? Change in js somewhere?
    Thanks for any help!

    General Discussion

  • Keyboard navigation with Carousel
    M maximilianm
    May 15, 2017, 9:05 AM

    Hmm it should be somehow possible with keydown, or?
    At least when using fullscreen slider and carousel addon – the currently shown carousel would be in an active row then.

    Maybe with a switch function:
    if keydown case 37 > function for scroll to previous slide (same that is called when clicking in the left half of the carousel)
    if keydown case 39 > function for scroll to next slide (same that is called when clicking in the right half of the carousel)

    Addons

  • Scroll to anchor on another page
    M maximilianm
    May 2, 2017, 7:15 PM

    @DMB
    Nice one thanks!

    Will check it out asap, though I don't think it works in my case as my links refer to another page (not the same as anchor) so I'm not sure if the script works.

    General Discussion

  • Scroll to anchor on another page
    M maximilianm
    May 2, 2017, 2:09 PM

    Or maybe it's because how Laytheme handles links with anchors?

    When I enter
    http://domain.com/page#anchor
    it's changed to
    http://domain.com/page/anchor

    It only works correct when I'm already on the page, where the anchor is.

    General Discussion

  • Scroll to anchor on another page
    M maximilianm
    May 2, 2017, 11:42 AM

    This here at custom head content results in a
    TypeError: undefined is not an object (evaluating '$(target).offset().top')

    <script>
    jQuery(document).ready(function($){
        var jump=function(e)
    {
       if (e){
           e.preventDefault();
           var target = $(this).attr("href");
       }else{
           var target = location.hash;
       }
    
       $('html,body').animate(
       {
           scrollTop: $(target).offset().top
       },2000,function()
       {
           location.hash = target;
       });
    
    }
    
    $('html, body').hide();
    
    $(document).ready(function()
    {
        $('a[href^="#"]').bind("click", jump);
    
        if (location.hash){
            setTimeout(function(){
                $('html, body').scrollTop(0).show();
                jump();
            }, 0);
        }else{
            $('html, body').show();
        }
    });
    });
    </script>
    
    General Discussion

  • Scroll to anchor on another page
    M maximilianm
    Apr 29, 2017, 6:08 PM

    Hi all, I have a question:
    I have one overview page with various projects, one project per row. Now when somebody is on a project subpage a link from there should go back to the overview page and then smooth scroll to the row with the project he was before.

    I gave all rows on overview page a unique id and the link on the subpage to get back is like href="www.domain.com/overviewpage/#id". Now I need a script for anchor and smooth scroll, right? Can somebody help? All threads regarding scrolling to anchors here in the forum couldn't solve the problem.

    General Discussion

  • Multiple slides per view (Laytheme Carousel)
    M maximilianm
    Mar 19, 2017, 3:15 PM

    @helen i added the class to the carousel itself, not the row (i think it was the row in rsepierre's example because there the carousel covers the whole row - maybe you try that. :)

    Addons

  • Multiple slides per view (Laytheme Carousel)
    M maximilianm
    Mar 18, 2017, 9:31 PM

    @rsepierre
    Wow that's great! Thanks a lot for the code, works very smooth actually. I cropped all images in the slideshow with css to thumbnails with same height & width – now I'm wondering if it's possible to do the carousel without autoplay (like arrows or hover area on the left/right side) and combine it somehow with Lightbox.
    If lightbox plugin is activated for that page, why doesn't it open when clicking on the images in the carousel? does the lightbox ignore those in the carousel? Could it be that there's a workaround for this?

    Addons

  • Limit Lightbox per row / Numbers in Lightbox
    M maximilianm
    Mar 18, 2017, 6:04 PM

    So I got the following problem: There are several pictures in one row with lightbox on.

    Now it would be nice, if the lightbox is limited to the images that are in the same row and shows numbers. Like ΒΌ in upper left corner and after the last one in the row it closes.

    Is that somehow possible (with a lot of tweaks)?

    0_1489860124874_Bildschirmfoto 2017-03-18 um 19.01.09.png

    Addons lightbox

  • Transition speed of Carousel addon
    M maximilianm
    Mar 18, 2017, 5:59 PM

    Is it possible (maybe via custom html) to change transition speed of the Carousel addon (swipeable)?
    Would be nice, as default is pretty fast.

    Addons transition carousel

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

  • Don't have an account? Register

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