I created a custom child theme from the skeleton responsive wordpress theme. However, after working locally and getting everything styled perfectly no styles show up after launching the site live.
I manually added the styles from the header of my local copy out of frustration. This helped as the styles show up correctly. After manually adding the styles none of my uploaded images that are included in my database will show up. My contact form and my banners will not show up on the site. The code is in the correct place and the images are in the upload folder.
<link rel="stylesheet" id="theme-css" href="http://www.cmc.com/wp-content/themes/skeleton_wp-master/skeleton_childtheme/style.css" type="text/css" media="screen, projection">
Above is one of 10 links that I added to my header file. I am not sure how to make the link show up using the functions file.
I do not understand how everything works fine as far as childtheme linking to parent theme layout.css and skeleton.css when working locally but when I go live it won't work any more.
Please Help!