Skip Navigation

This thread is resolved. Here is a description of the problem and solution.

Problem:
The client reported an issue with WPML and ACF relationship on the 'news' post type, where sections based on ACF relationships were missing in translations.
Solution:
1. We asked the client to elaborate on the issue and to provide screenshots or a screen-recorded video.
2. We requested the client's Debug information to better understand the site configuration. This information can be found in our documentation: http://wpml.org/faq/provide-debug-information-faster-support.
3. Upon further investigation, it was determined that the issue was related to a CSS class causing the sections to not display correctly. We provided a CSS snippet to resolve the issue:

.fusion-body .fusion-title.fusion-sep-none {<br />    display: block!important;<br />}

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

No supporters are available to work today on this forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 6 replies, has 3 voices.

Last updated by frisoV-2 11 months, 3 weeks ago.

Assisted by: Kor.

Author Posts
November 29, 2023 at 9:08 am #14947525

frisoV-2

Hi Kor, I found another issue with WPML / ACF relationship on the news post type. I'll post screenshots and relevant links.

Example: hidden link
Post type admin: hidden link
News post layout: hidden link
Relevant ACF group: hidden link

Screenshot 2023-11-29 at 10.21.24.png
Screenshot 2023-11-29 at 10.20.00.png
Screenshot 2023-11-29 at 10.18.19.png
Screenshot 2023-11-29 at 10.16.24.png
Screenshot 2023-11-29 at 10.14.10.png
November 29, 2023 at 9:14 am #14947559

Osama Mersal
Supporter

Languages: English (English ) Arabic (العربية )

Timezone: Africa/Cairo (GMT+02:00)

Hi,

1) Would you please elaborate more on the issue to help me understand it better?

It would be very helpful if you could share screenshots or a screen-recorded video while reproducing the issue.

Please let us know if this issue is related to your previous ticket. (https://wpml.org/forums/topic/post-cards-at-the-top-of-the-page-are-in-the-wrong-order-in-the-translations/)

2) Could you please share your Debug information with me?
You can read a detailed explanation about it here. (http://wpml.org/faq/provide-debug-information-faster-support)
The debug info will give me much information about how your site is configured.

Best regards,
Osama

November 29, 2023 at 9:28 am #14947955

frisoV-2

Hello Osama, I'd suggest assigning this ticket to Kor, as he has all the relevant information. I updated the first reply in this thread with additional info. Thanks!

November 29, 2023 at 1:14 pm #14951501

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your patience.

I'm Kor and I'll be taking over from here. I've fixed this on your end and please use the resave method to update your other articles.

November 30, 2023 at 10:20 am #14960679

frisoV-2

Hi Kor, the post cards are fixed, but something strange is happening to the titles. I've recorded a video. The pages look good enough to push live though, so if you like we can leave this for after.

hidden link

November 30, 2023 at 4:43 pm #14965281

Kor
Supporter

Languages: English (English )

Timezone: Asia/Singapore (GMT+08:00)

Thanks for your reply.

That looks like a CSS issue. This should fix it.

.fusion-body .fusion-title.fusion-sep-none {
    display: block!important;
}
December 1, 2023 at 9:28 am #14970431

frisoV-2

I found the issue myself. There was indeed a weird css class that caused it (I think one of my developers installed it long ago and I forgot about it). I removed it and that fixed it

December 1, 2023 at 9:35 am #14970627

frisoV-2

I'll close this ticket. Thanks Kor!