Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello, @monademaidi
    It seems like there is a problem with loading styles and js files in website. Without checking code can’t say what is the problem and solution for it.

    • This reply was modified 7 years, 8 months ago by Brijesh Borad.

    Your theme is not loading any stylesheet. A stylesheet exists at https://rendizen.com/wp-content/themes/rendizen/style.css, but there’s no link element in the header loading it.

    Since it appears that you’re using Underscores, your theme originally loaded the stylesheet in functions.php inside a rendizen_scripts function. Make sure that’s still there and that wp_enqueue_style( 'rendizen-style', get_stylesheet_uri() ); is in that function.

    • This reply was modified 7 years, 8 months ago by Jacob Peattie.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The website only shows text and images (CSS or theme not loading)’ is closed to new replies.