$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>css - Style not being applied to newly installed themes|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

css - Style not being applied to newly installed themes

matteradmin10PV0评论

really hoping someone can help, I am at the end of my tether.. I have tried installing new themes and none of them have the style applied when i activate them, or even preview them for that matter. I have no idea what to do, I have tried searching for answers online but nothing makes sense or sounds familiar. The twentyseventeen theme still works, but that is the only one... I am on a local server at the moment and have two databases (sites) on it (not sure if that makes any difference). Sorry if this isnt specific enough but I dont know enough to say anything else about it and hoping for at least some direction.

many thanks

really hoping someone can help, I am at the end of my tether.. I have tried installing new themes and none of them have the style applied when i activate them, or even preview them for that matter. I have no idea what to do, I have tried searching for answers online but nothing makes sense or sounds familiar. The twentyseventeen theme still works, but that is the only one... I am on a local server at the moment and have two databases (sites) on it (not sure if that makes any difference). Sorry if this isnt specific enough but I dont know enough to say anything else about it and hoping for at least some direction.

many thanks

Share Improve this question asked Feb 3, 2019 at 8:11 user160412user160412 1
Add a comment  | 

1 Answer 1

Reset to default 0

It seems that the stylesheet are not linked properly.

If you are using Google Chrome, right-click and select Inspect. A new window with all kinds of code will show up. Find and expand the <head> element. There, you will find a long list of elements. These are the stylesheets enqueued from a wide variety of sources. Check whether they have identifying ID or not.

If they haven't, then it's the cause of your problem.

Post a comment

comment list (0)

  1. No comments so far