Changes for the next update

Posted in: Newsmag
Post count: 5

Hello development team!
Thank you for the new update Newsmag 5.4.3. Perhaps the following points could be included in the next update:
1. In addition to ‘Related Articles’, the post also includes ‘More From Author’. This display (‘More From Author’) should be able to be hidden or deselected. The option ‘Show Author Box’ in post settings is deactivated – but if it is responsible for it, it doesn’t seem to work. 2. Why is the ‘tagDiv Cloud Library’ plugin missing from Newsmag, which is included with Newspaper? 3. I use ‘Style 5’ as the post template. However, the header image is not shown across the board – there is always a wide gray border on the right, which looks unsightly (e.g. my page/post https://www.hundenachrichten.de/fellwechsel-bei-hunden-20249164.html). 4. Slider post template ‘Style 5’ with header image is not displayed on mobile phones – error: Slider could not be loaded. 5. Image Lightbox: Here the image description is not displayed under the image in the lightbox (see same page as above), which is partly important because I enter the copyright for the image there, for example. It would be good if this worked like other lightboxes. 6. Newsmag for PHP 8.x
Many greetings from Germany
Stefan Richter

Post count: 35449

Hi Stefan Richter,

1. Indeed, for the moment the only solution is to use a custom css to remove the section “More From Author”:
.td_block_related_posts .td-related-right{
display: none;
}

The code should be set in the theme panel > custom code> custom css
The option ‘Show Author Box’ should also apply on mobile if is used the responsive version, but if is using a different plugin for example amp or mobile theme, the layout will be different and you’ll need to check the options from those plugins.

2. The tagDiv Cloud Library is a special plugin only for Newspaper, this theme is more complex then Newsmag (this is a simple boxed theme for users that just want a blog, news website without needed to edit templates and using only enabled/disable options), but also the price is different.

3. I believe you are referring to this – https://i.imgur.com/Fg3fZPz.png most of the time those situations appears when you are using a plugin that is optimizing the images and those are no longer using the image size that they should have. Also another situation is when the main image is smaller then the thumb, in this situation the image should have at least 1024 width.

4. I just checked this on my install and seems to be ok – https://i.imgur.com/xGzVku1.png maybe you have something that is interfering.

5. If you set a caption for a image, then this will be displayed – https://i.imgur.com/RCrw40D.pnghttps://i.imgur.com/C0HGJ2s.jpeghttps://i.imgur.com/7o4Vykp.jpeg also on smart list – https://i.imgur.com/9g8PGQU.jpeghttps://i.imgur.com/VfgbSsv.jpeg

6. The Newsmag version 5.4.3 should work with php 8.0, 8.1 and 8.2 the versions bigger then 8.2 have not been yet tested.

Thank you!

Post count: 9544

Confirming latest 2 versions of Newsmag work with PHP 8.2x.

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