Widgets: Footers and Newsmag default

Posted in: Newsmag
Post count: 8

My website is: http://www.omroeptholen.nl
Theme is Newmag V5.1
Wordpress V5.8.2

I use as footer template Style 6, and that works fine on my laptop and even on my iPad.
But on a small device like my iPhone the footer is empty with only the logo presented.

I also use the Newsmag default-widget with several items and these items are visible on laptop and iPad, but they are dissapeared on my iPhone.

Post count: 35449

Hi florisjanot,
Normally, the footer should be the same on desktop and mobile, the only way that the footer can be changed is if the mobile theme plugin was enabled and I think that it is -> https://i.imgur.com/BqPemb4.png if you want you can disable it and you’ll have the same elements as on desktop.
Thank you!

Post count: 8

Hi Calin,

Thanks for your solution.
I’m new in using this theme (last week implemented) and I thought I had to enable this plugin.
Yesterday I found out that for every page, there is a second part to be filled for the mobile version of it.

I disabled the plugin and it works fine now. Only the topbar is missing on my mobile, but that will not be readable I suppose.

Post count: 35449

Hi,
Yes, using the mobile theme plugin, you’ll need to set per each page a content using the mobile editor, also you can disable the mobile theme individual per page.
The top bar is hidden for mobile, but if you want to have it, you can display that section using a css code.
For this you’ll need a custom css like this one
.td-top-menu-full {
display: block;
text-align: center;
}

You need to set this css in the theme panel > custom code> custom css.
Thank you!

Post count: 8

Hi Calin,

Perfect solution. Thanks again.

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