Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.4k Topics 18.6k Posts
  • Fonts Not displaying properly

    5
    0 Votes
    5 Posts
    485 Views
    arminunruhA

    Hey!

    As it says in my console:

    (index):1 Mixed Content: The page at 'https://www.weareb.co.uk/' was loaded over HTTPS, but requested an insecure font 'http://1pr12c1rpyze15f8us2uz5xn-wpengine.netdna-ssl.com/wp-content/uploads/2017/09/YoungSerif-Regular.woff'. This request has been blocked; the content must be served over HTTPS.

    So the problem is your website is on https but it is trying to serve the font from "http://1pr12c1rpyze15f8us2uz5xn-wpengine.netdna-ssl.com/wp-content/uploads/2017/09/YoungSerif-Regular.woff"

    which is not https.

    I recommend you login to your wordpress admin panel from here: https://www.weareb.co.uk/wp-admin/

    Make sure the url is in fact "https://www.weareb.co.uk/wp-admin/" with https while you are in your admin panel. Then delete the webfonts in lay options -> webfonts. Then reupload them. If it doesn't work then, you might still have to re-select the newly uploaded fonts for your textformats.

  • Cannot add images

    2
    0 Votes
    2 Posts
    234 Views
    arminunruhA

    Is it maybe this problem?
    http://laytheme.com/troubleshooting.html#empty-media-library

    If not, can you send me your wordpress admin panel login to: armin.unruh@gmail.com with a link to this topic?

    your website url,
    username,
    password,
    a link to this topic

    Thanks!

  • Image logo on mobile version

    4
    0 Votes
    4 Posts
    395 Views
    mariusjopenM

    Hi @dmncn

    Best is if you write an email to marius@thepeople.world and include your username, password and a link to this conversation.

    I will then have a look!

    Best!

    Marius

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Thumbnail mouseover image on a video thumbnail

    2
    0 Votes
    2 Posts
    504 Views
    mariusjopenM

    Hi @nathanaelreuling

    this is not possible yet.

    But I will write it down for future improvements.

    :-)

    Best!

    Marius

  • Updating Lay theme

    5
    0 Votes
    5 Posts
    607 Views
    mariusjopenM

    Hi @TS

    Best is if you write an email to mail@mariusjopen.com and include your username, password and a link to this conversation.

    Best!

    Marius

  • Background color fade transition

    2
    0 Votes
    2 Posts
    274 Views
    mariusjopenM

    Hi Hayo!

    until now there is no way to do that. I will write it down for future updates.

    All the best!

    Marius

  • Site title / Tab

    3
    0 Votes
    3 Posts
    391 Views
    R

    @mariusjopen Thanks!

  • where is the licence key

    2
    0 Votes
    2 Posts
    276 Views
    mariusjopenM

    Hi BK,

    the key is provied by Gumroad. Look in your SPAM folder.

    Let us know if you cannot find it.

    Best!

    Marius

  • Upgrade to Proc License from Single License

    6
    0 Votes
    6 Posts
    493 Views
    arminunruhA

    Ok i sent u an email!

  • Hide a project

    2
    0 Votes
    2 Posts
    218 Views
    mariusjopenM

    Hi Björn!

    No, this is not possible. You could hide it with CSS or not display it as a project in your website at all.

    But I wrote it down for tue future.

    All the best!

    Marius

  • 0 Votes
    3 Posts
    322 Views
    mariusjopenM

    Hi dgknkrpnr!

    Sorry for the late reply. The message was in the abyss of the forum.
    Glad you wrote again.

    I can see the problem. This is because Laytheme is coded as a single page javascript application.

    Normally when you click on a link to open a project or a page it dies not reload the whole website. But only the content of it. This is why the transitions are so smooth.

    If you create a custom link it reloads the whole page.

    There is not yet an official solution for this and we will consider this in the future.

    I will dig into this as well and will let you know more if possible.

    Best!

    Marius

  • Saturation Loss

    2
    0 Votes
    2 Posts
    216 Views
    mariusjopenM

    Hi nicuduta!

    Can you show us a screenshot of those images compared to the originals or even a link to your website?

    I never heard of that before.

    Best!

    Marius

  • hover effect on images

    6
    0 Votes
    6 Posts
    1k Views
    mariusjopenM

    Hi alphadelta!

    Which "._Body" class do you mean? The normal body class?

    Best!

    Marius

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Footer alignment

    5
    0 Votes
    5 Posts
    479 Views
    mariusjopenM

    Hi Toby,

    I actually just did what I wrote you above and it worked:
    0_1505225212082_Bildschirmfoto 2017-09-12 um 16.06.06.png

    The footer_b is active by the way. You have many footers in your theme :-)

    I hope that helped!

    Best!

    Marius

  • Random Load Background Video

    2
    0 Votes
    2 Posts
    447 Views
    mariusjopenM

    Hi Albrecht!

    I would put it into the custom Head section and only activate it on the home-page.
    http://laytheme.com/documentation.html#custom-javascript

    jQuery, or how do you want to solve it?

    Best!

    Marius

  • Link color not changing.

    2
    0 Votes
    2 Posts
    361 Views
    mariusjopenM

    Hi Nunomaio!

    Do you use Custom CSS code which overwrites the settings?
    You can remove it – to test if the problem remains.

    Can you post a link to your website that I can inspect that?

    All the best!

    Marius

  • 0 Votes
    4 Posts
    386 Views
    mariusjopenM

    Hi Mads,

    I coded it quickly for you:

    <script> window.laytheme.on("newpageshown", function(layoutObj, type, obj){ function showpanel() { $("body").animate({ scrollTop: window.pageYOffset + $(window).height()}, 300); } setTimeout(showpanel, 2000) }); </script>

    Put it into the Custom <head> content section.

    Here you can set the time in milliseconds: setTimeout(showpanel, 2000).

    If you want to run it only on specific pages you have to change the page here:

    window.laytheme.on("newpageshown", function(layoutObj, type, obj){

    Have a look here:
    http://laytheme.com/documentation.html#custom-javascript

    I hope that helps!

    Best!

    Marius

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