When using Fancy Images how can I make the title of the image show up in the Lightbox display?
Image title in Lightbox
(5 posts)
(2 voices)
-
Posted 9 months ago #
-
Hello parkerhere,
Open up
/wp-content/themes/awake/lib/shortcodes/18-images.phpand around line 78 you should see this,'height' => '',On the next line add this,
'title' => '',Next change line 101 to this,
'title' => $title,And do the same for line 140.
Let us know if that works for you.
Posted 9 months ago # -
I'm new to this so please bear with me. When you say "add this to the next line" do you mean add another line? Next do I still change line 101 or would it now be 102?
I'm learning.
Thanks,Posted 9 months ago # -
You would hit enter to go to a new line and then add it but it should not matter in that case.
Around line 101 you should see something like this,
'title' => '',Change it to this,
'title' => $title,
And do the same on line 140 (or around line 140).
Posted 9 months ago # -
Got it! Thanks...
Posted 9 months ago #
Reply
You must log in to post.













