• I have this link calling the css for the subtemplate in the header.

    <?php if(is_page_template('subTemplateEngineer.php')) {?>
    	<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/subtemplate01.css">
    	<?php }?>

    and of course the correct css in the css folder.

    I can see the results on my sandbox. when I upload it live the css styling doens’t show up.
    already checked three or four times that all the files xfered properly.
    a bit at a loss.
    Advice anyone?
    D

Viewing 1 replies (of 1 total)
  • Thread Starter agileArt

    (@pdxdaniela)

    also i tried adding:

    @import url(‘/css/subTemplate01.css’);
    @import url(‘css/contact.css’);

    to my style.css

    still no dice (and yes I was checking to see if maybe i was a directory off hence the missing “/” in one of the links)

Viewing 1 replies (of 1 total)
  • The topic ‘subtemplate css shows up in sandbox but not live’ is closed to new replies.