I’d like to show the ‘Create an Account’ link below the sign-in form on mobile the same as is shown on desktop. Can someone point me in the right direction?
Image:
https://www.dropbox.com/s/376y3y7gadclkhy/Screen%20Shot%202021-04-04%20at%205.56.36%20PM.png
-
This topic was modified 5 years by
Marcus.
Hi,
Normally, on Newsmag theme the login and register are set in mobile menu like this -> https://i.imgur.com/ZYVFQsq.png in this way it is easer for users to log or register also for desktop it is use a modal, that it is design in different way.
Thank you!
Hi Calin, thanks for your response. When a visitor clicks the link to leave a comment at the bottom of a post on mobile, this link triggers the version shown on the right side of the screenshot in my original post, and it’s missing the Join option. Visitors can click the back arrow/button on that screen and then be presented with both Sign In & Join options, but I’d appreciate your guidance on how to trigger the screen with Sign In & Join by default.
Hi Marcus, this can be achieved only if you edit the theme files and add some extra code for mobile to display the ‘Create an Account’ as on desktop.
Now, if you are using the responsive version, this needs to be done in a place, and if you use the responsive version in a different place.
Let me know the version you use and I will try to see what needs to be done to achieve that.
Thank you for your understaning!
Thanks, Calin. The site’s using the default setup that comes when importing the Good Food demo. It does not use the mobile theme plugin. When viewing a post, scroll to the bottom and click the option login and leave a comment, and the sign-in menu slides in from the left side. The site URL is lookwhaticancook.com.
Thanks again for your help.
-
This reply was modified 5 years by
Marcus.
Hi,
For that it need to be done some changes in this file wp-content/plugins/td-composer/legacy/Newsmag/parts/register.php I recommend to make a full backup to it and after that replace the code with the code from here https://pastebin.com/WH940AiV then it should display like this https://i.imgur.com/hohJy93.png and all you need to do is to set same style on the button.
Hope this will help you!