Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #732743

    Hi Guys,

    I am near to end my work.
    The last things i have to fix are the suddenly missing picture captions in a portfolio galery.
    I would be very glad if someone has an answer, a tip, a css Code or a hint where to correct a box/ flag.

    Thx for help!

    #732749

    Hey!

    Can you please post a link to your page and tell us how can we reproduce the issue?

    Regards,
    Yigit

    #732816

    Sure! There should be captions under the gallery images

    #732822

    Hey!

    Have you added any custom code regarding the images to your CSS?
    Can you please let us know that?

    Cheers!
    Basilis

    #733101

    Hey Basilis,

    not really …

    The only code we added is in the Quick CSS field:

    #top .avia-post-nav {display: none;}
    .grid-entry .inner-entry {box-shadow: none; padding-right: 5px;}
    h3.grid-entry-title.entry-title {line-height:1.5em;}
    .grid-content .avia-arrow {display: none;}
    .avia-tooltip {display: none !important; }

    Thank’s and cheers, Sia

    #734562

    Hi,

    I would like to check the issue but the site is not loading properly on my end. Did you transfer the site? Which element or shortcode are you using to create the gallery?

    Best regards,
    Ismael

    #734677

    Hi Ismael,

    we moved the site to live. Now it’s heidacker.de.

    We found this in the code:
    <script>
    jQuery(window).load(function(){
    jQuery(‘#wrap_all a’).removeAttr(‘title’);
    jQuery(‘#wrap_all img’).removeAttr(‘title’);
    });
    </script>

    This should fix it but is it a preference in the enfold settings? If yes, where can I find it?

    Best regards

    #734773

    Hi,

    Please remove following custom CSS code

    .avia-tooltip {
        display: none !important;
    }
    #734793

    Hi Yigit,
    by removing the code it just displays the tooltip again which we don’t want to see …What could it be else?
    Strange …

    #736208

    Hi,

    Could you please provide a screenshot of the caption? The script above will remove the title attribute of the images, anchors tags and we don’t recommend it.

    We found this in the code:
    jQuery(window).load(function(){
    jQuery(‘#wrap_all a’).removeAttr(‘title’);
    jQuery(‘#wrap_all img’).removeAttr(‘title’);
    });

    Best regards,
    Ismael

    • This reply was modified 7 years, 10 months ago by Ismael.
    #736411

    Can’t make screenshot of the caption because it’s not showing … Or do I understand you wrong?

    #737603

    Hey!

    Which element or shortcode are you using to create the gallery? The theme’s gallery element does not have captions at the bottom by default. The captions will display as tooltip.

    // http://kriesi.at/themes/enfold/shortcodes/gallery/

    Regards,
    Ismael

    #737643

    Hi Ismael,

    thx for your answer.
    I´m using the theme´s gallery. Once there was a caption… as in the link – you´ve sent – at the point “Bigger Gallery with Preview”.
    I have changed several settings this morning, hopeful something will change, but nothing happened.. You mean i must choose a different gallery?! isn´t there a code for no toolitip, but caption?

    I changed now the css and the tooltips are available again, the pictures need a discrpition for the user, but that is not the desired solution. and the problem is, that the tooltips are only visible in the gallery and not if you are in the big picture view.
    Thanks for help.

    Regard,

    • This reply was modified 7 years, 9 months ago by cyahome.
    #739622

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Andy

    #739714

    Hi Andy,

    That would be great if you can help this way.
    Here you are…

    Best Regards

    • This reply was modified 7 years, 9 months ago by cyahome.
    #741034

    Hi!

    I´m using the theme´s gallery. Once there was a caption… as in the link – you´ve sent – at the point “Bigger Gallery with Preview”.

    I’m sorry but I don’t see any caption there. Like I said, you can only see the caption as tooltip. If you want the image to contain captions, please try the Easy Slider.

    Regards,
    Ismael

    #741134

    thank you for your effort.
    I am so sure, that once there was a caption beneath the picture, I do not like the easy slider. But I will find a solution.
    Thank you all

    • This reply was modified 7 years, 9 months ago by cyahome.
    #741542

    Hi!

    I think you’re referring to the default WP gallery.

    // https://codex.wordpress.org/The_WordPress_Gallery

    You need to add the following css code because the theme hides the captions.

    #top .gallery .gallery-item {
        width: auto;
        height: auto;
    }
    
    #top .gallery-caption {
        display: block;
        float: none;
    }

    Regards,
    Ismael

    #741710

    Hi Ismael,

    i inserted the “media elements” Gallery -> a seperate gallery, not in the text field.
    I tried your suggestion AND it worked. So there is a solution. But I am still wondering why it doesn´t work in the media elements gallery. If that will work again, it would be the cleanest and best solution. do you have a clou?! otherwise i will insert the gallery as you described.

    kind regards

    #742640

    Hey!

    The theme’s gallery is using a different template and the caption is added as a tooltip by default. You can hire someone to modify the config-templatebuilder > avia-shortcodes > gallery.php file if you want to add the caption as it is. Or contact our partner, Codeable.

    // http://kriesi.at/contact/customization

    Regards,
    Ismael

    #745296

    Good Morning from Germany,

    i am really ashamed, that i am still trying and asking for help with my picture caption… but i just realised, that my problem is perhaps my error description..
    i need the picture caption IN THE LIGHTBOX, that is what i misssed to mention.
    help would be great. Thank you

    i am looking for a solution like this http://kriesi.at/themes/enfold/shortcodes/gallery/ -> 1st gallery picture 16/18, 2nd gallery 5/15, 3rd gallery 1-11/12

    • This reply was modified 7 years, 9 months ago by cyahome.
    #745378

    Hello!

    Edit the images in the Media > Library then fill in the “Caption” field.

    Best regards,
    Ismael

    #746265

    Hey Guys,

    thank you all so much!
    The problem is solved. We just reinstalled the theme…

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Picture Action in my galery is lost’ is closed to new replies.