- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我的元素有问题。
这是我做的第一个 wordpress 博客,想法是 html 站点 www.humantools.com.mx并为它建立一个博客www.humantools.com.mx/blog我有一个奇怪的问题,当登录导航栏中的 class="navbar-toggle collapsed"data-toggle="collapse"时效果很好,在站点中它效果很好...
当我注销时,通常将折叠菜单链接到“#”的导航项
这很奇怪,我真的很困惑,请帮忙,我正在添加 css 和 header 代码,如果您需要任何其他信息,请告诉我。
标题
<?php
/**
* The Header template for our theme
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="http://www.humantools.com.mx/img/favicon.png">
<title>Human Tools</title>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://www.humantools.com.mx/dist/js/bootstrap.min.js"></script>
<script src="http://www.humantools.com.mx/assets/js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="http://www.humantools.com.mx/assets/js/ie10-viewport-bug-workaround.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56728201-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Bootstrap core CSS -->
<link href="http://www.humantools.com.mx/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custo Fonts -->
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:200,400,300,700,600' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="http://www.humantools.com.mx/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]><script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
<![endif]-->
<?php wp_head(); ?>
</head>
<?php echo '<body class="'.join(' ', get_body_class()).'">'.PHP_EOL; ?>
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Menú</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.humantools.com.mx/"><img src="http://www.humantools.com.mx/img/logo-humantools.png"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="http://www.humantools.com.mx/quienessomos.html">Quiénes<br>Somos</a></li>
<li><a href="#" data-toggle="dropdown">Soluciones<br>para Empresas <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="http://www.humantools.com.mx/outsourcing.html">Outsourcing <br>de Nómina</a></li>
<li class="divider"></li>
<li><a href="http://www.humantools.com.mx/procesamiento.html">Procesamiento <br>de Nómina</a></li>
</ul>
</li>
<li><a href="http://www.humantools.com.mx/contacto.html">Info &<br>Contacto</a></li>
<li><a href="http://www.humantools.com.mx/faq.html">Preguntas<br>Frecuentes</a></li>
<li><a href="http://www.humantools.com.mx/avisodeprivacidad.html">Aviso de<br>Privacidad</a></li>
<li><a href="http://www.humantools.com.mx/blog">Blog<br><br></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- CONTENIDO
================================================== -->
<div class="container">
<div class="col-lg-9"> <!-- titulo blog -->
CSS
/*
Theme Name:HumanTools.
Theme URI: www.humantools.com.mx
Description: Human Tools blog.
Version: 1.0
Author: Raul Salazar
Author URI: www.bybrave.com
*/
body {
padding-top: 70px;
padding-bottom: 0px;
font-family: 'Titillium Web', sans-serif;
}
.home {
margin-bottom: 50px;
}
.interior {
margin-bottom: 50px;
}
h1 {
font-family: 'Titillium Web', sans-serif;
text-align: left;
text-decoration: none;
font-size: 55px;
font-weight: 200;
}
h2 {
font-family: 'Titillium Web', sans-serif;
color: #0876bb;
text-align: left;
text-decoration: none;
font-size: 24px;
font-weight: 400;
}
h3 {
font-size: 40px;
margin: 15% 0% 9% 0%;
}
h4 {
font-size: 26px;
margin-top: -5px;
}
.img-responsive {
width: 100%;
}
.faq-divider {
color: #adadad;
margin-top: 30px;
margin-bottom: 0px;
}
导航开始
.navbar {
min-height: 78px;
}
.navbar-inverse {
background-color: #212121;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 120%;
}
.nav>li {
margin-top: 15px;
margin-bottom: 15px;
border-left: solid 1px #0876bb;
border-spacing: 10px;
padding: 0 15px;
}
li {
font-size: 12px;
}
.navbar-toggle {
margin-top: 20px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
background-color: #212121;
}
.dropdown-menu {
background-color: #888;
border-radius: 0px;
box-shadow: none;
min-width: 150px;
}
.dropdown-menu>li>a {
color: #FFF;
}
.dropdown-menu>li>a:hover {
color: #FFF;
background-color: #0876bb;
margin: 0 0 0 0;
}
.navbar-nav>li>.dropdown-menu {
margin-top: 15px;
}
导航结束
/* blog */
div .date {
margin: 40% 0px 0px 55%;
font-size: 18px;
}
.blog6 { max-height:100%;
max-width:100%;
}
.contenidoblog {
text-align: justify;
font-size:1.2em;
}
.tag {
font-size:16px;}
.bluetag {
color: #0876bb;
font-size:16px;
}
.masblog { font-size:18px; text-transform:capitalize;
margin-bottom:30px;}
.sidebar {margin-top: 10%; }
/*end blog*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
height: 440px;
margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
text-align: left;
text-shadow: none;
top: 40px;
left: 5%;
}
/* Declare heights because of positioning of img element */
.carousel .item {
height: 440px;
background-color: #0876bb;
background-image: url(img/slide-01.jpg);
background-repeat: no-repeat;
background-position: center;
}
.carousel-inner > .item > img {
min-width: 1024px;
height: 440px;
vertical-align: middle;
}
.carousel-control {
height: 510px;
}
/* CUSTOMIZE QUOTES
-------------------------------------------------- */
.quotes {
margin-top: -10px;
}
hr {
color: #adadad;
margin-top: 40px;
margin-bottom: 40px;
}
.quote {
border: solid 1px #adadad;
border-radius: 15px;
margin-bottom: 50px;
padding: 30px 30px;
}
#quote-img {
position: absolute;
top: 30px;
left: 5px;
width: 29px;
height: 29px;
background-image: url('img/quote-left.png');
background-repeat: no-repeat;
}
#quote-img2 {
position: absolute;
top: 30px;
right: 5px;
width: 29px;
height: 29px;
background-image: url('img/quote-right.png');
background-repeat: no-repeat;
}
#quote-img3 {
position: absolute;
bottom: 27px;
left: 50px;
width: 36px;
height: 25px;
background-image: url('img/quote-corner.png');
background-repeat: no-repeat;
}
/* CUSTOMIZE INTERIORS
-------------------------------------------------- */
.blue {
color: #0876bb;
}
.grey {
color: #888888;
margin-left: -15px;
margin-bottom: 10px;
margin-top: -20px;
}
.subheading {
font-size: 18px;
font-weight: 400;
padding-top: 30px;
}
.contenido {
text-align: justify;
}
ul {
list-style-type: none;
padding: 0px;
margin: 20px 0 20px 0;
}
ul li.bullet-01 {
background-image: url(img/bullet-01.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
padding: 15px 0 15px 40px;
font-size: 13px;
text-align: justify;
}
ul li.bullet-02 {
background-image: url(img/bullet-02.png);
background-repeat: no-repeat;
background-position: 10px 22px;
padding: 15px 0 15px 40px;
font-size: 13px;
text-align: justify;
}
ul li.bullet-a {
background-image: url(img/bullet-a.png);
background-repeat: no-repeat;
background-position: 0px 14px;
padding: 15px 0 15px 40px;
font-size: 13px;
text-align: justify;
}
ul li.bullet-b {
background-image: url(img/bullet-b.png);
background-repeat: no-repeat;
background-position: 0px 14px;
padding: 15px 0 15px 40px;
font-size: 13px;
text-align: justify;
}
ul li.bullet-c {
background-image: url(img/bullet-c.png);
background-repeat: no-repeat;
background-position: 0px 14px;
padding: 15px 0 15px 40px;
font-size: 13px;
text-align: justify;
}
.img-responsive {
margin-top: 30px;
}
/* CUSTOMIZE FORM
-------------------------------------------------- */
.form-control {
background-color: #eaeaea;
box-shadow: none;
border-radius: 0px;
height: 50px;
border: none;
}
.btn {
background-color: #0876bb;
border-radius: 0px;
border: none;
margin-right: -15px;
padding: 20px 30px;
}
/* CUSTOMIZE FOOTER
-------------------------------------------------- */
.footer {
position: relative;
bottom: -31;
width: 100%;
/* Set the fixed height of the footer here */
height: 75px;
background-color: #212121;
}
.f1 {
font-size: 11px;
padding: 30px 0 20px 25px;
color: #fff;
font-weight: 200;
letter-spacing: .5px
}
.f1 a {
color: #fff;
}
.f1 em {
color: #0876bb;
}
.text-mutted {
font-size: 11px;
color: #888;
padding: 30px 0 20px 0px;
}
@media (max-width: 990px) {
#quote-img3 {
bottom: -23px;
}
.f1 {
padding: 20px 0 0 0;
width: 60%;
}
}
@media (max-width: 700px) {
.copyright {
margin-top: 130px;
}
.f1 {
padding: 20px 0 0 0;
width: 100%;
}
}
function mbe_wp_head(){
echo '<style>'.PHP_EOL;
echo 'body{ padding-top: 70px !important; }'.PHP_EOL;
// Using custom CSS class name.
echo 'body.body-logged-in .navbar-fixed-top{ top: 28px !important; }'.PHP_EOL;
// Using WordPress default CSS class name.
echo 'body.logged-in .navbar-fixed-top{ top: 28px !important; }'.PHP_EOL;
echo '</style>'.PHP_EOL;
}
#respond {
background: #ffffff;
padding:10px;
margin-top:-15%;
}
/* Highlight active form field */
#respond input[type=text], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
padding: 3px 0px 3px 3px;
margin: 30px 1px 3px 0px;
border: 1px solid #DDDDDD;
}
#respond input[type=text]:focus, textarea:focus {
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
margin: 5px 1px 3px 0px;
border: 1px solid rgba(81, 203, 238, 1);
}
#author {
font-family: Lobster, "Lobster 1.4", "Droid Sans", Arial;
font-size: 16px;
color:#1d1d1d;
letter-spacing:.1em;
}
#url {
color: #21759b;
font-family: "Luicida Console", "Courier New", "Courier", monospace;
}
#submit {
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px;
text-decoration: none;
border:0px;
border-top: 2px solid #0992e6;
background: #0773b5;
}
#submit:hover {
background: #0869a4;
border-top: 0px;
border-bottom: 2px solid #0992e6;
text-shadow: 0px;
color:#cecece;
}
#commentform > p.logged-in-as {margin-bottom: 20px;}
最佳答案
这 3 个文件返回一个 404 .你可以看到这些购买打开JavaScript console在您的浏览器中。
http://www.humantools.com.mx/prueba/dist/js/bootstrap.min.js http://www.humantools.com.mx/prueba/assets/js/docs.min.js http://www.humantools.com.mx/prueba/assets/js/ie10-viewport-bug-workaround.js
最重要的文件是bootstrap.min.js,需要将其包含在内。你应该像这样在你的元素中包含 Bootstrap ——确保你在你说的目录中有它:https://github.com/pjhampton/BigBooty/blob/master/lib/framework/enqueue.php
关于javascript - Bootstrap javascript wordpress 问题数据切换 ="collapse",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27575836/
我正在尝试创建一个简单的小部件,它只有一个切换按钮,但我的 AVD 模拟器上不断出现错误,提示“加载小部件有问题”。 似乎是因为我在小部件布局中添加了开关或切换按钮。 为了测试它,我创建了一个新的空
我正在使用 GLFW 进行键盘输入,但处理速度太快,因此我的 bool 开关在一次按下时被更改了 10 次,因为输入是每一帧处理的。我只需要按一次空格键即可切换状态。我当前的代码如下: if (glf
我希望完成一个相当简单的任务(我希望!) 我有两个 div 标签和一个 anchor 标签,像这样: forgot password? 我希望使用 anchor 标记在两个 div 标记之间切换,
我已经尝试了几种不同的方法,但似乎无法弄清楚如何将 span 的类从“die2”切换到“die3”以及将 div 的显示样式从“block”切换到“none”。有人有任何解决方案吗? (基本上当页面加
我正在尝试制作一个交换小部件,该小部件显示两个不同的文本。激活时,它下面显示一个TextField,顶部是不可见的,而禁用时它上面显示一个Text,而底部是不可见。但是它没有在屏幕上显示任何内容,只是
我有一个简单的 Angular 应用程序,它使用两个模板和 Controller 。放置两个按钮来切换 View 。它们调用在控件内定义的函数,该函数使用 window.location='' 来切换
我想要一个 div 切换它的类(切换)onclick,然后再次恢复到原来的类 onclick 我的代码是: function myfunc() { //the code over here
我确信这是一个常见问题,我已经尝试了该网站上的许多线程来尝试解决我的问题,但我似乎无法使其正常工作。基本上我有一个子菜单,当父菜单悬停在其上时需要显示该子菜单,但是如果您在加载完成之前将鼠标从菜单项上
我制作了一个 JavaScript 函数来隐藏单击按钮时的链接及其在该函数中的工作 function toggle() { var ele = document.getElement
我正在使用我在 JS fiddle 上找到的这个脚本:http://jsfiddle.net/Q4PUw/2/ 当我点击切换链接时,它会切换框并显示它,但是,它会跳回页面顶部,然后我必须再次向下滚动才
我正在 GoDaddy 上的共享服务器 IP 上构建 Web 应用程序。该应用程序与验证请求服务器 IP 的房地产 API 进行对话。问题是在 GoDaddy 上,我们的 IP 被列为 X,但它实际上
我在 jquery 中有一个简单的脚本,可以在 时切换 div(显示和隐藏)。被点击(我正在使用 Bootstrap )。 HTML: Advanced search This is t
我有两个 NSWindows,其中都有一个 NSPanel。我想在按下按钮时切换窗口。如何才能做到这一点?我不再需要旧窗口,所以我只想显示新窗口。 最佳答案 要聚焦第二个窗口,只需调用: [windo
我尝试在单击切换时将选项添加到选择菜单,但如果再次单击(取消选择),则可以将其删除。到目前为止,我可以在单击时向选择菜单添加单个值,但无法将其删除(切换添加切换删除) 这是我的代码: HTML
我正在尝试隐藏所属行。例如,如果您单击“子标题 1”,则将仅隐藏项目 1、项目 2 和项目 3 行。 示例: title Sub Title 1
似乎无法让它为我工作,任何人都可以为我提供帮助吗? http://codepen.io/anon/pen/kABjC 这应该根据点击打开和关闭文本部分,它采用 ID #,它只是一个数字(1,2,3,4
我正在从一个文件复制到另一个文件,并且我可以看到 Excel 在源文件和目标文件之间切换(如闪烁)。我希望宏从源复制并粘贴到目标,而不在文件之间切换(我不想闪烁)。 这里我得到了我的 Excel VB
我正在尝试制作一个带切换功能的 Accordion ,现在看起来效果很好。作为 javascript 的新手,我希望得到一些帮助,那就是它的组合方式。 http://jsfiddle.net/z3wW
我正在尝试制作一个小脚本,其中屏幕将每 100 毫秒随机更改一次背景颜色,您可以通过按一个按钮来打开和关闭它。我可以让它开始,但我不能让它停止。 这是切换的主要代码: var on = -1; fun
我确信这里应该已经涵盖了这一点,但我一直无法找到专门涉及此问题的问题。 我在一个页面中有 2 个 div,就像这样...... ...content... ...content...
我是一名优秀的程序员,十分优秀!