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

P

PatFontebasso

@PatFontebasso
About
Posts
18
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • AFFILIATE PROGAM - IS IT.. WORKING?
    P PatFontebasso

    @arminunruh Replied to it :) Thanks

    General Discussion

  • AFFILIATE PROGAM - IS IT.. WORKING?
    P PatFontebasso

    Hey armin,

    I did referred a friend of mine your theme via this program and it does say "Referred Users
    1" but so far.. the Commission stays at 0.00 despite she bought Laytheme at the 24th April.

    Best Regards

    General Discussion

  • Combine addons?
    P PatFontebasso

    @arminunruh

    <3 Much love and thanks :) If you want to I can send you some examples via E-Mail. I just didnt wanted to post them here..

    General Discussion

  • Combine addons?
    P PatFontebasso

    Hey (I guess you're german too)
    So I am sorry for internationals who might occur the same problem..

    also ja ich möchte quasi mehrere Portraits von verschiedenen Menschen auf einer Page haben. Aber wenn man zB auf Person 1 clickt ist es wie in der Lightbox Ansicht aber mit Carousel Funktion, dass man die weiteren Portraits aus dem Shooting zeigen kann. Und dann bei Person 2, 3,4 etc. das selbe Spiel.

    General Discussion

  • Combine addons?
    P PatFontebasso

    Hey Armin,

    well its not quite what I am looking for. I just want it the Carousel to have the ability to "hover" like the Lightbox with greyed borders (out of frame) and so far its either each image is a light box and can be navigated through if you have multiple images shown on the page. Yes.

    But I want it like here "https://laytheme.com/media/addons/carousel/carousel_notransition_hq.mp4" but.. the can be clicked on and it starts to hover like the LightBox Addon for single Images

    General Discussion

  • Combine addons?
    P PatFontebasso

    Hello!

    I was wondering (or maybe I was just not knowing how) if it is possible for example to have one Photo on a page - you click on it and it gets shown like in the Lightbox Addon and then you can while it is zoomed - scroll/click through a gallery of images just like in the Carousel Addon?

    Best regards,
    Patricio

    General Discussion

  • Text image.. overlayed bug?
    P PatFontebasso

    @arminunruh

    Thanks armin :)

    Bug Reports

  • pictures load delayed, even though they're just a few kb
    P PatFontebasso

    @borbold

    Hello ! In that case I would like to ask you what your Hoster provides you?
    My provider has for example not bandwith limit and 20 GB RAM 1 vCPU which speeds up loading a website complete. (No you dont need so many RAM to load fast - but this is an old contract so still extreme cheap to me)

    General Discussion

  • Text image.. overlayed bug?
    P PatFontebasso

    Hey. The "Datenschutzerklärung" on my homepage is suddenly weirdly broken.

    https://patriciofontebasso.com/datenschutzerklarung/

    It looks like this alt text

    but in edit page it looks normal and used to be displayed functional..
    link text

    Thanks

    Bug Reports

  • Soft Lock one-page feature
    P PatFontebasso

    Hey Johannes Haech, you might look up or ask ChatGPT for some Custom CSS like Position: sticky; and then define where and when by scrolling where to make what sticky.

    General Discussion

  • Scroll zoom transition
    P PatFontebasso

    @felix_rabe <3 thanks so far mate! Looks good. I might try again to do it hehe.

    General Discussion

  • Scroll zoom transition
    P PatFontebasso

    @arminunruh

    https://patriciofontebasso.com/yashica-analogue-zoom-test/

    Yeah idk. I give up. I need to take more HTML, CSS and JavaScript courses to get it to work as shown in the examples from Nikon or Hasselblad above.

    General Discussion

  • Scroll zoom transition
    P PatFontebasso

    @arminunruh

    https://patriciofontebasso.com/

    General Discussion

  • Scroll zoom transition
    P PatFontebasso

    Hey,

    https://www.nikonusa.com/en/nikon-products/product/mirrorless-cameras/z-9.html

    Like here if you scroll down to the point where it zooms through the Viewfinder.

    So far it looks in CSS like this ".zoom {
    position: sticky;
    top: 20vh;
    will-change: transform;
    width: 100%;
    transform: scale(1.0);
    }

    .bottom {
    height: 100vh;
    }

    .top {
    height: 50vh;
    }

    .wrap {
    position: sticky;
    height: 75vh;
    width: 50vh;
    top: 50vh;
    left: 20%;
    }
    "

    and HTML
    "<section class="top"></section>
    <section class="wrap">
    <img class="zoom" src="https://patriciofontebasso.com/wp-content/uploads/2024/03/yash4.jpg" >
    </section>
    <section class="bottom"></section>"

    And I would love to know how to limit this effect to one page only.. now its on every page. But ChatGPT and Tutorials do not explain it so well to me. (I just started to "code" today)

    General Discussion

  • Text in front of Carousel
    P PatFontebasso

    @danny Try to right click on the Text in Gridder -> Bring to Front

    Addons carousel

  • sometimes when scrolling too fast on mobile, the site crashes
    P PatFontebasso

    Hello,

    Yes it crashed for me too. But as soon as all pictures loaded into, I could scroll as fast as I want to.
    I guess it's having too less RAM provided by your hoster? Or might try to disable "Lazy Loading" in the Options. Maybe it fixes the issue by loading all pictures in advance.

    Bug Reports

  • will there be an upload problem later?
    P PatFontebasso

    Hey fs - you might see this documenation. Maybe this helps you a lot.

    https://laytheme.com/documentation/moving-website.html

    General Discussion

  • Scroll zoom transition
    P PatFontebasso

    Hey! I would like to try something I saw on certain camera manufacture pages..

    So in Gridder I made the first "picture" (Backside of the camera)
    and when you scroll you come to the first photo.
    So while you scroll from 1 to 2 in the gridder. I want to zoom through the Viewfinder of the Camera.

    I found this tutorial. But its not quite working for me..
    https://www.youtube.com/watch?v=5d-shXKoRl8

    So right now it looks like this
    https://imgur.com/a/kmYoI33

    Best Regards,
    Patricio

    General Discussion
  • Login

  • Don't have an account? Register

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