• Resolved jonj1611

    (@jonj1611)


    Hi,

    I am using the display brands carousel which does exactly what I want but is it possible to add the title to the brands like which is used in the display all brands shortcode?

    I am looking to get a carousel of all the brands and people can see how products are associated with the brand at a glance, the title bit does that perfectly but I cannot get it to work with the carousel for some reason.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • I also would love to see this feature. Being able to position above or below. Thanks!

    I was able to edit the carousel.php file and add the brand name to it, which is fine, but for others, it might be good to add official support for this. I simply added this line after line 15 of the file.

    <div style="margin-top:5px; padding-left:5px; line-height:1.2; text-align:center;"><?php echo $brand['name']; ?></div>

    Thread Starter jonj1611

    (@jonj1611)

    Cheers mate ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display brands carousel Add Title?’ is closed to new replies.