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/post -
Password protected page/postNope, no news here :/
-
Shop integrationHey! 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 pageah
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/posthey dc those plugins probably won't work with lay theme
-
jQuery Smooth ScrollNope, most wordpress plugins dont work with lay theme
-
Video doesn't display after coming back from another page.oh yea i will fix this!
-
Video doesn't display after coming back from another page.hey 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 ErrorWarning: 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
-
Project Thumbnail Grid only showing first two entriesi really dont know what jetpack is even good for
ah i see
there are other plugins for doing backups
and for speed, see here:
https://laytheme.com/documentation/speeding-up-your-website.htmli recommend this one plugin there