How to edit footer content

Posted in: Newsmag
Post count: 14

Hello,

I can’t edit the footer info such as the “recent posts” or what categories I want displayed on the footer. It doesn’t allow me to edit using the composer and I can’t find it in the theme panel. I would like the recent posts not to be static and for it to be random since I noticed I have the same issue when I click on my posts. Thank you for all the help!

Post count: 14

Also how long does it take for it to update when you edit the sidebar ads? I added custom ad 1 on the side and I can see it when I go to my homepage but when I check on my phone it has not updated and it has been a few hours. Thank you!

Post count: 23312

Hi,

Notice that the footer content can be changed from the panel. The theme has more footer templates which might be customized from Widgets section area, according to your footer template used by you. Please check the documentation from here -> https://forum.tagdiv.com/newsmag-footer-templates-2/ Also, check the system status parameters to be increased according to our requirements from here -> https://forum.tagdiv.com/requirements-for-newspaper/

Thanks for your understanding!

Post count: 14

Thank you for the quick reply! I also one last question in regards to header style 8. It looks great on desktop but on mobile it looks very tiny and I’m getting much more traffic on moboile. Is there any option to enlarge it in the theme panel? Thank you!

Post count: 23312

Hi,

Unfortunately, the theme does not have any such an option that allows you to do this, sorry! You should use your inspector browser to create your own custom CSS code and edit the header on mobile, as you wish. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ As a hint, you need to use the media queries if you want to target only the mobile devices.

Thanks.

Post count: 14

Thanks for the info! Is there also no option to pick a separate header style for mobile?

Post count: 23312

Hi,

Sorry, at the moment, does not exist something like this.

Thanks.

Post count: 14

Is there no way to make the logo larger for the other header styles? The themmanerd.com on mobile is way too small.

Post count: 14

Thanks again! Do you have a suggestion for the best header style for the logo on mobile where it is a normal size? The thumbnails of the featured images are way too large compared to the logo.

Post count: 23312

Hi,

You can try using the code below and place it in Theme panel -> Custom CSS area.

@media (max-width: 767px){
.td-main-menu-logo img {
max-height: 65px !important;
}}

Thanks.

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