-
AuthorPosts
-
September 2, 2014 at 8:03 pm #312485
Hi Kriesi! I am using the WPML plugin to translate into Spanish. Masonry layout works ok in the English language but not for Spanish. It does not change the layout of the pic. as suggested in the Perfect Manual Masonry of Size Settings.
I noticed that after the translation into Spanish the portrait and landscape tag got the @es appended to the word. It looks like this: portrait @es. Is it possible that this is the cause of the problem?
This is the testing site url:optimizedpanama.com/dracula. Look at Conexion Dracula 2012 under Residencia in Spanish. Then look at the English translation. You will see the differences.
Regards,
Mike
September 3, 2014 at 5:46 am #312627Hey optimized!
Thank you for using Enfold.
Can you please edit the spanish masonry page? Toggle the Masonry Size Settings again. If that doesn’t work, please post the login details here and set it as a private reply. We would like to check it.
Best regards,
IsmaelSeptember 3, 2014 at 5:32 pm #313018This reply has been marked as private.September 3, 2014 at 11:21 pm #313127This reply has been marked as private.September 5, 2014 at 9:55 pm #314211This reply has been marked as private.September 8, 2014 at 3:24 pm #315122Hi!
Your post unfortunately got continually bumped into the middle of our queue each time you self responded so we are just now seeing it here at the “start” of our queue.
What is the issue on the dracula/conexion-dracula-2012/ page in spanish? From what I can see they are two different page layouts so the content is different on each.
Best regards,
DevinSeptember 8, 2014 at 9:29 pm #315352This reply has been marked as private.September 11, 2014 at 5:18 pm #317513Hi!
I fixed it – we’ll add this patch to the next update.
Regards,
PeterSeptember 12, 2014 at 4:50 am #317821This reply has been marked as private.September 12, 2014 at 12:57 pm #318049Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1.02,1.02); -moz-transform: scale(1.02,1.02); transform: scale(1.02,1.02); }
by default scale value is 1.05. You can adjust as needed
Cheers!
YigitSeptember 12, 2014 at 5:16 pm #318205This reply has been marked as private.September 13, 2014 at 4:00 am #318413Hi there!
I was wondering if did explain myself. regarding pics been zoom in to much in preview state on the masonry blog. Customer would like to have those pic in their original state without been zoom in or zoom out
Cheers,
Mike
September 14, 2014 at 6:43 am #318790Hi!
Are you referring to zoom effect when you hover over the masonry entries? You can disable that using Yigit’s code:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: scale(1,1); -moz-transform: scale(1,1); transform: scale(1,1); }
Cheers!
IsmaelSeptember 14, 2014 at 8:45 pm #318912This reply has been marked as private.September 15, 2014 at 6:36 am #319031Hey!
The thumbnail for masonry entries is controlled on functions.php, look for this code:
$avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry
You can change the width and height or use images with the same exact dimension as stated on the thumbnail size which is 705×705. If you don’t want to edit any code, this plugin will help: https://wordpress.org/plugins/simple-image-sizes/
Regenerate the thumbnails after: http://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelSeptember 16, 2014 at 5:22 am #319568This reply has been marked as private.September 16, 2014 at 8:30 am #319653 -
AuthorPosts
- You must be logged in to reply to this topic.