-
AuthorPosts
-
June 22, 2022 at 5:52 pm #1356190
Hi there,
we have a problem with translation pages and font colors.
We are using symbol boxes to display numbers with icons and headers. The font-color works fine on the German (original) page, but won’t apply on the English site. Strangely, they only don’t apply for logged-in users.WordPress, Enfold and all our plugins are up-to-date. We are using PHP 8.0.
We even tried to deactivate all plugins besides WPML but the problem still persists.Has anyone an idea on what can cause this problem?
If it helps, I will happily grant access to the backend.- This topic was modified 2 years, 4 months ago by emilconsor.
June 24, 2022 at 7:23 am #1356358Hey emilconsor,
Thank you for the inquiry.
Is it working correctly when the cache and compression plugins are disabled? You should also try to toggle or temporarily disable the Enfold > Performance > File Compression settings, see if it regenerates the posts css files properly.
Best regards,
IsmaelJune 24, 2022 at 9:16 am #1356372Hi Ismael,
no, it is not. We deactivated all plugins besides WPML and it is still not setting the font color right.
“File Compression” is off, since normally we use W3 Total Cache.Regards
June 26, 2022 at 9:38 pm #1356552Hi,
Thank you for your patience, in your opening post you said that the EN iconbox title doesn’t show in white only for logged-in uses, but I see this error on Windows with Chrome not logged-in.
Anyways, on your EN page all of the sections starting with #references and below are outside the #main container:
compare to the DE site:
typically this occurs when an element has an unclosed manually added tag or div, and typically it’s the last element befor the error, but it could be anywhere on the page.
So considering this, when I compare your DE & EN tab section, I see the DE has two columns and EN only has one, please see the screenshot in the Private Content area.
Please check your tab sections.
Another possible cause is if you are programmatically adding sections with broken shortcodes or injecting shortcode somehow after the DOM, so if you are try disabling this function.
If you just want to fix the iconbox title color for this one page, try this css:#top.page-id-4519 .iconbox .iconbox_content_title { font-size: 50px; color: #fff; }
Best regards,
MikeJune 27, 2022 at 10:16 am #1356585Hello Mike,
thank you for your help! You really helped with that. We did narrow it down to “WP Carousel Pro”. The carousel was somehow buggy, hence the broken layout and therefore the missing styles. We just deleted the old carousel and created a fresh one and now it is all working.
Thanks again!
June 27, 2022 at 12:24 pm #1356592Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘Enfold fontcolors with WPML not working (only logged in)’ is closed to new replies.