Title: Problem with create Carousel implementation,
Last modified: October 11, 2022

---

# Problem with create Carousel implementation,

 *  Resolved [Elton Heta](https://wordpress.org/support/users/eltonheta/)
 * (@eltonheta)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/)
 * I read article [https://wordpress.org/support/topic/ajax-pagination-building-up-link/#post-13631406](https://wordpress.org/support/topic/ajax-pagination-building-up-link/#post-13631406),
   and i try but not work.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-create-carousel-implementation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16088644)
 * Putting that code as shown in that post in a code snippet or in your functions.
   php file isn’t enough, because you’re not telling WordPress when on the page 
   to output the results.
 * You either need to use it in a WordPress hook which targets a specific part of
   your page, or use it in a child theme template file.
 * For example, you could put it somewhere in the page.php template file of your
   theme. If adding it to your theme template files, see also:
 * [https://learn.wordpress.org/lesson-plan/anatomy-of-a-theme/](https://learn.wordpress.org/lesson-plan/anatomy-of-a-theme/)
   
   [https://yoast.com/wordpress-theme-anatomy/](https://yoast.com/wordpress-theme-anatomy/)
 *  Thread Starter [Elton Heta](https://wordpress.org/support/users/eltonheta/)
 * (@eltonheta)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16089415)
 * That part of the code, apart from not working for me, breaks the wordpress panel,
   gives an error, maybe it is not compatible with the latest version of wordpress.
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16089514)
 * Here I am using the code inside the `/twentytwentyone/template-parts/content/
   content-page.php` file of the Twenty Twenty-One theme:
 * ![](https://i0.wp.com/i.imgur.com/G5Bzab1.png?ssl=1)
 * And here is the debug output:
 * ![](https://i0.wp.com/i.imgur.com/hLDcb7Q.png?ssl=1)
 *  Thread Starter [Elton Heta](https://wordpress.org/support/users/eltonheta/)
 * (@eltonheta)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16089521)
 * Yes, this code also appears to me, but it also appears on the dashboard, maybe
   because I put it directly in function.php, but from the code that comes back,
   isn’t there any possibility to display the carousel directly through the shortcode
   instead of this code.
 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16089552)
 * The code doesn’t build a carousel. You can use it to build your own HTML markup
   for each slide, but you’ll still need to implement a carousel JavaScript library
   to transform the HTML markup into a slider.
 * If you want to display a carousel directly from the [site_reviews] shortcode,
   then you will need to either use the Review Themes addon, or use the first method
   outlined in the forum post you referenced along with some other slider WordPress
   plugin. I don’t know of any slider plugin that does this, but you may find one
   in the WordPress plugin directory.
    -  This reply was modified 3 years, 6 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
 *  Thread Starter [Elton Heta](https://wordpress.org/support/users/eltonheta/)
 * (@eltonheta)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16089578)
 * Ah ok, I was expecting to show the carousel with this, so it’s not like there
   is any other simple way except to use addons or premium.

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

The topic ‘Problem with create Carousel implementation,’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

## Tags

 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 6 replies
 * 2 participants
 * Last reply from: [Elton Heta](https://wordpress.org/support/users/eltonheta/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/problem-with-create-carousel-implementation/#post-16089578)
 * Status: resolved