500 (Internal Server Error) after Activating Child Theme
-
Hi All,
I have been using F8 Lite theme and created a child theme with the simple Style.css as follows:
/* CSS Document */ /* Theme Name: f8-lite-child Description: A Child Theme of f8-lite Template: f8-lite */ @import url(../f8-lite/style.css);
I made a mistake on the last line where the reference to the parent theme style.css has been missing the start and end code. I activated the child theme without noticing the mistake I have made. Then when I access my blog and wp-admin I got the 500 (internal server error). I get back to check and found the mistake and I changes the last line to :
@import url("../f8-lite/style.css");
too bad the 500 internal server error persist.
Is there anyway I could get over the problem ?here is my blog https://www.bingkai.com.au/
currently are to the root directory.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘500 (Internal Server Error) after Activating Child Theme’ is closed to new replies.