css - Joomla css 路径不正确

标签 css joomla path

我的 joomla css 路径有问题...

转到 url 进行检查:http://www.vendreweb.fr/cx/

你可以看到页面是正确的,但是现在点击 Shipment 按钮......你会看到我的问题......

Fields css 将无法正确运行...

你能帮帮我吗:(

下面我的头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">

最佳答案

您似乎添加了一个名为 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 中的样式,因此如果您从上面删除样式表,它将修复页面的样式

关于css - Joomla css 路径不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30702211/

相关文章:

css - Joomla Purity iii 导航边框

jquery - Twitter Bootstrap 移动菜单不起作用

android - 如何做 Canvas 路径动画?

c# - 在调试中的 ASP.NET MVC 应用程序中使用时 dll 中 exe 的路径

delphi - Delphi 库的路径

html - 与用新类覆盖现有 CSS 类相关的问题

javascript - 用 div 表替换空白 block 的按钮

javascript - 简单的 Javascript 插入一个 div 作为另一个 div 的最后一个元素

css - 如何动画 SVG 来绘制线条而不是轮廓?

html - 从包含图像的 svg 中删除多余的 "tail"