Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #3191868
Alternative Text shown above picture by click on lightbox
Closed

Comments

  •  1
    Jana started the conversation

    Hello,

    on the page https://bookabrain.de/datenanalyse/chat-gpt-revolution I have several lightboxes for the pictures activated. That way, especially mobile users can tab to zoom. That works fine, but the alternative text is shown when the users clicks on the lightbox. I need the alt-text for SEO purposes, but I don't want it to be shown in the front end. 

    How do I deactivate that? 

    I was forced to move the alt-text to the "description" (hence, you won't see the issue anymore when clicking on a lightbox), but I attached a screenshot.

    thank you,

    Jana


    Attached files:  Bildschirmfoto 2022-12-19 um 20.22.37.png

  •  4,772
    Michael replied

    HI!

    To help you solve this problem I need to see at least one lightbox with this text and I can give you the necessary code to hide it.

  •  1
    Jana replied

    Ok, understood. I added the Alt-text for this picture: openai-gpt-fragen.png

  •  4,772
    Michael replied

    pls. use following css:

    .pp_pic_holder .ppt {
        display: none !important;
    }