Is there a way to implement a feature ton get the Text(that only is shown when no image is provided) to show p.a. right next to the image or beneath it ?

Best Regards
Phos

Comments

phosgen’s picture

Title: SHwoing Text AND Image » Showing Text AND Image
mrfelton’s picture

Assigned: Unassigned » mrfelton

Not currently, though I think this may be a welcome addition.

phosgen’s picture

Thx for the answer. Would be great to have this feature implemented sometime.

clintcar’s picture

I'd be very happy to see this, would be nice to be able to easily use this as a slideshow with caption. great work!

wiredescape’s picture

One method to display an image and text is to include both in the textarea and use CSS to position.

My first reaction was to pass on the module until I investigated further. Hope this helps others.

Thanks for the module. Easy to install and use!

john.kenney’s picture

Before seeing this thread, I have done as suggested in #5. It works and I can display stylized text with an image background. Among other CSS, this involves using z-index to get text to show above image.

But there's a small problem: if you don't assign z-index just so, then you get all text loading at once on top of the first image at initial page load. Solution is to create a special class for the first image and the first text in the cycle. Give both of these z-index higher than z-index for the rest of the images (but text has to be higher than image to get it to show above the image).

Once you get the z-indexes done right for the default panel vs. first panel, it works fine.

Hopefully that's clear enough.