• seehymeh

    (@seehymeh)


    `I just downloaded the theme earlier today, the zip is labeled v1.6

    I had no specific posts so the carousel auto-populated with the most recent posts, as designed. The title would change correctly, but the content from the most recent post would remain. There were 5 divs in the html, and each div was correctly labeled class=”bs-slide-###” and one of the children of each of these divs was correctly labeled class=”post-###”, the content from the first post was repeated in each of these divs.

    That description sounded convoluted when I re-read it just now, but TLDR: Line 858 in wp-content/themes/boot-store/functions.php needs to be changed from $text = bre_get_the_content(); to $text = bre_get_the_content($post_id); or the carousel will not display post content correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Wow, you are way beyond me in looking at that code, but I am having the same problem I think. The title changes in the Carousel, but the body of the post remains the latest post… I though I saw somewhere that there was a bug in the theme and that they would be releasing an update…

    Theme Author sur

    (@sur)

    Fixed in 1.6.1

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Carousel excerpt not rotating. First excerpt repeating’ is closed to new replies.