Title: Carousel Walkthrough
Last modified: August 21, 2016

---

# Carousel Walkthrough

 *  Resolved [Foolless](https://wordpress.org/support/users/foolless/)
 * (@foolless)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/)
 * Can you quickly walk through how to get an image into/updating in the carousel?
 * I cannot get anything to update there, even though the featured image is posting
   below

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * (@eminozlem)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/#post-4754197)
 * Are you using the latest version -1.4.8- ?
    I’ve been getting a few other complaints
   about the carousel lately. I’ll try to take a look at and rework the whole thing
   over the weekend.
 *  Thread Starter [Foolless](https://wordpress.org/support/users/foolless/)
 * (@foolless)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/#post-4754266)
 * In 1.4.8 and that would be great, I’ve been reverse-engineering some of the stuff,
   but they are the only thing that won’t update!
 * Unrelated, the branded options for the logo isn’t responsive. Are you planning
   on building in an option, or do you know where that is in the code? it currently
   blocks the dropdown menu
 *  Theme Author [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * (@eminozlem)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/#post-4754296)
 * The carousel’s still in the works, the logo is _responsive_ but you’re right,
   currently the mobile menu overlaps the logo, I see what you mean.
 * It really depends if your logo is horizontal – vertical. We could detect that
   with php, but even after then, gotta know if you want to
    a.) limit it to a certain
   height and hide the rest, so that the whole viewport is not occupied by the logo(
   1) b.) display it in full (2)
 * See this [http://s29.postimg.org/add4mdex3/rlg_Untitled_9.jpg](http://s29.postimg.org/add4mdex3/rlg_Untitled_9.jpg)
 * If you want a(1):
 *     ```
       a#logo_lg {overflow: hidden}
       ```
   
 * The logo has a default max-height:6em; you can adjust it accordingly
 * If you want b(2):
 *     ```
       a#logo_lg {
         float: none;
           height: auto;
           max-height: 0;
       }
       ```
   
 * But these will also effect the logo display in full-mode. So it’s really hard
   to find a solution that works for all, or even a middle ground. Maybe I’ll load
   two logos one for small one for large views. Let me know if you’ve suggestions
 *  Theme Author [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * (@eminozlem)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/#post-4754327)
 * The carousel now has a much more sensible layout and many bugs with the carousel
   has been fixed. Please download the latest version from SVN: [http://wordpress.org/themes/download/bootstrap-ultimate.1.4.9.zip](http://wordpress.org/themes/download/bootstrap-ultimate.1.4.9.zip)
   
   Or play with the demo here: [http://eodepo.com/wp/demo/bootstrap-ul/](http://eodepo.com/wp/demo/bootstrap-ul/)
 * Let me know if you still have questions
 *  Theme Author [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * (@eminozlem)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/#post-4754350)
 * Havent heard from you in over a week, marking as resolved, let me know if you’ve
   further questions.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Carousel Walkthrough’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/bootstrap-ultimate/1.4.9/screenshot.
   png)
 * Bootstrap Ultimate
 * [Support Threads](https://wordpress.org/support/theme/bootstrap-ultimate/)
 * [Active Topics](https://wordpress.org/support/theme/bootstrap-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/bootstrap-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/bootstrap-ultimate/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [eminozlem](https://wordpress.org/support/users/eminozlem/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/carousel-walkthrough/#post-4754350)
 * Status: resolved