- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
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;
}
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/
Hello NewBuffaloTimes,
Unfortunately, our theme does not have any such an option for this, sorry! If you want to achieve this, you should make some adjustments in the code nad add a snippet of the code which adds a new extra class at the author box wrap. You should edit the td_module_single_base.php core field and you should do this -> https://www.screencast.com/t/lAjMJPl7 The snippet of the code which has to be concatenated is here ->
. get_the_author_meta('display_name', $author_id) . ' After these changes, you should use a bit of CSS code and hide the author box for your certain author. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.author-box-wrap.ziar_6{
display:none;
}
The result is here-> https://www.screencast.com/t/yDtNzUECOB
Thanks for your understanding!
Hi,
This can be done with some css code, first you must identify the menu item which you want to modify using your browser inspector – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ so the code will apply only to that menu item – https://www.screencast.com/t/UsMLup3LTY Then you could set a custom width to that sub-menu using this code (replace the menu example with your menu item and change the width to the value you want) enter it in Theme panel->Custom Css
.menu-item-3580 .sub-menu {
width: 300px!important;
}
Result should be like this – https://www.screencast.com/t/9SxNkeVB2KX6
Thanks
I have come up with a temporary fix by using CSS relative positioning on lines 41, 42 (Added style to those two lines) and 43 (Added a div with style attribute):
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" style="position:relative; bottom:25px;" value="' . __td('Login', TD_THEME_NAME) . '">
<div class="td-login-info-text" style="position:relative; bottom:25px;"><a href="#">' . __td('Forgot your password? Get help', TD_THEME_NAME) . '</a><BR />'.do_shortcode('[apsl-login-lite]').'</div>
<div style="position:relative; bottom:45px;">' . $users_can_register_link . '</div>
This should only be a temporary fix until I can get a response. As we all know, relative positioning isn’t good to use.
-
This reply was modified 9 years by
tomashley.
Hi,
One way of doing it is to set a class on that block only – https://www.screencast.com/t/aVQf0JvT and then use some css in Theme panel->Custom Css like this – https://www.screencast.com/t/WEiFeAzR6 ao that font color applies only to the block that has that class.
Thanks
Hi,
The Newspaper font doesn’t exist on Newsmag theme, so you will need to use a font awesome plugin for this.
Font Awesome 4 Menus is a tested plugin and it should work if it is active and you use this custom css – https://www.screencast.com/t/M7UnNLAsVXKK
.td-icon-mobile:before {
content: "\f0c9"!important;
font-family: FontAwesome !important;
}
Thanks!
Hello oilwire,
Unfortunately, the theme does not have any such an option that allows you to change what type of Social buttons to be active on your front end, sorry! If you want to hide it, you should use a bit of CSS code to do this. For example, if you want to hide the Pinterest Button, you should use the code below and place it in Theme panel -> Custom CSS Area.
The code is ->
.td-social-pinterest{
display:none!important;
}
The result is here -> https://www.screencast.com/t/rJ1U7eaMRTp
Thanks for the message!
Hi,
Unfortunately I do not think that is possible. However you can try experimenting with this code, this is where the sharing for the post is generated – https://www.screencast.com/t/zJEhl8NgM3h you could integrate the code in the smart list template file you are using like in this example -https://www.screencast.com/t/ZjpwBa2Q7T and then further customizing the positioning and other properties using css – https://www.screencast.com/t/tBMBsK8InMr but I do not know if this will work properly as it was not meant to display this way.
If you are not using the mobile theme plugin which comes with a predefined style, then it will display the same elements used to create the page on desktop, so what you see on desktop you will see on mobile using the theme’s responsiveness. More about this here in the documentation – https://forum.tagdiv.com/the-mobile-theme/
Thanks
I want to update the Theme, but in my childtheme cannot accept the new version. All things are brocken.
Why you make the Footer new in the Update??? I don’t Unterstand this. Make Update for Performance and more Features for Google Ranking.
Please look into my Childtheme and help my please. All CSS Classes are delete.
On my Website: https://www.gamesary.com/ I must use the old Version of NewsPaper.
Here ist my Childtheme: https://www.file-upload.net/download-12311735/childtheme.zip.html
Hi,
You could try to hide them with css using this code, just enter it in Theme panel->Custom Css and it should remove the reviews from all the blocks in the homepage if that is what you want and you do not have access to the theme files
.home .entry-review-stars {
display: none;
}
Thanks
Hi,
You can enter custom css in the Theme panel->Custom Css section or alternatively you can use a child theme – https://forum.tagdiv.com/whats-included/ for your css customization. More information about the child theme here in this tutorial – https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Hello,
How to change custom css? I would like to have white font only in this black block with stretch row. http://ipsycho.pl/
Regards,
R
Hello NewBuffalo Times,
I guess that you want to remove the author box for a certain post, right? So, if you want to do this, you should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.postid-958 .author-box-wrap{
display:none!important;
}
The result is here -> https://www.screencast.com/t/DhtYjMwTHaq
Thanks for your understanding!
Google it. Any WP theme can be renamed just by changing the name in the style.css, and folder name.
Won’t change any of the styles, or sub-folders, or plugins, or other things like the font name, etc.
This is what I did since I don’t use any logins with Newsmag
I opened this file
/theme/parts/header/td-login-modal.php
select all, delete, save; replace on server.
Not sure that will solve your issue, but I’m still using 3.1 and that removed the un-needed login css/code from my header on all pages, which was not needed and should have been an optional on/off item for theme.
All my sites are now https anyway, but seemed like something worth trimming on our sites.
Depending on theme version, also might need to disable the comments box if your site not running https.
-
This reply was modified 9 years by
simchris.
Hello!
Thank you for your time. I already set the css as follows:
.td-black .td-main-content-wrap {
background-color: green;
}
.td-black .post {
background-color: green;
}
.td-black .td-more-articles-box {
background-color: green;
}
Do you know by any chance if there’s something that I missed?
Hi,
I changed my site Captain-Gadget.de to SSL. Works fine in Firefox and Chrome, but not in Safari.
The homepage and all category-pages load fine. But single articles are a mess. Like this one:
https://www.captain-gadget.de/trainieren-jabra-sport-coach-wireless/
The console in Safari says 80-times in red: “Blocked a frame with origin “https://googleads.g.doubleclick.net” from accessing a frame with origin “https://www.captain-gadget.de”. Protocols, domains, and ports must match.”
And also in yellow: “[blocked] The page at https://www.captain-gadget.de/trainieren-jabra-sport-coach-wireless/ was not allowed to run insecure content from http://www.captain-gadget.de/wp-content/plugins/js_composer/assets/css/js_composer.min.css.”
Can someone help to fix this?
Thanks
Dirk
Thanks for your reply.
There is no problem with the Speed Booster plugin, the problem I have is that the files which are being highlighted as a problem by the Google speed test are not included on the list that the Speed Booster plugin provides.
For example, this appears on the Google speed test as a blocking script resource:
XXX.com/wp-content/themes/Newsmag/js/tagdiv_theme.min.js?ver=3.0
but it is not included on the list of registered css and js
So I am not able to deal with it.
Thanks again for your reply.
Good afternoon, prompt please connect through a file css styles to a page?
Hello all,
Please notice that exists a lot of online tools for CSS validator. So, please keep in mind that our theme has not been tested with this W3C CSS Validator. You should check your page with Structure Data Testing Tool by Google, like this -> https://search.google.com/structured-data/testing-tool because this is the reference tool in this regard. We will make some further investigation and if we find something that must be fixed we will do it in future updates.
Thanks for your understanding!
Hello,
This happens when you add too many rewrites to your css file. If you install a demo, it will rewrite the css by adding the demo style to the default theme and when you change the font again, you will be able to see these rewrites as this is the way css works. In cascades.
What you can do to avoid this is to increase your page loading speed: https://forum.tagdiv.com/how-to-make-the-site-faster/ so these rewrites will not be as obvious.
Thank you!
Ok perhaps you’re not understanding – I can create sidebars fine. I cannot select the sidebar I’ve created on page template settings. It’s seems like a CSS styling issue, maybe z-index?. Please have a look here.
Hello,
If you cannot identify where the change in the css is coming, please contact us via email at contact@tagiv.com and provide a link to your site and wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you!
Thank you!
Greetings friends
I am considering to update the theme to the current edition, but I have some questions.
From what I understand content will not be lost, but additional css code etc will.
That’s clear, I will keep all my extra code seperately and add it again from theme configuration.
As for the theme settings, will they be lost?
Like selected colors, logo, specific category settings, specific page settings etc?
Thanks in advance