hdsteve
Forum Replies Created
-
I think this is related to the problem I just reported. Hopefully they’ll respond: https://wordpress.org/support/topic/forminator-css-overrides-global-box-sizing-model/
Hi @aahulsebos – it seems to me that your patch update from 5.0.0 to 5.0.1 may have fixed this problem. I am not seeing it since updating.
Edit: I needed to install the Complianz update then clear all cookies, localstorage and sessionstorage, but since then the error has not recurred.
- This reply was modified 4 years, 11 months ago by hdsteve.
Forum: Fixing WordPress
In reply to: Why is my functions.php file not found?OK, I found the problem. I was following a guide that said to create your style.css file in a /css/ directory but it seems this was wrong as WordPress treats the directory containing style.css as being the root of your theme and ignores anything above it in the file tree. I moved the style.css file to the theme root and my other files were discovered.
Cheers!
- This reply was modified 7 years, 3 months ago by hdsteve. Reason: revised reply
Forum: Fixing WordPress
In reply to: Why is my functions.php file not found?Hi @sterndata
Does not including the code to load the parent’s style make the file invisible in the theme editor?
I initially included this code, but when it was not executed, I removed it to see if any errors in the code were causing the problem.