Mobile theme

Posted in: Newspaper
Post count: 57

Hello I have switched mobile theme plugin and I want to change few things.

1) How Do I remove the default header as I am using a ubermenu https://www.screencast.com/t/IOZckMojZ

2) Is there a way to remove the 3 featured post from mobile theme and replace them with a grid widgets?

Post count: 57

I managed to fix my first issue.

To anyone who also want to hide menu in mobile theme I used this code in newspaper> mobile theme > custom code
.td-header-wrap{
display:none!important;
}

I still want to add a grid widget on my mobile theme thank you

Post count: 57

I think the code I used messed up my header on landscape mode for a tablet. So yeah now I need fix for both 1) and 2)

Post count: 20688

Hi,

That code you are using hides the default theme header, and entered in the mobile theme Custom Css will hide it on mobile only. It seems to work properly from what I can tell on your website
https://www.screencast.com/t/ZAq9TRwPrR
https://www.screencast.com/t/ELjKsnBJ10
If you want the code to apply in other situations, like on tablets as you mention, try entering the code in that respective section as well – https://www.screencast.com/t/pmse44nP
There is no option to remove the grid present on the pages while using the mobile theme, or replace it with something else. This grid displays posts from the featured category. If you want to achieve something like this you will have to use a plugin maybe, or make modification to the theme files. The mobile theme was designed and optimized to provide the best performance on mobile devices, and to be as minimal as possible
https://forum.tagdiv.com/the-mobile-theme/

Thanks

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