• hey,

    I just realised that this Gallery Plus! doesnt put any alt text (even if you have it fiiled up when you add picture into gallery) into the source code of the web page…

    All alt texts of all pictures in the gallery are empty. Why???

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi @lubosko thank you for reporting this! This is a bug indeed, we are going to release an update asap! Please give me some time to add a generic fix here

    Plugin Support Fotis

    (@markwaregr)

    Hi @lubosko
    This will help https://www.ads-software.com/support/topic/gallery-plus-captions/
    Until we release the update

    Thread Starter lubosko

    (@lubosko)

    Thanx Fotis,

    Update would be great. Can I hope it will be any soon?

    I like your gallery – easy simple and does exactly I need.
    Only drawback is those missing alt texts..

    Good luck fixing it!

    Plugin Support Fotis

    (@markwaregr)

    Hi there,
    yes and update will be soon ready, but currently you should check the solution I posted, it will/should fix it.

    Thread Starter lubosko

    (@lubosko)

    Hi Fotis,

    I had a look at your solution.

    But I dont need caption (I dont want to use caption).

    I just need alt text for each picture without caption.

    Thanx

    Plugin Support Fotis

    (@markwaregr)

    Hi,
    replace

    <img src="<?php echo esc_url( $img['0'] ); ?>" alt="<?php echo esc_attr( wp_get_attachment_caption( $id ) ); ?>">
    

    with this
    <img src="<?php echo esc_url($img['0']); ?>" alt="<?php echo esc_attr(get_post_meta($id, '_wp_attachment_image_alt', true)); ?>">

    in wp-content/plugins/elements-plus/elements/ep-justified-gallery.php

    Make sure your images have alt text

    Let me know if this helps

    • This reply was modified 3 years ago by Fotis.
    Thread Starter lubosko

    (@lubosko)

    super – it works. All alts are in the source code now.
    Thanx Fotis!

    Plugin Support Fotis

    (@markwaregr)

    Great!
    Glad everything works fine!
    If you enjoy the plugin and our support please reconsider your review, it will mean a lot to us.
    In any case I will be happy to help anytime

    Thread Starter lubosko

    (@lubosko)

    Hi,

    half year ago you promissed there would be an update soon.

    NO SO FAR ??

    I still have to change it by myself.

    • This reply was modified 2 years, 7 months ago by lubosko.
    Plugin Support Fotis

    (@markwaregr)

    Hi there,
    I am afraid we cannot promise the exact release time of a feature. Currently, all our updates cover Elementor breaking changes only and we don’t include feature releases.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Why Gallery Plus! erases all alt texts???’ is closed to new replies.