free version discontinued?
-
-
yes its discontinued :/
-
yes its discontinued :/
@arminunruh and how will the free-version be supported with updates?
and can I use the free-version lay.zip on multible websites?
I just figured, that when I copy the theme via ftp to a new wordpress installtion it works for the new one, but the original website runs into a problem which is that it doesn't load in the browser and I can't even login to disable the theme.
any suggestions?
-
the free version will still receive updates because the free version is just the normal lay theme with features disabled because no license key is entered
but the original website runs into a problem which is that it doesn't load in the browser and I can't even login to disable the theme.
not sure what happened here, this shouldn't happen!
got a link? -
the free version will still receive updates because the free version is just the normal lay theme with features disabled because no license key is entered
but the original website runs into a problem which is that it doesn't load in the browser and I can't even login to disable the theme.
not sure what happened here, this shouldn't happen!
got a link?@arminunruh https://friedspace.at
https://jonasfrey.friedspace.at/ is the one which I copied the laytheme to - and it works
-
the free version will still receive updates because the free version is just the normal lay theme with features disabled because no license key is entered
but the original website runs into a problem which is that it doesn't load in the browser and I can't even login to disable the theme.
not sure what happened here, this shouldn't happen!
got a link?@arminunruh I fixed it with this:
i put this at the end of functions.php in the lay-theme folder via ftp :)
update_option( 'siteurl', 'https://friedspace.at' );
update_option( 'home', 'https://friedspace.at' ); -
when you move a website, and you just copy over the database as is, the website won't work properly.
because it contains your previous website's domain name and many urls pointing to that previous website.you need to do a search and replace on the sql file before importing it to your phpmyadmin on your new webhost
many cloning/moving plugins do this for you
more info:
https://laytheme.com/documentation/moving-website.html