Bootstrap Collapse: Works well on home but not inside

Everything to do with Joomla! 3.x templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
User avatar
john-doe
Joomla! Ace
Joomla! Ace
Posts: 1008
Joined: Tue Apr 19, 2011 7:39 pm
Location: Colombia
Contact:

Bootstrap Collapse: Works well on home but not inside

Post by john-doe » Wed Jun 22, 2016 4:38 pm

Greetings. I'm develoing a custom template but i'm having the following problem:

In the template i defined an area for a module which is inside a bootstrap collapse item. I'm working in Bootstrap 3.3.6 cutomized for the page but the component can be tested with a default BS.Here is the code:

Code: Select all

 <?php if($this->countModules('Ver-Secciones')) : ?>
   <aside class="bloqueoscuro">
    <h3 class="col-md-9">Ver Secciones</h3>
    <a data-toggle="collapse" href="#lista" aria-expanded="false" aria-controls="lista"><h3 class="col-md-3"><span class="glyphicon glyphicon-chevron-down" aria-hidden="true"></span> </h3></a>
    <div class="clearfix"></div>
    <div id="lista" class="collapse">
      <jdoc:include type="modules" name="Ver-Secciones" style="html5" />
    </div>
<div class="hojabaja"></div>
  </aside>
      <?php endif; ?>
When i toggle the bootstrap collapse works well in the home page, but as soon as i get to an inside page i toggle the collapse module and while is closed i click to open and the collapse closes instead and everytime i trigger the button closes insteadd of open and close.

I'm not sure about what is making conflict but it seems odd that works fine in the home page and not elsewhere.
Here is a Video showing the issue.

https://youtu.be/MmD8xv6m06E

Thanks in advance
www.aldemar-hernandez.com - Custom templates and design services.

Locked

Return to “Templates for Joomla! 3.x”