Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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

    #312627

    Hey 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,
    Ismael

    #313018
    This reply has been marked as private.
    #313127
    This reply has been marked as private.
    #314211
    This reply has been marked as private.
    #315122

    Hi!

    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,
    Devin

    #315352
    This reply has been marked as private.
    #317513

    Hi!

    I fixed it – we’ll add this patch to the next update.

    Regards,
    Peter

    #317821
    This reply has been marked as private.
    #318049

    Hey!

    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!
    Yigit

    #318205
    This reply has been marked as private.
    #318413

    Hi 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

    #318790

    Hi!

    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!
    Ismael

    #318912
    This reply has been marked as private.
    #319031

    Hey!

    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!
    Ismael

    #319568
    This reply has been marked as private.
    #319653

    Hey!

    Did you regenerate the thumbnails?

    Regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • You must be logged in to reply to this topic.