Okay
  Public Ticket #2977165
image not showing
Closed

Comments

  • shanoopk started the conversation

    Dear 

    i Put small, Medium, Large 

    Please chk  in output pic not showing 

  • shanoopk replied

    waiting for replay i mean automatically not takeing image size what i need to do it shows only a line space if i add single image > actually need to finish support very long time 


    see above translation pic not coming proper if i add any pic not coming proper 



    PYzHTv.jpg



  •  1,559
    Laborator replied

    Hi there,

    Can you please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in the editor toolbar. (See how)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   shanoopk replied privately
  • shanoopk replied

    send please chk and update 

  •  1,559
    Laborator replied

    Hi there,

    This is a problem of the page builder (WPBakery Page Builder) when used with Polylang, which we have recently reported to the WPBakery team and hopefully it will be fixed in the upcoming updates:

    medium
    (view large version)

    Anyway I have implemented a temporary fix until WPBakery team fixes the issue, the Polylang plugin uses a WPML legacy function (like a middleware) which in combination with WPBakery function that we use: wpb_getImageBySize is causing this issue.

    I have modified this file of WPBakery:

    wp-content/plugins/js_composer/include/helpers/helpers.php:45

    And changed:

    $attach_id = apply_filters( 'wpml_object_id', $attach_id );

    to 

    $attach_id = apply_filters( 'wpml_object_id', $attach_id, 'attachment', true );

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group