-
AuthorPosts
-
June 4, 2020 at 9:57 am #1219321
Hello,
On the Enfold Website I can read Enfold is Retina ready, it was part of my decision to use Enfold.
But know I see there is nothing Retina ready. I find in the Enfold Forum countless Topics about the Retina case back to 2014(!), but still no resolution in Enfold.
Please can you tell me what does it mean Retina ready on the enfold Website?
Best regards
cupixJune 11, 2020 at 4:41 pm #1221775Hey mistercupix,
Thank you for the inquiry.
The feature retina ready means that the site is fully responsive on mobile devices. Now, if you’re question pertains to images in the site or if you’d like to make them sharper on retina displays, then uploading images that are twice the size of the current ones or simply uploading larger images should help.
Best regards,
IsmaelJune 12, 2020 at 9:51 am #1221978Hello Ismael,
Thx for the reply, now I understand what you mean with retina ready, a bit confusing for me, to mix the terms retina and responsive.
However the suggestion to use larger images I have already done and it works fine.
One problem still left, the images in the pup-up window of the gallery are not sharp.
I use wp retina 2x, but it doesn´t work.
Any advice, what can I do.
BR
cupixJune 12, 2020 at 12:30 pm #1222011Hi,
Thank you for the update.
Can you give us a link to the site so that we can inspect the images? Please post the site URL in the private field. For the meantime, try to check if the window actually contains the original version of the image instead of the thumbnail.
UPDATE: If you mean the lightbox container, try to adjust the Large thumbnail size from the Settings > Media panel, then regenerate the thumbnails or upload the images again.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelJune 12, 2020 at 12:38 pm #1222019Hi Ismael,
I was trying different sizes but no changes at all. now i use large images with 2400px for the popup images.
BG
cupixJune 15, 2020 at 1:46 pm #1222642Hi,
Did you try adjustinng the size of the Large thumbnail in the Settings > Media panel as suggested above?
Best regards,
IsmaelJune 15, 2020 at 5:18 pm #1222757Yes i did.
June 17, 2020 at 3:54 pm #1223428I have the same issue…
June 18, 2020 at 2:53 pm #1223722Hi,
Thank you for the update.
After the thumbnail size adjustment, did you regenerate the thumbnails or upload the images again? You can use the plugin that we suggested above to regenerate the images or thumbnails in bulk.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelJune 18, 2020 at 4:33 pm #1223793This reply has been marked as private.June 19, 2020 at 9:27 am #1223997I uploaded the images again.
June 22, 2020 at 8:07 am #1224497Hi,
Can we access the site? Please post the login details in the private field.
Best regards,
IsmaelJune 22, 2020 at 8:51 am #1224510This reply has been marked as private.June 22, 2020 at 11:32 am #1224558..
- This reply was modified 4 years, 4 months ago by Ismael. Reason: moved to private field
June 23, 2020 at 9:33 am #1224783Hi,
any update?June 24, 2020 at 3:21 pm #1225249Hi,
@mistercuppix: The camp2400 image is now displaying or opening the original version of the image. Please check the private field.
@rockdesignnet: You have to adjust the size of the Large size thumbnail in the Settings > Media panel. It is currently set to 1030x1030px. After the adjustment, try to upload the images again or use the following plugin to regenerate the thumbnails.// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelJune 25, 2020 at 7:46 am #1225419This reply has been marked as private.June 26, 2020 at 12:10 pm #1225782Hi,
@rockdesignnet: The masonry element uses a specific thumbnail which is also named “masonry”. The maximum width and height of this thumbnail is set to 705px, but it can be adjusted manually by doing the same steps that we provided previously, but with a different plugin.You have to adjust the size of the Large size thumbnail in the Settings > Media panel. It is currently set to 1030x1030px. After the adjustment, try to upload the images again or use the following plugin to regenerate the thumbnails.
You have to install the Simple Image Sizes plugin, adjust the size of the “masonry” thumbnail in the Settings > Media panel, then regenerate the thumbnails or upload the images again.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
IsmaelJune 28, 2020 at 8:28 am #1226186This reply has been marked as private.June 29, 2020 at 10:59 am #1226360Hi,
The plugin should work fine even if it’s not updated. All it does is update the value of the global variable $_wp_additional_image_sizes, which contains data about the thumbnails.
There is a different solution, but you have to modify the functions.php file directly and adjust the thumbnail size manually. You can find this code around line 183:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
Or try to remove the default “masonry” thumbnail and register your own.
// https://developer.wordpress.org/reference/functions/remove_image_size/
// https://developer.wordpress.org/reference/functions/add_image_size/Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.