-
AuthorPosts
-
January 11, 2016 at 3:46 pm #563226
Hi All,
I have two questions on gallery behaviour (using the av_gallery shortcode from the default editor):
– Is there a way to disable the title text hove of gallery thumbnails? In my example it’s the SONY DSC text.
– I like how I can specify the size of the thumbnails or the big preview image, but I don’t see any option to control the size of the linked image. Is there a possibility in my example to force the images to link to their full-size version once you click on them?Thanks in advance!
January 12, 2016 at 8:03 am #563721Hi Xoliul,
1. That is coming from the title meta tag of your image, you can set or remove that by editing the image itself under Media.
2. I’m not sure what you mean, do you mean the size of the big preview or when clicking on the big preview?
Best regards,
RikardJanuary 12, 2016 at 11:20 am #563806Hi Rikard,
1. Allright, I’ll try to bulk delete them.
2. When you click on the big preview or even on the smaller thumbnails, to open them in a new/tab window. It opens a lower-resolution version, while I would like it to link to the full size image.Regards,
January 12, 2016 at 5:10 pm #564029Hi!
Please add following code to Functions.php file in Appearance > Editor
add_filter( 'avf_avia_builder_masonry_lightbox_img_size', 'enfold_customization_change_popup_size' ); function enfold_customization_change_popup_size( $size ) { return 'fullsize'; }
Best regards,
YigitJanuary 12, 2016 at 6:08 pm #564088Hi Yigit,
I added it manually to the functions.php of my child theme, as I don’t have the editor under appearance. No change however..
January 13, 2016 at 6:14 pm #564901Hey!
Please add the above code at the top of the page right after the <?php
Alternatively you may try this lightbox settings in the gallery options which i think you will like it more than checking images in a new page and closing them and coming back to view the rest. on the phone this process would give users a hard time so lightbox makes it very easy to view them all.
Cheers!
VinayApril 26, 2016 at 10:46 pm #622561Hi guys,
I wanted to come back to the lightbox issue: a few months down the road I’m fine with just opening the images in a lightbox, but they are still not appearing fullsize as I would want them to, but only in 1030x… size. I put the code mentioned above at the top of my functions.php of my child theme, but it doesn’t seem to have any effect. The image size is set to ‘no scaling’ in the gallery.
April 29, 2016 at 1:31 pm #624384Hey!
You have to adjust the Large thumbnail size in the Settings > Media panel. Regenerate the thumbnails afterwards: https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.