Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #373516

    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!

    #373651

    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

    #375022

    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

    #375341

    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

    #375563

    Hi Elliott

    Unfortunatelly, it doesn’t work that way…

    The caption is still on the top :-(

    #375847

    Hi!

    Add this to your custom CSS.

    .av-image-caption-overlay { position: absolute; height: 20px !important; bottom: 0px !important; }
    

    Regards,
    Elliott

    #376044

    WONDERFUL!

    Thanx a lot Elliott!

    Take care

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Display a caption overlay?’ is closed to new replies.