Issue on header to show transposh pulgin flags.

Home Forums Jevelin Theme Issue on header to show transposh pulgin flags.

Home Forums Jevelin Theme Issue on header to show transposh pulgin flags.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • diogosalema
    Participant

    Hello, im my last website, i put a transposh flags on header in my homepage, and normally he display the flags. In my new site i make the same process and the flags don´t show in my homepage, but he display in my other pages.

    I put a printscreen to see the errors.

    Mywebsite:
    http://turismo.azoresinfotv.com/

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

    Hi @diogosalema,

     

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

     

    I visited your shared site but i don’t see the flags anywhere on the site as shown in the attached screenshot.

     

    Best regards,
    Shufflehound team

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

    diogosalema
    Participant

    1 Second please i make the pulgin on now.
    Thank you visit now.

    Best Regards

    You can display 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

     

    div.sh-back-to-top + div {
        z-index: 9999;
    }

    diogosalema
    Participant

    Thank you so much, how to optimize this? on my laptop the flags are on the simbols off twitter facebook etc.
    Thank you.

    diogosalema
    Participant

    More 1 question. My flags when i scroll down my home, dont fix on header and scroll down my page.
    Have any code to fix the flags on the header on mobile version?
    I do a print on attachment.

    Regards.

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

    You can fix it using below custom CSS code.

     

    @media (max-width: 1025px){
    div.sh-back-to-top + div {
        position: absolute !important;
        padding-top: 0;
        top: 65px !important;
    }
    }
Viewing 7 posts - 1 through 7 (of 7 total)