After latest update something happened with my post bottom / more articles part. Just in case for test I switched off all my custom code/css and no change, still showing post bottom same way.
There is clearly two issues. One is that because text is not visible (same color), which I can probably fix if I make that line and background to black like other lines on website (but for others who still want use these colors/default options would it be still issue). And the other part is that text is starting directly from left. there should be added some space.

https://mkuubis.net/2017/battlefield-1-sai-omale-talvise-uuenduse/
Also noticed that article bottom “more articles” section using block-title css, but since I already changed that part of css (check below) this blue color should be actually black there already. Or did I miss something?
.block-title {
border-color: black!important;
}
Hi,
There could be multiple causes for this to happen, a plugin, a child theme or some custom css. An easy fix would be to use this css code for the related block only and fix the background and border color and padding but I do not understand exactly how you want it to be, you could modify the code if it is the case, and also add a background color or change the font color. You should use these classes in this case – https://www.screencast.com/t/hHs0eMu0 which you can identify with your browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
.td-related-title.td-block-title {
border-color: black!important;
}
.td-related-title.td-block-title a {
color: black!important;
padding: 8px 12px;
}
This is the result – https://www.screencast.com/t/vUQTuRBrRk – https://www.screencast.com/t/0RMasts2fktZ
Thanks
Custom css was first thing I checked. Disabled it and it did not change anything. And I have not yet changed anything in child theme, it’s still same default child theme. Anyway just in case I switched to default newspaper theme and it’s still same. Not tested plugins yet, but it’s easy to test. And since you guys have same problem, it means we both are using same plugin then (jetpack, SEO plugins <- this two had around same time new update).
For info I am also using News Magazine demo, this one had layout (top and other stuff) the way I liked and thought that way I need to make less changes, mostly some small stuff like colors.
Anyway like I wrote, since your own NEWS MAGAZINE (maybe others too, not looked enough around yet) DEMO looks after update exactly same way, it means that you guys have exact same issue. 😉 So it would be awesome if you guys look more into it and fix it in first hand. 😉

About the article bottom “more articles”, the way it was before was pretty okay. But since it’s changed at the moment. I think that the way Newspaper demo have it is pretty nice ->

Selected one text -> white, not selected one -> black. Except line and background color would be nice if they are black. But default one was actually pretty acceptable too. But since I changed ACCENT (is it the right/proper place to change your link color?) color this one of course changed too. Anyway I think black would be better since all other titles around the web are using black too.
Also, since I already looked again Newspaper demo, more and more I look it, this font what you guys are using for titles there are pretty nice and I would like to use it for my web titles too. At the moment I am using for titles News Magazine demo default for titles. Which font you are using in Newspaper demo and where in theme panel is the proper way to change it?
And another thing I noticed after update. I am not 100% sure at the moment is is it because the latest update or I was just lucky to not see that issue before. One article picture appeared to be bigger than others. by default all thumbnails should be exactly same size there.

Kind Regards,
Edragon
-
This reply was modified 9 years by
Edragon.
Hi,
It seems this is an issue and we are currently investigating the matter. The theme uses these default fonts – https://forum.tagdiv.com/font-customization/ and can be customized for each element as explained in that guide. Regarding the thumb size, I am not seeing any problem in your related articles at the moment but from the screenshot you provided it seems that the other two thumbs are too small, the related module uses this thumb size – https://www.screencast.com/t/JomJHBYgmEy2 Also make sure you have updated the plugins along with the theme update especially Visual composer – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ as I see that you are using an older version.
Thanks
About WPBakery Visual Composer. I am using the latest one which came with Newspaper theme (version 7.7). Can’t update Visual Composer directly via plugins updates, because I do not own Visual Composer license. And because of that we were forced to turn off auto-updates and security notifications (because of that not up to date Visual Composer we started receive lots of warnings notifications and emails about that this plugin is not up to date. Already complained about it previously. 😉
If I try to update Visual Composer I will get error -> “An error occurred while updating WPBakery Visual Composer: To receive automatic updates license activation is required. Please visit Settings to activate your Visual Composer. Got Visual Composer in theme?”
Hi,
You can not update Visual composer directly from the producer, updates for the Visual composer editor are provided along with the theme updates in the full theme package you have downloaded from Themeforest – https://forum.tagdiv.com/whats-included/ and you can update it manually as explained here – https://forum.tagdiv.com/how-to-update-visual-composer-plugin/ Just deactivate and delete the plugin, then upload and install the new version from the theme package, plugins folder. Also you do not need to worry about Visual composers’s update message because it is already activated as specified in the link provided above.
Thanks