lbl
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-SCSS] css not being createdI was able to fix it by putting the files into separate directories. I thought it was just a best practice reading the instructions on github, but it seems that it will not work if in the same directory.
Forum: Themes and Templates
In reply to: [Zerif Lite] Child Theme Still experiencing issues – Zerif LiteI found a workaround to this issue. I was using an Amazon Linux instance so I tried and created a new AWS instance with Ubuntu and it’s working now. Thanks for the suggestions though!
Forum: Themes and Templates
In reply to: [Zerif Lite] Child Theme Still experiencing issues – Zerif Lite@ov3rfly: thanks for your answer!
1. I updated the theme to the 1.8.2.8 version and functions.php still works on my local server as is
2. wp-config in AWS has WP_DEGUB set to false, so that’s not the issue either.
I also installed the site in LAMP (Ubuntu) to check if it was an issue of compatibility with Windows, and the site works fine as long as it is in the local server.
Forum: Themes and Templates
In reply to: [Zerif Lite] Child Theme Still experiencing issues – Zerif Lite@ov3rfly, thanks a lot for sharing the code for functions.php. I’ve been using it to develop a Zerif-Lite child theme locally (WAMP) for the past few weeks and it is working great!
I’m trying to put the website online now in AWS and I’m having some issues. When the child theme is activated the page does not load. Only the Preloader displays and the html loads only up to </header> (although the navigation doesn’t get displayed). The functions.php file is exactly the same from Ov3rfly’s snippet above.
The parent theme works normally when activated.
Any ideas for a solution?