Skip to content

General Discussion

A place to talk about anything Lay Theme related
4.2k Topics 17.6k Posts
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Custom Field in addition to title

    2
    0 Votes
    2 Posts
    229 Views
    mariusjopenM

    Hi @useruser
    Custom fields are not possible in Laytheme.

    If you want to use custom fields and other extras we recommend the plugin LayGridder.

    Best!

    :-)

    Marius

  • more control over navbar's border dimensions

    4
    0 Votes
    4 Posts
    428 Views
    mariusjopenM

    Hi @gjb

    ok. Now I see what you mean.

    It is a bit complex to explain you how to do it.

    I strongly recommend to make a basic CSS course at Codeacademy.

    The stuff you need to do is all very basic and you should be able to do it yourself.

    After you did the course and tried it – I am happy to answer specific questions.

    Good luck!

    Marius

  • 1 Votes
    3 Posts
    1k Views
    B

    Bump this. Would really love this feature.

  • Calendar Plug-ins?

    4
    0 Votes
    4 Posts
    405 Views
    mariusjopenM

    Hi @PapaSasha

    best is to follow the instructions of the Plugin:

    Upload wp-simple-booking-calendar directory to the /wp-content/plugins/ directory Aktiviere das Plugin mittels dem ‚Plugins‘-Menü in WordPress Click on the menu entry ‚WP Simple Booking Calendar‘ Click on ‚Add New‘ at the top of the page to create a calendar Click ‚Save Changes‘ to save the calendar Embed the calendar on any page or post using the shortcode [sbc title=“yes“] or [sbc title=“no“]

    If it doesn't work – it is not compatible with Laytheme.

    Laytheme is coded as a single-Javascript-Application. Also it is not possible to modify the template.

    All the best!

    Marius

  • Web Fonts Stopped Working (Chrome)

    5
    0 Votes
    5 Posts
    764 Views
    J

    @mariusjopen It worked!! Thanks!!

  • Page Title in Header

    1
    0 Votes
    1 Posts
    300 Views
    No one has replied
  • SEO optimization and Google

    1
    0 Votes
    1 Posts
    485 Views
    No one has replied
  • Custom Scrollbar Jquery

    12
    0 Votes
    12 Posts
    1k Views
    mariusjopenM

    Hi Daniel,

    this is because it runs all with Javascript and it needs to run a loop the whole time.

    I personally would not got for the customized scroll bar.

    Especially since the iframes cause trouble as well.

    Best!

    Marius

  • Vertical Split Background Colors

    4
    0 Votes
    4 Posts
    1k Views
    mariusjopenM

    Hi @extra-vitamins

    I did not do the whole thing but actually you just need to copy the code and use it again_

    <script> var colors = ["#fff", '#000', '#f0f', '#0ff', '#00f', '#ff0', '#0f0'] Frontend.GlobalEvents.on("work", function(layoutObj, type, obj){ if(obj.slug == "frontpage"){ var ix = getRandomInt(0, colors.length); var color = colors[ix]; jQuery('.colors-1').css('background-color', color); } }); // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random // Returns a random integer between min (included) and max (excluded) // Using Math.round() will give you a non-uniform distribution! function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; } var colors2 = ["#fff", '#000', '#f0f', '#0ff', '#00f', '#ff0', '#0f0'] Frontend.GlobalEvents.on("work", function(layoutObj, type, obj){ if(obj.slug == "frontpage"){ var ix = getRandomInt2(0, colors2.length); var color = colors2[ix]; jQuery('.colors-2').css('background-color', color); } }); // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/random // Returns a random integer between min (included) and max (excluded) // Using Math.round() will give you a non-uniform distribution! function getRandomInt2(min, max) { min = Math.ceil(min); max = Math.floor(max); return Math.floor(Math.random() * (max - min)) + min; } </script>

    Then you make two divs:

    <div class="colors-1">COLORS-1</div> <div class="colors-2">COLORS-2</div>

    This is a quick and dirty method and you might do some adjustments to get it work. But this is how you colud do it.

    Otherwise use images.

    Best!!

    Marius

  • Adding Project to Category not working

    4
    0 Votes
    4 Posts
    399 Views
    mariusjopenM

    Hi @dsinclair

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

    Best!

    Marius

  • Audio Player

    8
    0 Votes
    8 Posts
    1k Views
    mariusjopenM

    Hi @YYY

    Can you post a link to your website?

    Best!

    Marius

  • HTML5

    2
    0 Votes
    2 Posts
    265 Views
    mariusjopenM

    Hin @Maclin

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

    Many wishes!

    Marius

  • 0 Votes
    4 Posts
    645 Views
    mariusjopenM

    Hi @harrietbrown !

    It get a bit tricky when you try to use the normal navigation with anchor links.

    Have a look at my last post here. That works for sure:
    http://laythemeforum.com:4567/topic/1350/scroll-to-anchor/8

    Let me know!

    Best!

    Marius

  • Hover on Carousel Images

    6
    0 Votes
    6 Posts
    525 Views
    mariusjopenM

    Hi @vincent !

    Great! Let me know if you have any specific trouble!

    Best!

    Marius

  • Can I categorize/filter my portfolio page?

    2
    0 Votes
    2 Posts
    385 Views
    mariusjopenM

    Hi Flo,

    yes. This is possible.

    You can have different categories and have different pages – showing them.

    All the best!

    Marius

  • Change Position Titel in Thumbnail Grid

    4
    0 Votes
    4 Posts
    377 Views
    mariusjopenM

    Hi @Alina !

    Ok, I get you.

    Try to add this to your custom CSS and play around with it a bit:

    .title._Default { margin-left: 22vw; margin-top: -2vw; }

    Still you can select the vertical position here:

    0_1507192645657_Bildschirmfoto 2017-10-05 um 10.37.04.png
    Let me know if that works!

    Best!

    Marius

  • Transfer layout to another website

    3
    0 Votes
    3 Posts
    547 Views
    mariusjopenM

    Hi @ton ,

    there are 3 ways to transfer the website:

    Do it the default, professional way:
    http://laytheme.com/documentation.html#moving-website

    Do it via a plugin like Updraft Plus

    Do it manually. Copy the CSS code and try to build it again. I cannot really recommend that.

    Let me know if you have questions!

    Best!

    Marius

  • Favicon web logo

    9
    0 Votes
    9 Posts
    2k Views
    W

    For cross browser compatibility, seems to be needed two lines for for favicon:

    <link rel="shortcut icon" href="http://www.mysite.com/favicon.ico" />
    <link rel="icon" href="http://www.mysite.com/favicon.ico" type="image/ico" />

  • 1 Votes
    1 Posts
    279 Views
    No one has replied
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
M
Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com