I would like to use the caption on single pics but the caption apears only at the top.
What is to be done that the caption appears at the bottom?
I’ve tried, but didn’t succed…
Thank you for your answer! HAPPY NEW YEAR!
Hi salai_com!
Thanks for using Enfold.
Which element are you using? Can you send us a link to your page so we can get a better idea of what’s going on?
Cheers!
Elliott
Hi there!
Happy New Year to all of you @ kriesi!
The Link for the topic is:
http://meinjoker.salai.com/portfolio-item/umbau-gartenhaeuschen-privathaus/
The mainpict uses the caption and I would like it to be at the bottom of the pict itself, not at the top.
Please help!
Greets
Safet
Hi!
Try opening up /enfold/config-templatebuilder/avia-shortcodes/image.php and change line 287 from this.
$output.= "<a href='{$link}' class='avia_image' {$blank}>{$overlay}<img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url /></a>";
To this.
$output.= "<a href='{$link}' class='avia_image' {$blank}><img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url />{$overlay}</a>";
Best regards,
Elliott
Hi Elliott
Unfortunatelly, it doesn’t work that way…
The caption is still on the top :-(
Hi!
Add this to your custom CSS.
.av-image-caption-overlay { position: absolute; height: 20px !important; bottom: 0px !important; }
Regards,
Elliott
WONDERFUL!
Thanx a lot Elliott!
Take care