Tripadvisor in social medias

Home Forums Jevelin Theme Tripadvisor in social medias

Home Forums Jevelin Theme Tripadvisor in social medias

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
  • detgamletoldhuus
    Participant

    Hi support,

    I miss the Tripadvisor with media icon on the list of social medias, I tried to create a custom, but the Tripadvisor icon is missing from the fontawesome list, could you help me out somehow?

    https://fontawesome.com/icons/tripadvisor

    detgamletoldhuus
    Participant

    Look at the images attached, it is possible to see the right icon on a divider, but not the social media icon browser…?

    Attachments:
    You must be logged in to view attached files.

    Hi @detgamletoldhuus,

     

    I hope you are well today and thank you for your question.

     

    I could confirm the issue on my test site, therefore, I notified the theme developer about this so that it will be fixed.

     

    The issue will be fixed ASAP.

     

    The issue is occurring because of the below CSS code added by the theme.

     

    .fa, .far, .fas {
        font-family: "Font Awesome 5 Free";
    }
    

    Instead it should use the below CSS code of Unyson plugin.

    .fa {
        font: normal normal normal 14px/1 FontAwesome;
    }

     

    Best regards,
    Shufflehound team

    detgamletoldhuus
    Participant

    Is it possible to do a temp fix? like adding the new css to custom css or?

    Yes, we can od it for the front end of your website but not in the backend.

     

    Could you please share the page URL from your site where you are using it so that I can help you to display the TripAdvisor icon?

    detgamletoldhuus
    Participant

    Hi, I’m currently building the website, so it is not public at this point.

    https://detgamletoldhuus.dk/

    I do have some kind of understanding of programming, so if you could help me with some hints and code examples I should be able to adjust and deploy it.

    Thanks.

    Solution for this topic

    If your website is not accessible for me then it is of no use for me.

     

    I need to access your website to help you and please share the exact page URL from your site where you are using the TripAdvisor icon but it is not displaying.

     

    I can only hint you that you need to use custom CSS code as following.

     

    #page-container .fa {
        font: normal normal normal 14px/1 FontAwesome;
    }

     

    detgamletoldhuus
    Participant

    The CSS code works, thanks

    detgamletoldhuus
    Participant

    It seems like some alignment is missing, could you help?

    Attachments:
    You must be logged in to view attached files.

    I need to access your website to help you to align it.

     

    Would you mind if I log in to your site and access it? If this is ok then could you please temporarily share me your site admin login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?

    detgamletoldhuus
    Participant

    Here you go.

    Solution for this topic

    You can align it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .header-mobile-social-media i {
        line-height: 70px;
        font-size: 16px;
    }
    
    #page-container .sh-nav-social i {
        font-size: 24px;
        line-height: 1;
    }

     

    Please clear the cache used on your website after using the above shared CSS code.

    detgamletoldhuus
    Participant

    Thanks, it works

    You are most welcome here 🙂

    The issue is resolved in the below latest version of theme so please update the theme as described here https://support.shufflehound.com/updating-theme/

     


    Please login to access this file

Viewing 15 posts - 1 through 15 (of 15 total)