Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #354356

    Hi,

    I add this code if(function_exists(‘transposh_widget’)) { transposh_widget(array(), array(‘widget_file’ => ‘flags/tpw_flags.php’)); }
    on the footer.php in order to manage some flags and translations issues.

    However, on mobile devices the flags don’t appear on the socket section.

    Can you please tell me how to solve this?

    The temporary url is : http://lagaleriea.com/SistersG/

    Thanks a lot

    Alexandra

    #354647

    Hey alexoua!

    Try adding this to your custom CSS.

    .responsive #socket .sub_menu_socket {
        display: block !important;
    }

    Best regards,
    Elliott

    #355024

    That’s perfect,
    Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Socket / Flags / mobile devices’ is closed to new replies.