We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Max
  2. General Discussion
  3. Monday, 10 June 2013
  4.  Subscribe via email
Hello, I'm Interested how can I add carousel in T3 blank template? Like this one..

http://twitter.github.io/bootstrap/examples/carousel.html

PS: It is about Jomla! 3.1, I forgot to mention
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi, thank you for answering.. the url is:
http://www.dabesh.com/tatterton/
And the fullscreen carousel is the first module under the top menu.
Any help would be really appreciate
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
Hi,

I am afraid you have to provide me your site url so I can debug and give you some CSS code to fix the issue.

Regards.
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
Hi I write here because maybe someone of you can help me with my issues with he carousel.
I am trying to implement this script -> http://www.responsivewebmobile.com/app/webroot/rwm_carousel_fullscreen/
on my website (http://www.dabesh.com/tatterton/)
I hope someone made something similar or can give me an advice.
Many thanks
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
T3 integrates Bootstrap 3 at core then you just add Bootstrap 3 carousel html markup and it will work properly in your site, no third party extension required.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello, everyone interested in trying this Bootstrap 3.0 Carousel component and module for Joomla Template Framework “T3 b3 Blank”? Please download the attached joomla package which includes the module and the component. For the instructions click here
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Sunny,

It's just the style issue, you can use LESS or CSS to fix it.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Any idea? Somebody?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
This more belongs to CSS. You can share your site URL? I will try to debug and help you but please enable dev mode.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Gardner,

thanx for answering.
Do you see those tiny litte arrows on top?
They are supposed to be larger and in the middle :)

Thanx for looking.
Sunny
Attachments (1)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Sunny,

It's very kind of you to provide a screenshot with explanation so we can catch your point easier.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Hey Guys,

because this thread is already helping, i keep asking here.
I'm using t3-bs3-blank on Joomla 3.3.1 to create a custom Template.
I mainly used Max markup and added some things:
- background image that is fixed behind the carousel
- thumbnail class for images
- box-shadow style for images

These addings actually worked out pretty well.

But somehow my arrows align to the top and don't stay in the middle.


<div class="custom" style="background-image: url('/images/banners/panorama/body-back.jpg'); background-repeat: no-repeat; background-size: cover; background-attachment: fixed;">
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner"><!--Slide 1-->
<div class="item active">
<div class="jumbotron masthead">
<div class="container"><img class="img-responsive img-thumbnail" style="-webkit-box-shadow: 5px 5px 3px #776F63; box-shadow: 3px 3px 3px #776F63;" src="/media/favslider/1.jpg" alt="" /></div>
</div>
</div>
<!--Slide 2-->
<div class="item">
<div class="jumbotron masthead">
<div class="container"><img class="img-responsive img-thumbnail" style="-webkit-box-shadow: 5px 5px 3px #776F63; box-shadow: 3px 3px 3px #776F63;" src="/media/favslider/2.jpg" alt="" /></div>
</div>
</div>
<!--Slide 3-->
<div class="item">
<div class="jumbotron masthead">
<div class="container"><img class="img-responsive img-thumbnail" style="-webkit-box-shadow: 5px 5px 3px #776F63; box-shadow: 3px 3px 3px #776F63;" src="/media/favslider/3.jpg" alt="" /></div>
</div>
</div>
</div>
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a> <a class="carousel-control right" href="#myCarousel" data-slide="next">›</a></div>
</div>
<script>// <![CDATA[
!function ($) {
$(function(){
// carousel demo
$('#myCarousel').carousel()
})
}(window.jQuery)
// ]]></script>


Hopefully you see the mistake, that i can't find.
And sorry for my english ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
Bumping topic above men's suit spam...
Anyone????
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Gardner.

I'm using T3 BS3 Blank 2.1.4 and T3 2.2.1

Best,
Pat
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 13
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pat,

What template (T3 Blank or T3 BS3 Blank template)? and what's the template and T3 plugin version?

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 14
Accepted Answer Pending Moderation
0
Votes
Undo
I know this post is a little old, but did you ever figure out a more elegant solution to having a full-width carousel behind the navbar? Its no big deal for me to edit the HTML, but I'm handing this site off to the client and that's when it will become an issue. Thanks!
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 15
Accepted Answer Pending Moderation
0
Votes
Undo
^ Solved. Solution is to override article/category templates.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 16
Accepted Answer Pending Moderation
0
Votes
Undo
How do you update (change/add/remove text/images) to the slideshow? Editing a static HTML file is not a very dynamic solution really. Is there a better way with T3 Framework and/or K2?
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 17
Accepted Answer Pending Moderation
0
Votes
Undo
If I understand correctly, the best way to do that is to add menu to the module position that is below carousel module.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 18
Accepted Answer Pending Moderation
0
Votes
Undo
Max I've followed your guide and it works, but what if I want the menu under (outside) the carousel?
Thanks in advance.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 19
Accepted Answer Pending Moderation
1
Votes
Undo
Hi anomatron,

I founded solution for your problem, it is not simple and it is not final. Requires a lot of changes. I hope you will manage to follow steps, and hope this is what you want.

1. Need to go to Extensions - Template - and chose your default (I worked with T3-blank-home1)
2. Go to Layout
3. Save as Copy (do not do this with your default template so you can start over if somethings go wrong)
4. In this step we need to get rid of 'header' which contains Logo and Search module
5. On your FTP find joomla-root-folder\templates\t3_blank\tpls
6. Open newly created 'Save as Copy" *.php file (see step 3)
- find <?php $this->loadBlock ('header') ?>
- delete it
- find <?php $this->loadBlock ('mainnav') ?>
- rename 'mainnav' with 'mainnav-carousel'
- save
7. Go to joomla-root-folder\templates\tpls\blocks
- find mainnav.php
- duplicate it and rename second file to mainnav-carousel
- open mainnav-carousel and in it paste this code



<?php
/**
* @package T3 Blank
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('_JEXEC') or die;
?>

<!-- MAIN NAVIGATION -->

<div class="navbar-wrapper">
<div class="container">
<div class="navbar navbar-inverse">
<div class="navbar-inner">

<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-reorder"></i>
</button>
<div class="nav-collapse collapse<?php echo $this->getParam('navigation_collapse_showsub', 1) ? ' always-show' : '' ?>">
<?php if ($this->getParam('navigation_type') == 'megamenu') : ?>
<?php $this->megamenu($this->getParam('mm_type', 'mainmenu')) ?>
<?php else : ?>
<jdoc:include type="modules" name="<?php $this->_p('mainnav') ?>" style="raw" />
<?php endif ?>
</div>

</div>
</div>
</div>
</div>
<!-- //MAIN NAVIGATION -->



8. Go back to your Joomla! backend
9. Extensions - Template - Injection
10. Paste this code Before </head>



<!-- Carousel -->
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="/images/slide/slide-01.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Example headline.</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<a class="btn btn-large btn-primary" href="#">Sign up today</a>
</div>
</div>
</div>
<div class="item">
<img src="/images/slide/slide-02.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>Another example headline.</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<a class="btn btn-large btn-primary" href="#">Learn more</a>
</div>
</div>
</div>
<div class="item">
<img src="/images/slide/slide-03.jpg" alt="">
<div class="container">
<div class="carousel-caption">
<h1>One more for good measure.</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<a class="btn btn-large btn-primary" href="#">Browse gallery</a>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div><!-- /.carousel -->

<style>
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
margin-bottom: 60px;
}

.carousel .container {
position: relative;
z-index: 9;
}

.carousel-control {
height: 80px;
margin-top: 0;
font-size: 120px;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
background-color: transparent;
border: 0;
z-index: 10;
}

.carousel .item {
height: 500px;
}
.carousel img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
}

.carousel-caption {
background-color: transparent;
position: static;
max-width: 550px;
padding: 0 20px;
margin-top: 200px;
}
.carousel-caption h1,
.carousel-caption .lead {
margin: 0;
line-height: 1.25;
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
margin-top: 10px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
margin-top: 20px;
margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}
.navbar-wrapper .navbar {

}

/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
border: 0;
-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
-moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
font-size: 16px;
font-weight: bold;
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
padding: 15px 20px;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
margin-top: 10px;
}
</style>



11. This code worked without carousel javascript, if you encounter slide problems add this after </style> in Injection


<script>

jQuery(document).ready(function(){

jQuery('#myCarousel').each(function(index, element) {

jQuery(this)[index].slide = null;

});

jQuery('#myCarousel').carousel('cycle');

});

</script>


12. That should be it. I repeat, this is not final solution and it has a lot of room for improvement.

In attached file you can see how it looks like, and you can find slider photos. Photos needs to be in joomla-root-folder\images\slide
Attachments (4)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 20
  • Page :
  • 1
  • 2


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