Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #286786

    Hello,

    I’m using WPML on my site, being Catalan my main language and Spanish the second one. For a reason I don’t understand, some of the Spanish entries don’t show the featured image, nor on the backend nither on the front end.

    When I write a post in Catalan and select a feactured image, this image apears on the box on the backend (the space where you select the image you want to display as featured image) and also this image appears on the front end where ever it should. Then when I translate the post, portfolio entry, etc. the featured image doesn’t show on the translated version.

    Could you please take a look and help me to solve the problem.

    Regards
    Tomeu Canyelles
    cuinestramuntana.com

    #287012

    Hey!

    Try adding this code to the Quick CSS:

    .big-preview img {
        width: 100%;
    }

    Cheers! 
    Josue

    #287337

    Hi Josue,

    I tried that but I’m afraid it didn’t work. Any other suggestion?

    Thanks
    Tomeu

    #287448

    Hey Tomeu!

    Check it now: http://cuinestramuntana.com/blog/?lang=es

    Cheers!
    Josue

    #288378

    Hi Josue,

    Unfortunaly nothing has changed.

    I don’t understand why this is happening on some posts but not in others. As I saw nothing was making any difference I decided to delete the traslated posts (in Spanish) that did not show the featured image (the last two) and re-translate them again.

    First I deleted the Spanish version of those two posts; then I emptied the bin, and then, I re-translated the posts. The first post I re-translated worked fine (featured image appears both on Catalan version and on the Spanish one) but when I did exactly the same with the other one it didn’t work. I have no clue what can be going on.

    Please Help :) !!

    Thanks
    Tomeu

    #288533

    Hi!

    Thank you for the info.

    I’m not sure why the featured images are acting that way but please add this on custom.css:

    .small-preview img, .big-preview img {
    display: block;
    border-radius: 4px;
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
    }

    You can also add it on Enfold (ES) and Enfold (CA) Quick CSS fields.

    Best regards,
    Ismael

    #288881

    Hi Ismael,

    Thanks for the effort. Unfortunatly this is not resolving the problem. At the moment it is only affecting one post and it is not very problematic so I will let it be for the moment and see what happens when we post newer entries.

    Thanks a lot
    Tomeu

    #290473

    Hi!

    Ok, I’ll close this thread now. Please open a new thread if necessary and post a link for reference to this thread.

    Best regards,
    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No featured image on translated entries’ is closed to new replies.