add signup/login to mobile 2.3.7

Posted in: Newsmag
Post count: 280

Hello.

I want to add signup/login to mobile design on newsmag 2.3.7

any help please?

also How to hide block from mobile and keep it on desktop?

  • This topic was modified 10 years by Lewis.
Post count: 6535

Hi

Try this css:

@media (max-width: 767px) {
.td-top-menu-full {
display: block!important;
}
.td-top-menu-full .td-header-sp-top-widget{
display: none;!important
}
}

Thanks!

Post count: 280

Hi andy,

How to get the ajax login code? i want insert it in a page and use it?

and please i need a css code to hide some blocks on mobile design..

Post count: 6535

Hi

These customizations falls beyond the support can offer. Support refers to explaining how current features works, fixing any bugs related with the theme and helping users understand its functionality. Any custom modifications which involve changing the default behavior are not included in support policy and you will have to make them by yourself or hire someone if you’re not aware of the steps that must be taken.

The code for login can be found here: http://screencast.com/t/VxOruYHgA
To hide some blocks on mobile you can add a custom class for theirs row in Visual Composer and use it in css with media queries to hide them on mobile: http://screencast.com/t/VJdrs9bX6

Thanks!

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