2015-06-08 80 views
0

我有在Joomla的CSS路徑的問題......的Joomla的CSS路徑不正確

轉至該網址進行檢查:http://www.vendreweb.fr/cx/

你可以看到的頁面是正確的,但現在點擊出貨按鈕。 ..你會看到我的問題......

領域的CSS將無法正常運行......

你能幫我請:(

下面的源代碼Ø ˚F我的頭的index.php模板頁...

<head> 
<meta charset="<?php echo $this->_charset; ?>" /> 
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/bootstrap.min.css"> 
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" type="text/css" /> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/avendor-<?php echo $color_scheme; ?>.css"> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/joomla.css"> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/options.css.php?c1=<?php echo str_replace('#','', $c1) ; ?>&amp;c2=<?php echo str_replace('#','', $c2) ; ?>&amp;c3=<?php echo str_replace('#','', $c3) ; ?>&amp;c4=<?php echo str_replace('#','', $c4) ; ?>&amp;bg=<?php echo $bgimage; ?>" /> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/avendor-font-styles.css"> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/animate.css"> 

<script src="http://maps.googleapis.com/maps/api/js?sensor=false&amp;libraries=places"></script> <!--Choix google map--> 
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <!--Choix google map--> 
<script src="<?php echo $tpath; ?>/js/geo.js"></script> <!--Choix google map--> 
<style type="text/css"> 
    h1, h2, h3, h4, h5, h6 {<?php if ($headline_font == 'headline_googlefont') { echo $headline_googlecss ; } else { echo 'font-family:'.$headline_font.' !important;'; } ?>} 
    body, p, .QAmt, .navbar-default .navbar-nav > li > a {<?php if($body_font == 'body_googlefont'): echo $body_googlecss; elseif($body_font == 'headline_googlefont'): echo $headline_googlecss; else: echo 'font-family:'.$body_font.' !important;'; endif; ?> } 
    <?php if ($addcss != '') echo $addcss ;?> 
</style> 

<?php if ($headline_font == 'headline_googlefont') echo $headline_googlecode."\n" ;?> 
<?php if ($body_font == 'body_googlefont') echo $body_googlecode."\n" ;?> 
<script src="<?php echo $tpath; ?>/js/jquery-1.11.1.min.js" type="text/javascript"></script> 
<jdoc:include type="head" /> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/overrider.css"> 
<link rel="stylesheet" href="<?php echo $tpath; ?>/css/custom.css"> 

</SCRIPT>

回答

0

你似乎已經增加了一個叫做basestyle.css一個CSS文件。下面是它在Shipment頁:

<link rel="stylesheet" href="http://www.vendreweb.fr/cx/components/com_adsmanager/css/basestyle.css" type="text/css"> 

該CSS文件是從類form-control重寫的造型,所以如果您從上面的樣式表,然後將修復頁面的樣式