The twitter-bootstrap tag has no wiki summary.
0
votes
1answer
66 views
How to echo a different field if another field is empty?
I succeeded in getting both images and video to echo into a bootstrap carousel. However, I run into a problem when the post contains no images. If there are no images then there is no class="item ...
1
vote
1answer
875 views
Bootstrap drop down menu with wp_nav_menu
I am trying to build a Wordpress theme with boostrap, but the nav menu is giving me some trouble. I would like the dropdown to work like boostraps dropdown, but I do not know how to do this.
This is ...
0
votes
1answer
175 views
change the icon of a custom post type in WordPress to use twitter boostrap
Using jquery, the icons of WordPress admin menu have been changed to use the twitter boostrap icons, done such as:
jQuery('#icon-themes.icon32').replaceWith('<div style="font-size:22px;" ...
0
votes
3answers
412 views
WordPress admin bar overlapping twitter bootstrap navigation
I am having an issue with the WordPress admin bar overlapping the twitter bootstrap (2.3.0) nav bar. I have tried this fix:
body.admin-bar .navbar-fixed-top {
top: 28px;
}
.navbar .brand {
...
-1
votes
1answer
362 views
Using twitter bootstrap in a theme
Recently I made a simple web template using basic HTML and twitter bootstrap along with my own custom CSS. I want to convert that into a WordPress theme.
I know how to create WP theme from basic ...
0
votes
1answer
126 views
Make wp_link_pages() suitable for Twitter Bootstrap markup
Below there's the Wordpress code found in post-template.php for the wp_link_pages() function - this function generates a page navigation for posts or pages having the content split into multiple ...
2
votes
1answer
204 views
Make compatible custom menu widget for Twitter Bootstrap
If I configure wp_nav_menu function, I can put the "items_wrap" option to achieve a nice navigation given by Twitter Bootstrap, thus: <ul class="nav nav-pills">%3$s</ul>. But, how to ...
5
votes
3answers
608 views
Display custom post type and custom fields within a Bootstrap Carousel
I am using the "Types" wordpress plugin for the first time. I created a custom post type, as well as some custom fields.
How do I dynamically call all the custom posts into a Bootstrap carousel, ...
0
votes
1answer
422 views
Bootstrap menu - make menu entries with submenu not clickable
I am currently developing a new WordPress theme employed on the basis of twitters bootstrap build.
To use the menu Custom Navbar, I've followed the instructions of goodandorgreat.
...
0
votes
1answer
278 views
Shortcode for Twitter Bootstrap Collapse
Im trying to create shortcodes for Twitter Bootstrap Collapse.
This is what Im trying to achieve:
[collapse-group]
[collapse accordion="#accordionOne" title="my heading1"]some text[/collapse]
...
2
votes
2answers
677 views
Twitter Bootstrap Use Collapse in Custom Post Type
I am using Bootstrap with Wordpress and I want to implement the collapse functionality in the content for single pages of a specific custom post type.
I know I could create a shortcode, however, ...
0
votes
1answer
177 views
How to Modify a Widgets UL and/or LI Classes
Im attempting to use twitter UL styles on a custom menu widget.
For example, in BootStrap they have a Nav List Style for UL's
<ul class="nav nav-list">
<li class="nav-header">List ...
0
votes
1answer
591 views
How to create a new wordpress custom theme using Twitter Bootstrap and all of it's JavaScript Plugins? [closed]
Newbie Wordpress user here and very new to web design but I have a good grasp on how to use Twitter Bootstrap.
I want to create a new wordpress custom theme using Twitter Bootstrap and all of it's ...
0
votes
1answer
43 views
when editing a widget, all previously made options are gone [closed]
here's what 's happening: The widget I'm building is rendering a title, a body and some buttons bellow it. The user can change the title, the body, the label and the link of each button.
When the user ...
0
votes
1answer
886 views
Link permalink in Twitter Bootstrap “TypeAhead” results
Twitter Bootstrap have a javascript plugin called TypeAhead which is simular to Google Instant Search. I'm using it to pull the WordPress post titles into the search box, using the following code c/o ...
0
votes
1answer
668 views
Twitter bootstrap tabs
Does some know how to do shortcode for Twitter bootstrap tabs or any other tabs? I found this tutorial http://michaelwender.com/blog/2010/11/01/creating-wordpress-shortcodes-for-jquery-tools-tabs/ but ...
3
votes
4answers
9k views
wordpress nav menu using twitter bootstrap
I'm using twitter bootstrap in my theme.
I'm trying to use bootstrap menu in my theme. But it use custom attributes like data-toggle.
Here is the full code.
<ul class="nav">
...
