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

arminunruhA

arminunruh

@arminunruh
Global Moderator
About
Posts
9.4k
Topics
16
Shares
0
Groups
1
Followers
53
Following
0

Posts

Recent Best Controversial

  • Password protected page/post
    arminunruhA arminunruh

    Hey!
    Lay Theme doesn't support password protected posts. I might add that feature one day but it has low priority compared to other features that I want to work on.

    General Discussion pages posts password

  • Password protected page/post
    arminunruhA arminunruh

    Nope, no news here :/

    General Discussion pages posts password

  • Shop integration
    arminunruhA arminunruh

    Hey! Thanks!

    Right now there's no way to do that :O
    In general yeah I think woocommerce is great. I'm not sure if and when I'm going to make laytheme compatible with woocommerce. But that would be pretty useful yeah :tiger:

    You could create a free tictail shop and just link to it from your website: https://tictail.com/

    Or squarespace has shop integration, maybe you want to try that instead of laytheme: http://squarespace.com/home/commerce/

    General Discussion

  • SVG and CSS based on current page
    arminunruhA arminunruh

    ah
    So you want to change the color of the svg. This is not easily possible. Lay theme uses this markup for showing an svg image:
    <img src="http://laytheme.dev/wp-content/uploads/2016/10/Bugger_King_Logo.svg" alt="Lay  Theme">

    If you open the svg with a texteditor you see the svg's markup which looks just a bit like HTML markup. If you copy that markup into "Custom HTML at top" (in "Custom html and css") you will have the svg markup directly in your website. Of course this is not the site title and you would need to position this svg by yourself using css. Example:

    .your-svgs-class{
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    }
    

    Now that you got your svg markup in your website you can do things like:

    svg path{
    fill: blue!important;
    }
    

    Here's more info on css and svg
    https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started/SVG_and_CSS

    General Discussion

  • Password protected page/post
    arminunruhA arminunruh

    hey dc those plugins probably won't work with lay theme

    General Discussion pages posts password

  • Row as link to page
    arminunruhA arminunruh

    maybe try this:

    tr:hover
    {
    color: #B2AAE3!important;
    font-style: italic;
    cursor: pointer;
    }
    

    or try this:

    tr:hover{
    cursor: pointer;
    }
    tr:hover > *
    {
    color: #B2AAE3!important;
    font-style: italic;
    }
    
    General Discussion

  • comment function
    arminunruhA arminunruh

    Hey, I disabled the comment function for Lay Theme.

    General Discussion

  • jQuery Smooth Scroll
    arminunruhA arminunruh

    Nope, most wordpress plugins dont work with lay theme

    General Discussion

  • Video doesn't display after coming back from another page.
    arminunruhA arminunruh

    oh yea i will fix this!

    Bug Reports

  • Video doesn't display after coming back from another page.
    arminunruhA arminunruh

    hey there,

    oh damn yea it is still on my todo list, i will start working on it this week

    Bug Reports

  • PHP 8 Error + Manual WordPress Update Error
    arminunruhA arminunruh

    Warning: require(/customers/e/d/2/dominikgauly.com/httpd.www/wp-includes/version.php): Failed to open stream: No such file or directory in /customers/e/d/2/dominikgauly.com/httpd.www/wp-settings.php on line 33 Fatal error: Uncaught Error: Failed opening required '/customers/e/d/2/dominikgauly.com/httpd.www/wp-includes/version.php' (include_path='.:/usr/share/php') in /customers/e/d/2/dominikgauly.com/httpd.www/wp-settings.php:33 Stack trace: #0 /customers/e/d/2/dominikgauly.com/httpd.www/wp-config.php(96): require_once() #1 /customers/e/d/2/dominikgauly.com/httpd.www/wp-load.php(50): require_once('/customers/e/d/...') #2 /customers/e/d/2/dominikgauly.com/httpd.www/wp-blog-header.php(13): require_once('/customers/e/d/...') #3 /customers/e/d/2/dominikgauly.com/httpd.www/index.php(17): require('/customers/e/d/...') #4 {main} thrown in /customers/e/d/2/dominikgauly.com/httpd.www/wp-settings.php on line 33

    also this seems like there are files required that may not exist

    please contact your webhost

    you could also just go back to a php 7.4

    Bug Reports
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Recent
  • Tags
  • Popular
  • Users
  • Search