Viewing 3 replies - 1 through 3 (of 3 total)
  • I think that was something being added to the images by my theme – this plugin doesn’t have a way to specify an image or link title, sorry.

    You may be able to add image/link titles using jQuery in your site footer if you have no other options (this code hasn’t been tested but is for a general idea):

    jQuery('#gallery-2 a[href$="some-url.com"]').attr('title','Some Link Title');

    Thread Starter M.Smirnov

    (@msmirnov)

    Ok. Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link title’ is closed to new replies.