$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'); ?>php - image on homepage disappeared due to change of permalink name|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)

php - image on homepage disappeared due to change of permalink name

matteradmin10PV0评论

where to do this in Wordpress backend? I need to add the missing icons for "Smart living" and "Smart workspace" on homepage section - image is not in available in Media - It is in a section of the homepage. It is there for "Smart care" see attached image

or look at website via /

where to do this in Wordpress backend? I need to add the missing icons for "Smart living" and "Smart workspace" on homepage section - image is not in available in Media - It is in a section of the homepage. It is there for "Smart care" see attached image

or look at website via https://www.ipbuilding.be/en/

Share Improve this question asked Jan 17, 2019 at 13:35 ChristelChristel 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

If you right-click and Inspect Element you will see it is supposed to be inside an SVG file on your website, but if you open the SVG file the "smart-living" and "smart-workspace" parts are missing. Normally this type of file is either inside of a theme or a plugin but whoever set it up placed it in the root of your website. You should contact the developer who created your theme, or if that's not possible, you'll need to either re-create the missing parts of the SVG, or else edit your theme's front-page.php file and point it to a .png or .jpg version.

Post a comment

comment list (0)

  1. No comments so far