"Related articles" DO NOT SEE CORRECTLY

Posted in: Newspaper
Post count: 43

At the bottom of each post it looks like this
https://www.screencast.com/t/5W7qhRMLtUmm

Post count: 20688

Hi,

That is the Related articles/More from author section, it will be displayed below the posts when enabled in the theme panel. It also has some settings
https://forum.tagdiv.com/more-articles-box/
A setting to remove either the Related articles or More from author tabs is not available if that is what you are trying to do. There are solutions with modifications in the code. Removing either one from the code can be done in this file if this is required for you
https://www.screencast.com/t/smUPibCf

Thanks

Post count: 43

No, I do not want to remove it

in the post is strikethrough

https://www.screencast.com/t/5W7qhRMLtUmm

look at the image is crossed out by a line

I want it to look properly. do not remove it

Post count: 20688

Sorry for misunderstanding, indeed there seems to be an issue with the related articles section when global block header style 8 is selected. As a quick fix please enter this code in Theme panel->Custom CSS section

.td_block_template_8 .td-related-title a::after {
display: none;
}

Result – https://www.screencast.com/t/THhrlh1F
I will add this on our list and it will be fixed as soon as possible, sorry for the inconvenience.

Post count: 43

it worked, thanks

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