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

T

telmotype

@telmotype
About
Posts
42
Topics
17
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Hover Fade out/ Fade in - CSS help
    T telmotype
    Dec 18, 2019, 10:40 PM

    Hi there everyone!

    I'm trying to make a fade out fade in hover but I've been back and forth and it's not working as expected.
    The project thumbnail image is fading out on hover but it's not fading in as soon as the mouse leaves the hover area.
    Here's the CSS I have:

    .ph:hover {
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    }

    And here's the link:
    http://franciscopardo.pt/wp

    Thanks!

    General Discussion

  • Full screen slider and Image slider transitions
    T telmotype
    Aug 8, 2019, 3:24 PM

    Hi Marius

    I see.
    Is there a way to overide the individual slider transition?
    Thanks.

    General Discussion

  • Fullscreen slider Arrows not working
    T telmotype
    Aug 8, 2019, 3:22 PM

    Hi @arminunruh

    I see. The image had 129 px! Damn!
    Thanks!

    Bug Reports

  • Fullscreen slider Arrows not working
    T telmotype
    Aug 6, 2019, 11:25 AM

    Hey Marius

    I mean for the carousel plug in and for the fullscreen slider.

    Bug Reports

  • Fullscreen slider Arrows not working
    T telmotype
    Jul 24, 2019, 12:10 PM

    Hi Marius

    I meant the arrows for the cursor. Sorry.
    0_1563970230839_Screen Shot 2019-07-24 at 13.09.50.png

    Bug Reports

  • Full screen slider and Image slider transitions
    T telmotype
    Jul 24, 2019, 12:09 PM

    Hi Marius

    Yes, but some of the carousel still slide instead of fading. How can I have them all fading?
    Thank you.

    General Discussion

  • Full screen slider and Image slider transitions
    T telmotype
    Jul 19, 2019, 1:08 PM

    Hi!

    One doubt:

    Are the changes to the sliders transitions suppose to take effect on already created sliders?
    Right now, I have sliders with fade and others with slide even though the settings are set to fade.
    How can I solve this?

    www.patriciarochaleite.com

    Thanks!

    General Discussion

  • Fullscreen slider Arrows not working
    T telmotype
    Jul 17, 2019, 10:08 PM

    Hi!

    I'm trying to use custom arrows on the fullscreenslider but it's not showing up.

    www.patriciarochaleite.com

    How can I troubleshoot this?

    Thanks!

    Bug Reports

  • Project Thumbnail Css Help
    T telmotype
    Jun 8, 2019, 10:06 AM

    Thanks for the tip @mariusjopen .
    I'm trying to have the text on the right side (and not bellow) of the image.
    Do you have an idea how I can do that?

    General Discussion

  • Project Thumbnail Css Help
    T telmotype
    Jun 5, 2019, 3:53 PM

    @mariusjopen
    I wanted to use the project thumbnail so it's easy to maintain.
    Here's what I'm trying.
    The image becomes smaller but the title won't jump to the right side of the image.
    Can anyone point me in the right direction?

    https://patriciarochaleite.com/home/home_construction

    /*Project Thumbnails Vertical Text Right Side*/
    .vert_text .title{
         writing-mode: vertical-lr;
         float: left !important;
    }
    
    .id-28 .thumbnail-wrap img{
        width:80% !important;
        height: 80% !important;
        padding: 0px !important;
        margin: 0px !important;
        float: left !important;
    }
    
    General Discussion

  • Using Footer with Fullscreen Slider
    T telmotype
    Jun 3, 2019, 2:05 PM

    Sure:

    I added this:

    html.fp-enabled #footer-region{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    

    (Sorry, I don't know how to include code snippets here)

    General Discussion

  • Project Thumbnail Css Help
    T telmotype
    Jun 3, 2019, 2:01 PM

    I'm trying to wrap my head around the project thumbnail construction.
    I want to place the thumbnail title next to the image (right side) but I've failed to do so so far.
    I've tried increasing the size of the wrapper and float left all the elements but it didn't work.
    Can anyone help?
    0_1559570394713_Screen Shot 2019-06-01 at 13.54.42.png

    General Discussion

  • Using Footer with Fullscreen Slider
    T telmotype
    Jun 1, 2019, 12:57 PM

    Never mind! Solved,

    I'm trying to wrap my head around the project thumnnail construction.
    I want to place the thumbnail title next to the image but I've failed to do so so far.
    I've tried increasing the size of the wrapper and float left all the elements but it didn't work.
    Can anyone help?

    0_1559393846029_Screen Shot 2019-06-01 at 13.54.42.png

    General Discussion

  • Using Footer with Fullscreen Slider
    T telmotype
    Jun 1, 2019, 11:30 AM

    This is the link:

    https://patriciarochaleite.com/home/home_construction

    General Discussion

  • Using Footer with Fullscreen Slider
    T telmotype
    May 30, 2019, 11:59 AM

    Re: Having a fixed footer

    Hi!

    I'm using a footer with a fullscreen slider butI can't get it to show.
    I've tried what's on an old topic above but no success.

    I've also tried using z-index in case it would be just behind the slider. No success either.

    Help?

    Thanks!

    General Discussion

  • Element Grid Links
    T telmotype
    Feb 27, 2019, 2:45 PM

    I think this was a request before.
    Is it possible to have element grid images as/with links?

    General Discussion

  • Multilang site displays broken content
    T telmotype
    Feb 25, 2019, 3:01 PM

    @arminunruh thanks!
    That solved it!

    General Discussion

  • Multilang site displays broken content
    T telmotype
    Feb 22, 2019, 5:01 PM

    @mariusjopen I've sent you the info through chat. Thank you!

    General Discussion

  • Multilang site displays broken content
    T telmotype
    Feb 22, 2019, 12:17 PM

    I managed to find the last topic:

    http://laythemeforum.com:4567/topic/3804/site-breaks-upon-refresh

    Same thing is happening now.

    General Discussion

  • Multilang site displays broken content
    T telmotype
    Feb 22, 2019, 12:13 PM

    Hi

    I've created this issue some time ago but then I didn't follow up.
    I've installed qTranslate-X and it has broken all the layout. I can't figure out why or how to solve it. Any ideas on how to troubleshoot this?
    Thank you!

    www.eurodrinks.pt

    General Discussion

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