-
AuthorPosts
-
January 12, 2017 at 5:58 pm #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!
January 12, 2017 at 6:05 pm #732749Hey!
Can you please post a link to your page and tell us how can we reproduce the issue?
Regards,
YigitJanuary 12, 2017 at 7:59 pm #732816Sure! There should be captions under the gallery images
January 12, 2017 at 8:19 pm #732822Hey!
Have you added any custom code regarding the images to your CSS?
Can you please let us know that?Cheers!
BasilisJanuary 13, 2017 at 1:20 pm #733101Hey 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
January 17, 2017 at 8:55 am #734562Hi,
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,
IsmaelJanuary 17, 2017 at 12:55 pm #734677Hi 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
January 17, 2017 at 4:11 pm #734773Hi,
Please remove following custom CSS code
.avia-tooltip { display: none !important; }
January 17, 2017 at 4:37 pm #734793Hi Yigit,
by removing the code it just displays the tooltip again which we don’t want to see …What could it be else?
Strange …January 20, 2017 at 6:02 am #736208Hi,
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.
January 20, 2017 at 1:07 pm #736411Can’t make screenshot of the caption because it’s not showing … Or do I understand you wrong?
January 24, 2017 at 9:06 am #737603Hey!
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,
IsmaelJanuary 24, 2017 at 10:19 am #737643Hi 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.
January 27, 2017 at 11:07 pm #739622Hi,
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,
AndyJanuary 28, 2017 at 3:55 pm #739714Hi 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.
February 1, 2017 at 7:28 am #741034Hi!
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,
IsmaelFebruary 1, 2017 at 10:53 am #741134thank 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.
February 2, 2017 at 5:46 am #741542Hi!
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,
IsmaelFebruary 2, 2017 at 11:30 am #741710Hi 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
February 4, 2017 at 4:59 am #742640Hey!
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,
IsmaelFebruary 10, 2017 at 9:57 am #745296Good 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 youi 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.
February 10, 2017 at 12:54 pm #745378Hello!
Edit the images in the Media > Library then fill in the “Caption” field.
Best regards,
IsmaelFebruary 13, 2017 at 9:55 am #746265Hey Guys,
thank you all so much!
The problem is solved. We just reinstalled the theme… -
AuthorPosts
- The topic ‘Picture Action in my galery is lost’ is closed to new replies.