Jump to content

Featured Replies

Posted

On mobile, guests do not see the register or login button to download

Screenshot_20250428_174353_com_transsion_phoenix_MainActivity.jpg

But it appears on the desktop as shown

Screenshot_20250428_174600_com_android_chrome_ChromeTabbedActivity.jpg

@Ehren Can it be displayed on mobile via custom CSS?

Thanks

  • Author

Thank you very much😍, and if there is a simple way I would be happy to know

This CSS will show the message on all devices. In the next update, the message will be a button which toggles the Sign In modal.

/* Display the "Create an account to download file" message */
[data-ips-hook="downloadButtonList"]{
    display: flex !important;
}
[data-ips-hook="downloadButtonList"] .ipsResponsive_hidePhone{
    display: block !important;
}

You can safely delete that code after upgrading.

  • Author

Unfortunately it still does not appear

  • Author

Thank you very much😍

Recently Browsing 0

  • No registered users viewing this page.