Conversation
supportImage Titles are missing. There’s an element.style that says display: none but I can’t find how to counteract it or turn it off. Apparently 3.5 turned off using Titles as tooltips. http://wordpress.org/support/topic/cant-add-image-title-after-35-update http://localm2.com/wordpress-3-5-update-first-bug-report/ The titles are there in the images though and should be available. http://www.simonrigg.com/sculptures/previous/ There ought to be be a Title before the Caption. The source says: <div class="galleria-info-title" style="display: none;"></div> Firebug tells me: element.style { display: none; } I keep looking at this bit of code, line 438 in galleria-galleria.php but don’t know what to do with it. data_config: function(img) { // will extract and return image captions and titles from the source: return { title: $(img).attr('title'), description: $(img).parents('.gallery-item').find('.gallery-caption').text() }; I’m using galleria-1.2.8.js. It worked fine until WP 3.5 Thanks for any suggestions! Kathy http://wordpress.org/extend/plugins/galleria-galleria/
No comments were stored for this source.