Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #340419
    COMeStudio
    Participant

    Since the latest Clean Journal Pro theme update, the navigation arrows in the slider and social media icons no longer display correctly. Can you help me please?

    #340420
    sujapati
    Keymaster

    @COMeStudio:

    We’ve updated the Font Awesome Icon version in the latest theme update, and everything is working perfectly on our server. It’s possible that your browser or website is caching old resources, which could be causing the issue.
    Please try clearing your browser cache and check if that resolves the problem. If the issue persists, kindly share your site URL with us, and we’ll conduct thorough testing to pinpoint the issue.

    Kind Regards,
    Sujapati

    #340486
    COMeStudio
    Participant

    Hello and tanks for your answer. I did what you ask for but it’s still not working. this is the url : https://www.imh-europe.eu/

     

    #340489
    sujapati
    Keymaster

    @COMeStudio: While inspecting your site, we noticed that it has been built using the Elementor plugin.It is possible that the Elementor plugin has disabled Font Awesome CSS link, which would prevent the icons from appearing as expected.

    Unfortunately, the plugin does not support the latest version of Font Awesome, which is causing issues with the display of icons on your pages. Please add the CSS below to resolve the icon issue.

    #feature-slider .cycle-prev::before,
    #feature-slider .cycle-next::before,
    .posted-on a::before,
    .byline a::before,
    .cat-links span+a::before,
    .tags-links span+a::before,
    .comments-link a::before,
    .edit-link a::before,
    #logo-section .cycle-prev::before,
    #logo-section .cycle-next::before,
    #to_top_scrollup,
    #scrollup,
    .fa-solid:before,
    .fa-brands:before {
        font-family: "FontAwesome" !important;
    }

    Please feel free if you need any help.

    Kind Regards,
    Sujapati

    #340496
    COMeStudio
    Participant

    Thanks for your help. Everything seems to works now.

    #340510
    COMeStudio
    Participant

    Sujapati, excuse me but I just see that the scroll is not working and I try to find a solution but I couldn’t. Can you help me please ?

    #340512
    sujapati
    Keymaster

    @COMeStudio: Apologies for the difficulty.Kindly add the CSS below in the same way as the previous CSS adjustments.

    #scrollup:before {
        font-family: "FontAwesome" !important;
    }

    Kind Regards,
    Sujapati

    #340534
    COMeStudio
    Participant

    No worries now it’s working 😉 Thanks !!!

    a last question : do I have to delete this : “#to_top_scrollup, #scrollup, ” on the previous CSS adjustments you gave me ?

    #340535
    sujapati
    Keymaster

    @COMeStudio: Yes, you can remove that part ofthe  previous CSS. I missed adding ‘:before’ element on that one, so it was not working.

    Regards,
    Sujapati

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.