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.
arminunruh
Posts
-
Password protected page/postFeb 28, 2016, 8:37 AM -
Password protected page/postApr 9, 2016, 11:14 AMNope, no news here :/
-
Shop integrationJul 9, 2015, 6:22 AMHey! 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/
-
SVG and CSS based on current pageOct 5, 2016, 11:41 AMah
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 -
Password protected page/postNov 21, 2016, 5:00 PMhey dc those plugins probably won't work with lay theme
-
jQuery Smooth ScrollOct 10, 2015, 10:52 AMNope, most wordpress plugins dont work with lay theme
-
Video doesn't display after coming back from another page.Aug 9, 2022, 5:44 PMoh yea i will fix this!
-
Video doesn't display after coming back from another page.Sep 27, 2022, 12:16 PMhey there,
oh damn yea it is still on my todo list, i will start working on it this week
-
PHP 8 Error + Manual WordPress Update ErrorJan 18, 2023, 8:21 PMWarning: 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
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it