Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field Image select can have a title for images #193

Open
LC43 opened this issue Aug 4, 2024 · 0 comments · May be fixed by #195
Open

Field Image select can have a title for images #193

LC43 opened this issue Aug 4, 2024 · 0 comments · May be fixed by #195

Comments

@LC43
Copy link
Contributor

LC43 commented Aug 4, 2024

CSF_Field_image_select can have a simple change, allowing a title for the so when the user hovers it, some text shows.

echo '<img src="'. esc_url( $option ) .'" alt="img-'. esc_attr( $num++ ) .'" />';

replace with

echo '<img title="' . esc_attr( $key ) . '" src="'. esc_url( $option ) .'" alt="img-'. esc_attr( $num++ ) .'" />';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant