Is there anyway to include text, titles, or other information into the Galleria display? I know it's part of the original script, but the Awake theme doesn't expose it.
Galleria in Awake Options
(2 posts)
(2 voices)
-
Posted 1 year ago #
-
Hello longjump,
You can try manually setting the title and description for your images by opening up
/wp-content/themes/awake/lib/functions/shortcode.phpon line 482 - 488,foreach ($matches[0] as $img) { $gallery_img = webtreats_image_resize($load_height,$load_width,$img); $out .= '<a href="' .$gallery_img. '"><img alt="" class="noscript" src="' .webtreats_image_resize($img_height=40, $img_width=60, $img). '" /></a>'; } $out .= '</div>';In the next update we have this integrated into the shortcode so it might be best to just wait for that.
Posted 1 year ago #
Reply
You must log in to post.













