Possible to have a multiline title in "GK Image Show"?

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Wed Oct 22, 2014 10:05 am
Hello everyone,

I am currently customizing the Creativity theme for our company. Everything works fine and thanks to this forum and a lot of documentation, most questions could be answered.

For the moment, there is just one thing that I am not able to achieve. Is it possible and how is it possible to have a multiline title on the intro slides? I tried to add a "<br />" in between the caption field, e.g. "Company name <br /> subtitle", but it's not working.

I really would appreciate a hint :)

Thanks in advance!

Pascal
User avatar
Fresh Boarder

GK User
Wed Oct 22, 2014 12:01 pm
Hello,

Please edit Creativity/gavern/widgets.imageshow.php file and change this fragment (line 103):

Code: Select all
$title = htmlspecialchars($titles[$i]);


into:

Code: Select all
$title = $titles[$i];


after this modification, "<br />" tag should work.
User avatar
Moderator

GK User
Wed Oct 22, 2014 3:06 pm
Hello Piotr,

thank you so much, it's working!
Your support is really amazing :)

All the best
User avatar
Fresh Boarder


cron