Images not showing up.
-
Hello all, using the roots theme. I appreciate this may not be the forum for it. But in case anyone here has used it:
I have the following code in the header-top-navbar.php page.<div id="topLogo" class="span12"> <img class="pull-left" src="<?php echo get_stylesheet_directory_uri(); ?>../coreImg/coreLogo100x100px.png"/> </div> </div
it works.
On the sandbox.once this page is xferd live I no longer see the images. And yes…they did transfer. The images are available
the live site i https://www.thebigmeow.us
I have attached a screenshot as well.
Any advice on how to fix this would be awesome!The second issue is that the images placed by I have this code in the app.css (what roots uses instead of the style.css)
.content .row{
background-image:url(‘../coreImg/mainOilTnkr.png’);
}also tried to place in other divs just to test it.
but the image is not coming up. and a “chrome inspect elements” check gives me”Failed to load resource: the server responded with a status of 500 (Internal Server Error) “
Suggestions on how to fix it please?
Thx
- The topic ‘Images not showing up.’ is closed to new replies.