• tkse

    (@tkse)


    I want to display partners at the bottom of my page, preferably at the bottom of index.php or in the footer.php-file, but there’s a lot of partner logos to display, so I want to have a slider showing 3-5 logos at the time.

    Any plugin/slider suggestions? Everything I can find is made for posts, not something you can integrate anywhere on the site.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You could use a generic jQuery based slider intended for any webpage. Since such jQuery plugins are not in the form of a WP plugin, you would need to integrate it yourself, either as a simple plugin, or on your theme’s functions.php. (better yet, functions.php of a child theme).

    Integration mainly consists of enqueuing the jQuery plugin with wp_enqueue_script() and specifying array('jquery') (and any other dependencies) as a dependency.

Viewing 1 replies (of 1 total)
  • The topic ‘Slider recommendations?’ is closed to new replies.