How to Display Banner Name in Carousel Banner...
- Posted by feliwebwork (2) Offline
Hi. First, I want to say that I really like Carousel Banner. Thank you for such a nice free extension.
I was hoping you could help me know how to display the name of the banner in the carousel. It seems the module does not have that option. Could you give me an idea of how I could add code to the module so that it will display the Banner name under or above the banner?
Thank you.
3 years 11 months ago #1
by feliwebwork
I was hoping you could help me know how to display the name of the banner in the carousel. It seems the module does not have that option. Could you give me an idea of how I could add code to the module so that it will display the Banner name under or above the banner?
Thank you.
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi, Thanks glad you like it;)
You can create a template override for carousel banner and put this code below in the default.php at lines 22:If you don't know how to create a template override please follow this video
3 years 11 months ago #2
by TemplatePlazza
You can create a template override for carousel banner and put this code below in the default.php at lines 22:
<?php echo $item->name; ?>
Please Log in or Create an account to join the conversation.
- Posted by feliwebwork (2) Offline
Thank you very much for the response. I was able to get it to work following your instructions and tweaking it to my liking.
By the way, your forum here is not working well. It will not allow to reply unless I refresh quickly 3 or 4 times. There seems to be a conflict somewhere.
Thank you for your work and the help.
3 years 11 months ago #3
by feliwebwork
By the way, your forum here is not working well. It will not allow to reply unless I refresh quickly 3 or 4 times. There seems to be a conflict somewhere.
Thank you for your work and the help.
Please Log in or Create an account to join the conversation.