Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    1. Home
    2. telmotype
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 42
    • Best 4
    • Controversial 0
    • Groups 0

    telmotype

    @telmotype

    4
    Reputation
    173
    Profile views
    42
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    telmotype Unfollow Follow

    Best posts made by telmotype

    • RE: Using Footer with Fullscreen Slider

      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

      posted in General Discussion
      telmotype
      telmotype
    • RE: Multilang site displays broken content

      @arminunruh thanks!
      That solved it!

      posted in General Discussion
      telmotype
      telmotype
    • RE: Duplicate / Clone Rows

      @mariusjopen
      I can only duplicate text elements inside the gridder. It would be useful to duplicate any kind of element.
      Oh and there's another related issue: when you set the row gutter to Zero you can not access the clone button.

      posted in General Discussion
      telmotype
      telmotype
    • RE: Fullscreen slider Arrows not working

      Hi @arminunruh

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

      posted in Bug Reports
      telmotype
      telmotype

    Latest posts made by telmotype

    • Hover Fade out/ Fade in - CSS help

      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!

      posted in General Discussion
      telmotype
      telmotype
    • RE: Full screen slider and Image slider transitions

      Hi Marius

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

      posted in General Discussion
      telmotype
      telmotype
    • RE: Fullscreen slider Arrows not working

      Hi @arminunruh

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

      posted in Bug Reports
      telmotype
      telmotype
    • RE: Fullscreen slider Arrows not working

      Hey Marius

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

      posted in Bug Reports
      telmotype
      telmotype
    • RE: Fullscreen slider Arrows not working

      Hi Marius

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

      posted in Bug Reports
      telmotype
      telmotype
    • RE: Full screen slider and Image slider transitions

      Hi Marius

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

      posted in General Discussion
      telmotype
      telmotype
    • Full screen slider and Image slider transitions

      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!

      posted in General Discussion
      telmotype
      telmotype
    • Fullscreen slider Arrows not working

      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!

      posted in Bug Reports
      telmotype
      telmotype
    • RE: Project Thumbnail Css Help

      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?

      posted in General Discussion
      telmotype
      telmotype
    • RE: Project Thumbnail Css Help

      @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;
      }
      
      posted in General Discussion
      telmotype
      telmotype