Your child theme has an invalid URL to style.css. It should be https: and the host is missing: https://www.trouble-shooter.org/wp-content/themes/bootstrap-basic-child/style.css
Thread Starter
grats
(@grats)
i find file with content
grep -iRl “http:/wp-content/themes/bootstrap-basic-child/style.css” ~/public_html/
public_html/wp-content/themes/bootstrap-basic-child/header.php
and change http to https. now i got error
/* Error on https:/wp-content/themes/bootstrap-basic-child/style.css : Something went wrong: Only HTTP(S) requests are handled. */
Thread Starter
grats
(@grats)
i comment line
<link href=’https:/wp-content/themes/bootstrap-basic-child/style.css’ rel=’stylesheet’ type=’text/css’>
now it works (may be)
but i want to know the reason of this error appearance
Thread Starter
grats
(@grats)
thanks to @hupe13
correct the line with absolute link
is it possible error appears after update?
You are using the theme bootstrap-basic. Here is the bootstrap-starter theme. bootstrap-basic seems to be old, you should look for a more actual theme, maybe bootstrap-starter?