T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Michael
  2. General Discussion
  3. Thursday, 30 January 2014
  4.  Subscribe via email
Hi,

i have updated the T3 / Bootsrtap 2 Version to the newest Version with Bootstrap 3.

Now i have added the following code in my content, but it dont work :(

<div class="panel panel-default">
<!-- Default panel contents -->
<div class="panel-heading">Panel heading</div>
<div class="panel-body">
<p>testbody</p>
</div>
<!-- Table -->
</div>


You can find the code here: Title

what is wrong?

regards

Michael
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
<div id="accordion" class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#collapseone" data-parent="#accordion" data-toggle="collapse"> Title 1 </a></h4>
</div>
<div id="collapseone" class="panel-collapse collapse" style="height: auto;">
<div class="panel-body">text1text1text1text1text1text1text1text1text1text1text1text1text1text1text1text1 </div>
</div>
</div>
<div class="panel panel-default ">
<div class="panel-heading">
<h4 class="panel-title"><a href="#collapsetwo" data-parent="#accordion" data-toggle="collapse"> title 2</a></h4>
</div>
<div id="collapsetwo" class="panel-collapse collapse" style="height: auto;">
<div class="panel-body">text2text2text2text2text2text2text2text2text2text2text2text2text2text2text2text2</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#collapsethree" data-parent="#accordion" data-toggle="collapse"> title 3</a></h4>
</div>
<div id="collapsethree" class="panel-collapse collapse" style="height: auto;">
<div class="panel-body">text3text3text3text3text3text3text3text3text3text3text3text3text3text3text3text3</div>
</div>
</div>
</div>
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry, wrong answer, I'm sorry, I thought you meant the accordion.
  Resende - Rio de Janeiro, Brazil
Visit 
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Sorry, wrong answer, I'm sorry, I thought you meant the accordion.


Accept the "accordion" the rest is the same :)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael,

You should use T3 Bs3 Blank if you want a Bootstrap 3 starter template.

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.