Site logo

[Resolved] Visibility problem in (Register | Login) element in Prim template !!

Home Forums Support [Resolved] Visibility problem in (Register | Login) element in Prim template !!

Home Forums Support Visibility problem in (Register | Login) element in Prim template !!

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2077366
    Deyaa

    Hi,

    My (Register | Login) element works fine in desktop mode, neither tablet nor mobile. BTW it holds the registration page and WPML shortcode.

    https://eltogary.com/

    Regards

    #2077382
    Elvin
    Staff
    Customer Support

    Hi there,

    I believe you’re pertaining to this link – https://share.getcloudapp.com/xQuzDL7K – not working on mobile?

    I just tested this from my android phone and it seems to be working fine, it brings me to the login page.

    Perhaps you’ve already sorted this out? Or maybe I’m missing some steps to replicate the issue. Let us know.

    #2077461
    Deyaa
    #2077491
    Elvin
    Staff
    Customer Support

    I see.

    Adding this CSS should make it display on mobile.

    @media (max-width:768px){
    .menu-bar-items .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal ul {
        display: block;
    }
    }

    Make sure you clear cache after applying the change. 😀

    #2077495
    Deyaa

    Thanks, Alvin

    Have a nice day.

    #2077500
    Elvin
    Staff
    Customer Support

    No problem. 😀

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