New Landing How can we help? Atelier no title tag on blog pictures

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Atelier
  • #330012
    zweimalB
    Member
    Post count: 17

    Hi, there are no title tags on blog pictures. is there a way to activate them?

    #330013
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you explain further what you mean exactly and provide some examples?
    Thanks

    -Rui

    #330014
    zweimalB
    Member
    Post count: 17

    for each picture, i can specify a title tag and it should look like this:<img src=“image.jpg” alt=“image description” title=“image tooltip”> – i need that tag for seo and pinterest optimization.
    i found something in the function.js

    SWIFT.reloadFunctions = {
    		init:function() {
    
    			// Remove title attributes from images to avoid showing on hover
    			jQuery('img[title]').each(function() {
    				 jQuery(this).removeAttr('title');
    			});
    

    but i don’t want to mess up code which i have to restore with every update (by the way, i don’t have any programming knowlegde ;))

    #330071
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    ok. Thanks.

    This probably is done by a specific reason. Let me forward this to the development team to see what they have to say.

    -Rui

    #330183
    zweimalB
    Member
    Post count: 17

    any updates?

    #330186
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No. Still waiting for the reply.
    Will send him a direct message to give more priority to the ticket.

    -Rui

    #330240
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @zweimalB

    That JS code removes the tag on load so that they aren’t shown when hovering over the image. The code is still there in the source, and should be readable by sites such as pinterest and SEO. Are you saying that this isn’t visible in those sites?

    – Ed

    #330348
    zweimalB
    Member
    Post count: 17

    Hi Ed,
    when i look into the code i.e. with firefox firebug inspector, then there are no title tags.
    i attached 3 screenshots:
    1. Code example with firebug with two pics
    2. Mediathek Picture 1 tag info
    3. Mediathek Pic 2 tag info

    btw. same in chrome…

    Attachments:
    You must be logged in to view attached files.
    #330442
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @zweimalB

    As I said – this is removed on document load. If you check the source of the page, you should see the title tags there as expected. The inspector tools in browsers are live versions of the source, hence why you can’t see them there. Ultimately, the title tags are still there, but not visible when you hove an image, for aesthetic purposes.

    – Ed

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register