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

I

igawu

@igawu
About
Posts
12
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Question about an upgrade to pro license
    I igawu

    Thirst of all thank you for your great work and support!

    I am a user of a single license with carrousel addon. I am interested in buying another one with image hover one for my another website and I thought about doing that by upgrading my single license to pro license.

    Before proceeding with the upgrade, I want to confirm whether the pro license allows me to choose from all four addons for any of my websites covered by the pro license key. Can you help me with that?

    Thank you!
    Iga

    General Discussion

  • Green icons after last update
    I igawu

    @arminunruh Thank you!

    General Discussion

  • Green icons after last update
    I igawu

    Hello again,
    thank you for helping me before.

    I have a problem, which happened today after my latest lay theme update. I don't know how can i fix it and why is this on my website, but on one of my subpages there are few green buttons with numbers. It looks like this:
    Zrzut ekranu 2023-04-5 o 18.31.55.png
    I assume, that it may have something to do with my carousel addon, because it is the only subpage where I use it, and it reacts like buttons.

    I've check, and I have my arrows disabled. I don't know what else can I do to fix it (I don't want to have it on my page).

    This is a link to the subpage, if needed.

    I will be grateful for your help.

    Best regards,
    Iga

    General Discussion

  • Split screen page problem
    I igawu

    @arminunruh Thank you!
    This is exactly what I needed.

    Big thanks for your help.

    General Discussion

  • Split Screen Css
    I igawu

    Hi @arminunruh
    What do you mean by "normal grid"?
    How the projects appear connected to the links? How should I make "the normal" page to have a possibility to switch between the projects and scroll the chosen ones?

    I don't know how to connect the projects to the links to make them appear on one side.

    Thank you!

    General Discussion

  • Split screen page problem
    I igawu

    Hi,
    I managed to make a specific pages on my website as a splitview editing a code put in your tutorial (thank you for it!):
    https://laytheme.com/tutorials/create-a-splitscreen-website.html
    by replacing #footer-region with self added HTML tags.
    With this solution, I do not have to set a footer, and I can just use a specific row and make it sticky on the right, ale the rows below are the left part of the page and can be scrolled.

    Sample:

    #grid .photo, .photo2 {
            width: 50%;
            height: 100%;
            position: fixed;
            top: 0;
            overflow-y: scroll;
            overflow: -moz-scrollbars-none;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
        }
         #grid {
            left: 0;
        }
        .photo, .photo2 {
           right: 0;
        }
        ::-webkit-scrollbar {
            display: none;
        }
    

    But as on my "works" page I would like use the same effect like the one used in the tutorial – when on a mouseover I can switch between my works and scroll the specific one:
    https://hedixandt.com

    I tried everything, but the tutorial only shows how to do the footer (the left) part. Can someone help me how the right half of the sample was made? I tried everything. The tutorial only said "The right half is our normal content.". What is a normal content? :)

    And additional question:
    Even if I made it, is it possible to use it only on a specific page, not as a footer for all the pages?

    Thank you for any help!
    Iga

    p.s. the page is a mess at this moment, in the maintenance mod, so I can't linked it

    General Discussion

  • Blurred cursor question
    I igawu

    Hi again! I am trying to make a cursor that will blur everything I'am pointing on. I've found a code that does that, but it doesn't work on laytheme. Can someone please help me what should I chande to achieve blurring cursor?
    Thank you in advance!```
    code_text

    body {
      cursor: none;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      
      height: 100vh;
      
      margin: 0;
      padding: 0;
      
      font-family: sans-serif;
    }
    
    #cursor {
      box-sizing: border-box;
      z-index: 1000;
      position: absolute;
      
      width: 100px;
      height: 100px;
      border: 2px solid #000;
      border-radius: 50%;
      transition: 0.1s;
      transform: translate(-50%, -50%);
      @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
    }
    
    /* slightly transparent fallback for Firefox (not supporting backdrop-filter) */
    @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        background-color: rgba(255, 255, 255, .8);
    }
    }
    General Discussion

  • Google is not tracking anything beside my homepage
    I igawu

    Thank you once again Sebastian.
    I change http fot https and Google indexed the rest of my page immediately! <3

    Best,
    Iga

    General Discussion

  • Google is not tracking anything beside my homepage
    I igawu

    Hi Sebastian,
    thank you for the answer and you king words!

    Do you think that is the only reason? Even when I'm searching specific from my web, google does not searching it.

    I am now installing a SSL certificate, but stil not sure, if it's the only reason – for example: Yoast SEO plugin does not see any written word on my web – on any page, not only a home page. It's like it doesn't exist. I though that it can be a Lay Theme problem...

    Thank you once again for your answer!

    General Discussion

  • Google is not tracking anything beside my homepage
    I igawu

    Hello,
    Thirst of all, I want to thank you for the great theme. I am using it for about two years now and I love it. The problem is, that google is not tracking any feed from it beside of homepage. Even when I'm searching the specific keyword from my page.

    Same situation happen with my photos – they are compressed, not blurred, with the right resolution, title and alternative title – google is not indexing it from two years time.

    I used Yoast Seo - same situation with it and without it. It is like google not see anything from different page than my homepage.

    Could you please help me to solve this problem? I am a designer, with a lots of publications and external links to my page – the SEO is not a problem in that case.

    Unfortunately I think that the theme can be – it is like it is blocking some feed.

    My web:
    http://www.igaweglinska.com

    Thank you in advance for any advice!
    Iga

    General Discussion

  • intro size
    I igawu

    @mariusjopen thank you for the help! I am planning to make 2 intros - one for mobile and one for desktop. Do you have any advice on desktop one? In mobile view I have less problems.

    Best,
    iga

    General Discussion

  • intro size
    I igawu

    Good morning, thank you for this briliant theme. I love it!
    I have a question about recommended size/proportions of vertical and horizontal intros. I am preparing complicated gif and it will help me to save a lot of time.

    Kind regards,
    Iga

    General Discussion
  • Login

  • Don't have an account? Register

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