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

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

    #1356372

    Hi 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

    #1356552

    Hi,
    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:
    2022-06-26_008.jpg
    compare to the DE site:
    2022-06-26_009.jpg
    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,
    Mike

    #1356585

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

    #1356592

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold fontcolors with WPML not working (only logged in)’ is closed to new replies.