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

A

aerotec

@aerotec
About
Posts
15
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Fullscreen Slider – Combining two or more rows
    A aerotec
    Jun 27, 2020, 9:36 PM

    Hello,

    i used the "stack" feature to put more and different content in one row.

    Let me know what your final solution is.

    Best Daniel

    Addons

  • Possible to change the fonts for the "Search Feature"?
    A aerotec
    Jun 27, 2020, 9:21 PM

    Hello,

    i did it like this. Maybe it helps:

    Best
    Daniel

    .search-query {
      font-family: georgia;
    }
    
    .search-inputs {
      font-family: georgia;
    }
    
    General Discussion

  • Social Media Icons with Font Awesome
    A aerotec
    May 9, 2020, 11:48 PM

    @hellojensi

    Hello, Font Awesome works great with lay. I use it like that:

    1. Sign in at font Awesome and create a free kit.

    2. When your Kit is created you get a script code.

    3. Copy the script code to the <head> section at lay's Custom CSS & HTML.

      I use links and script in the <head> section

      <link href="/your-path-to-fontawesome/css/fontawesome.css" rel="stylesheet">
      <link href="/your-path-to-fontawesome/css/brands.css" rel="stylesheet">
      <link href="/your-path-to-fontawesome/css/solid.css" rel="stylesheet">
      <script src="https://kit.fontawesome.com/ae25ce5210.js" crossorigin="anonymous"></script>
    
    

    After this i put the Font Awesome Snippet i want in the html section of my Text for example:

    <p style="text-align: left;"><i class="fa fa-envelope-square fa-lg"></i> <a href="mailto:info@yoursite.de">E-Mail</a></p>
    

    And when you want to customize each icon you can again use the Custom CSS like this:

    .fa-fish {
        color: salmon;
      }
    
      .fa-envelope-square, .fa-calendar-check-o, .fa-map-marker-alt, .fa-link {
        color: dodgerblue;
      }
      
        .fa-phone-square-alt {
        color: dodgerblue;
      }
    
      .fa-user-ninja.vanished {
        opacity: 0.0;
      }
    
      .fa-facebook {
        color: rgb(59, 91, 152);
      }
    
    General Discussion

  • Mobile Frame after Update + Burger
    A aerotec
    Apr 19, 2020, 1:31 PM

    @arminunruh said in Mobile Frame after Update + Burger:

    .burger-wrap-default {
    margin-right: 0px!important;
    padding-top: 10px!important; }

    Great! Thanks for your time. It is working now.
    Best Daniel

    General Discussion

  • Mobile Frame after Update + Burger
    A aerotec
    Apr 19, 2020, 1:23 PM

    Oh, great - did not see the update option in my wordpress dashboard. Update + works fine.

    Any Idea concerning the burger css.

    Thanks for help 🤗
    Daniel

    General Discussion

  • Mobile Frame after Update + Burger
    A aerotec
    Apr 19, 2020, 1:19 PM

    Hello Armin,

    here is the link:
    https://www.moinmark.de

    the photo at the top is placed full width in the gridder.

    General Discussion

  • Mobile Frame after Update + Burger
    A aerotec
    Apr 19, 2020, 1:06 PM

    hello ;)

    after updating to the latest version the mobile Frame of my created pages changed the formatting and are not looking the same. Do i have to create all new?

    the burger is not reacting when i try to change this:

    .burger-wrap-default {
    margin-right: 0px;
    padding-top: 10px; }

    maybe there is already a solution? Thanks for help.

    General Discussion

  • Mobile Menu Points Customization
    A aerotec
    Jul 4, 2019, 9:27 PM

    Hello ;)
    is there already a topic with an explanation how to customize the mobile menu points wit css?
    Thanks in advance.
    Daniel
    www.roteliebe.tv

    General Discussion

  • Code for "Mobile Menu Points" align left not working anymore
    A aerotec
    Jun 15, 2018, 11:02 PM

    @mariusjopen Thank you very much. It works!!!! Have a nice weekend.

    General Discussion

  • Code for "Mobile Menu Points" align left not working anymore
    A aerotec
    Jun 9, 2018, 5:24 PM

    @mariusjopen please type on your mobile: www.roteliebe.tv and open the mobile menu. Thanks 👍

    General Discussion

  • Code for "Mobile Menu Points" align left not working anymore
    A aerotec
    Jun 8, 2018, 8:33 PM

    @mariusjopen Thanks for your answer. But this css isn't working for the mobile points in the mobile menu. It used to. In my customizer there is no option to align the mobile menu points to the left anymore. 0_1528490000618_Bildschirmfoto 2018-06-08 um 22.31.45.png

    General Discussion

  • Code for "Mobile Menu Points" align left not working anymore
    A aerotec
    Apr 28, 2018, 9:40 AM

    Hello,

    any suggestions? I used this but it is not working anymore:

    nav.primary li a{
    text-align: left;
    }

    Best

    General Discussion

  • Andale Mono on mobile device
    A aerotec
    Mar 6, 2018, 11:37 AM

    @mariusjopen i changed it - but it seems that it's still not working. Any other idea?
    Thank you
    Daniel

    Installation Problems

  • Andale Mono on mobile device
    A aerotec
    Mar 5, 2018, 4:00 PM

    Dear people at lay,

    I use Andale Mono. Unfortunately it is not showing up mobile. Desktop works fine. Do i have to purchase it somewhere and upload it? Step by step instruction would be very helpful.

    Thank you in advance.

    Daniel
    www.roteliebe.tv

    Installation Problems

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
arminunruhA
arminunruh
about a minute ago
dmncnD
dmncn
2 minutes ago
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