Two questions: Ads for logged-in, and disabling mobile join

Posted in: Newspaper
Post count: 85

Two quick questions:

1. I am hiding ads for logged-in members, using a shortcode from my membership plugin. Does the Newspaper theme have that capability built in? I looked, but didn’t find it.

2. Because of #1, I want users to be able to log in on mobile, but not join. (Joining involves going to the membership page.) Is there a way in the mobile them to disable the Join function, but keep the Log In function?

Thanks!

Post count: 20688

Hi,

1. The theme does not have such an option at the moment. You could continue to use the implementation you currently have if it produces the required results.

2. If you would like to remove the Join option in the mobile theme (using mobile theme plugin) you could either remove it from the code
https://www.screencast.com/t/PexFMkRl
Or remove it with some CSS code entered in Theme panel->Mobile theme->Custom CSS section

.td-mobile-container .td-menu-login #register-link,
.td-mobile-container .td-menu-login span {
display: none;
}

Thanks

Post count: 85

Thank you!

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