Mobile Site Login/Sign Up

Posted in: Newspaper
Post count: 5

How can I get the login/sign up at the top of the mobile site. It currently displays in the menu but I need it to be above everything and displayed without needing to open the menu or anything else.

Thanks

Post count: 22421

Hello,

You can make the top menu show up on mobile devices as well so the top menu sign in will work on mobiles as well. Please follow this topic: https://forum.tagdiv.com/topic/secondary-menu-3/

Thanks.

Post count: 5

Hi,

I tried the following code in the css but the top bar is still not displaying on mobile.


@media
(max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-menu {
display:block!important;
}
.td-header-style-12 .top-header-menu > li, .td-header-style-12 .td-header-sp-top-menu, .td-header-style-12 .td-header-sp-top-widget{
line-height:30px;
}
#menu-secondary-navi-menu{
text-align:center;
}
}

Post count: 22421

Please provide a link to your site so I can inspect why the code does not work.

Thanks.

Post count: 5
Post count: 22421

Hello,

I can see the top bar on your mobile site. The code works. You probably did not clear the cache after adding the code.

Thanks

Post count: 5

Thank you. It works.

Is there a way to make the Sign In/Join two separate links? Currently if someone is not registered and they click the Sign In / Join it takes them to the sign in. Then they have to hit the back arrow to get the option to hit join.

Thanks

Post count: 23312

Hello,

Sorry but the theme does not have any such an option for it, unfortunately! If you want to change this structure you should do it yourself through the code because we cannot provide a custom implementation.

Thanks for the message!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.