#107034 replace alt title in image gallery with captions of each image
Landing › Forums › Jupiter WordPress Theme › replace alt title in image gallery with captions of each image
-
AuthorPosts
-
EMA GRIGORE 2 weeks, 3 days ago
Hi
I have a 250 page blog website and in each post I need an image gallery to show not the title of the image but the captions. I ve understand that there are some setting like the one below, somehow these are missing from Jupiter theme.
In this article at the end https://museum.jewishtimisoara.ro/besamim/ there is an image gallery at the end of the article that shows the title of the image when it is opened but with captions and in an ugly mannner, and when it is hovered it shows the same thing.
I need to replace the alt title with the caption text of each image, so when it is opened to show the captions not the title. Or is this is not possible please reccomend a plugin that insert the gallery directly into the posts.
Thank you
Ema Grigore
<h2>Configuring the Image Gallery Settings</h2>
After you’ve added the image gallery shortcode, a pop-up window will appear where you can set the options. Below is a detailed description of each option for the image gallery shortcode.
<h3>Configuring the Title</h3>
<table class=”table table-bordered”>
<tbody>
<tr>
<th>Setting</th>
<th>Description</th>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td>Collection Title</td>
<td>This title will be replaced with all captions you define in WordPress media. If you just want to give one title for all gallery images you can use this option. The image alt tag will still follow the media section image alt field.</td>
</tr>
<tr>
<td>Hover Captions</td>
<td>Shows the caption title on mouseover. This option is disabled by default.</td>
</tr>
</tbody>
</table>PrivateHooman Helmi Support Team 2 weeks, 3 days agoThis reply has been marked as private.Mohsin Al-Rabieai Support Team 2 weeks, 1 day agoHi Ema,
After carefully reviewing this, I realized that it requires custom coding which is outside of the support scope. If you need someone to do this for you, you may ask for a free quote here in WPDone:
Best regrads
EMA GRIGORE 2 weeks, 1 day agoThank you for your efforts.
Can you please tell me how to make Alt Text to NOT be displayed as Caps lock? I am thinking to put the caption there if that is what it shows.
Thanks a lot,
Ema
Nodari Support Team 2 weeks agoHi Ema
im on the gallery page you provided and I can’t see any capitalized alt text https://prnt.sc/101j4sg maybe I’m looking for the wrong location?
Regards
Nodari Support Team 1 week, 5 days agoHi Ema
Sorry, but there is no gallery at the bottom of the page, this is what I have: https://prnt.sc/103cw65 ??
EMA GRIGORE 1 week, 5 days agoI ll put it back right on, sorry, I thought no one is doing it.
Ema
EMA GRIGORE 1 week, 5 days agoNow it is there, it was already there , it is the one made with Visual Composer .
Nodari Support Team 1 week, 4 days agoHi Ema
Ok, got it, thanks 🙂
You may use this css code to fix your problem:
.fancybox-title-float-wrap .child { text-transform: initial !important; }
Thanks
EMA GRIGORE 1 week, 4 days agoThanks a lot, it worked!!!!
-
This reply was modified 1 week, 4 days ago by
EMA GRIGORE.
-
This reply was modified 1 week, 4 days ago by
-
AuthorPosts