- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi everyone.
I build up my website with live webhosting. I use Newspaper 8 and wordpress 4.8. I would like the use an Add Element “Single Image” (Simple image with CSS animation) but It’s not working properly. I could change any image size, any style, any click action it’s not working. It is always use only one size and one type of any picture and that’s it doesn’t matter what settings I change.
Has anyone know how to fix it or what is this problem?
Please help me.
Thank you.
Hi, I want to remove the ‘More From Author’ from below the Post. I followed the css method :
.td_block_related_posts .td-related-right {
display:none;
}
, but it is also removing the related articles widget along with it. Please suggest a solution for this
The style should go in your header.php or end of style.css — NOT in the box portion of article template.
You can use the CSS property: margin-bottom:24px;
Hi guy,
Kindly help me on two issues:
1.
(A) The line height/spacing seems to change if I view it in a full screen desktop display https://prnt.sc/fyk4tx VS. a smaller window desktop display https://prnt.sc/fyk7yi
I want it to be tighter all the time like in the smaller window version. Is there anyway to fix this?
(B) https://prnt.sc/fyk4tx Is there anyway to fix the picture/thumbnail size for it not to shift up if there is two many words. May be increase the Big_Grid_Full_4 height?
2. For Block 23, can you give me a css code that could help pull the title/date/comment to be under the picture https://prnt.sc/fykej9 to something like this https://prnt.sc/fykfor
If you can please help me include a category tag so its more consistent.
Thank you so much.
Loving the theme so far!
-Alexa
Hi,
You can check these topics for more information about removing a category from a loop
– https://css-tricks.com/snippets/wordpress/remove-specific-categories-from-the-loop/
– https://wordpress.stackexchange.com/questions/44672/exclude-the-category-from-the-wordpress-loop
Thanks
Hi,
When using the mobile theme, there is no option at the moment, to change the font properties.
You could try to load the font like this first
– https://www.screencast.com/t/zWl8UTeN6
And then apply with with CSS for the elements you want
– https://www.screencast.com/t/fWtTDPk7PZj
There may be more options added in future updates, to allow font customization on mobile, when using the mobile theme plugin. But I could not say for sure when this will happen.
Thanks
Hello antoniskat365,
Unfortunately, please notice that our product does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results.
Above, my colleague gave you an example from where you should strat to increase the theme width, but notice then you will have to make some additional customizations to adjust the other theme elements if you want to bring best results.
If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thanks for your understanding!
Well, actually it does not work. I installed it from Newspaper 8 files, and it did not recognize Newspaper 8 as it’s parent, the child theme is listed as “broken”. In style.css, the code is:
/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
*/
/* ----------------------------------------------------------------------------
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
Hello iamkingsleyf,
First of all, please keep in mind that if you keep replying you will only delay your answer because we answer from oldest to newest. Posting more and more replies will only move your post to the fresher ones and delay the answer further. For future optimal response time, please only post once and wait for the reply as we answer every message.
I have inspected your website and I saw that you are using a lot of Ads which are not supported by our theme and also, use a lot of untested plugins which a break the theme layout, sorry! In the bottom of your article pages, on mobile, you have some problems with your ad which does not come from our theme, sorry! As a quick fix, you can try using the code below and place it in Theme Panel -> Custom CSS area.
The code is ->
@media (max-width:767px){
.pc_block_inactive{
float:inherit!important;
}
}
The result -> https://www.screencast.com/t/L0dEZ9LT
Also, I saw that you are using the Google Adsense Link Units -> https://support.google.com/adsense/answer/15817?hl=en. Notice that our theme does not recognize these parameters, and if you want to achieve that format of Ads, you can try to use the AdRotate plugin. The theme only works using the Google Adsense ad codes: https://forum.tagdiv.com/ads/ … for another type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots. There is no official tested ad plugins as we have our ad system. Adrotate works with our theme even though it’s not tested by us but by our users. It seems that your Google Units Ad cause some problems in the mobile version because it has a width fix.
Thanks for your understanding!
Hello techpaced,
This is the normal theme behavior. If you want to change it, you should use the code below and place it in Theme Panel -> Custom CSS area.
#recentcomments a {
font-style: normal;
}
Thanks.
Hi,
You could try a code like this one
– https://www.screencast.com/t/RiAV4ZyKYB
It must be entered in Theme panel->Custom CSS section, and it will apply to all your posts
.single header .td-post-views{
float: left;
margin-left: 5px;
color: #ef5742;
}
Thanks
I would like to make the header ad slot size w: 600px h: 90px. If you give me css for this, my problem will solved.
http://prntscr.com/fyef99
Hello humphreyjr,
Try to use the code below and place it in Theme panel -> Custom CSS area.
.sf-menu .td-icon-menu-down {
position: absolute;
top: 50%;
margin-top: -5px;
padding-left: 7px;
font-size: 9px;
}
The result is here -> https://www.screencast.com/t/gPFdqldNVbA
Thanks for the message!
what I do is put my custom style at the end of my main style.css file … seems to work best 🙂
I found putting my custom styles at the end of the style.css file fixes that. But your mileage may vary, as I like to say 🙂
I always change the blockquote style, too. I’d prefer a medium size bold+italic as default and flush left, but somebody at TD loves the giant centered ALL CAPS thing.
Hi everyone –
A newbie here, and searched a couple of times in the forums, but couldn’t find the answer.
I just installed Newsmag on my site and love it so far. But running into a persistent problem neither I nor my theme installer person can fix.
The issue is that the default treatment of certain styles — specifically, the blockquote style. The default styling is large, centered, and colored text. We see it here in the forums. I changed that via CSS stylesheets to something I can use. So everything is fine on the front-end.
The problem now is that when I’m writing or editing a post (NOT A PAGE, a POST, so Visual Composer or tD composer are not involved), the blockquote style behaves as it did before the CSS changes.
So the question is, how do we either make the visual editor inherit the CSS styles from the frontend, or change the default theme styles so that both the backend post editor (TinyMCE?) and the frontend website use the same styles?
We already know about the font handling in the theme, which is wonderful. But those don’t cover the default styles (again, the best example is the “blockquote” style).
Thank you
Hi,
Thanks for your help Chris, i’ve made a custom box as u said :
.myboxy{padding:10px;text-align:center;background-color:green;color:#228B22;font-family:'Montserrat',Arial,Helvetica,sans-serif;font-size:20px;border:#fbfbfb solid 4px;color:#fff;width:100%;padding-top:22px;padding-bottom:22px;font-weight:700}
I’ve added this code to the “custom code” in the theme panel but when i use <div class="myboxy">Cet article est garanti 100% sans spoiler !</div> the css doesn’t work (but when i inspect the webpage on chrome the CSS code is here)
So i’ve decided to use this code in the top of my article instead : <style>.myboxy{padding:10px;text-align:center;background-color:green;color:#228B22;font-family:'Montserrat',Arial,Helvetica,sans-serif;font-size:20px;border:#fbfbfb solid 4px;color:#fff;width:100%;padding-top:22px;padding-bottom:22px;font-weight:700}</style>
<div class="myboxy">CET ARTICLE EST GARANTI 100% SANS SPOILER !</div>
But i have 0 skills in code and i would like to make a space between my box and the first line of the article, is that possible ? (i’ve tried the br code but the space is too big) https://puu.sh/wOrbL/15cada1e80.PNG
Thanks in advance !
Hi there,
I want to change the background and padding on a heading2 within my Newspaper website. I placed this code in the custom CSS area:
.td-post-content h2 {
margin: 200px 20px;
background:#DCDCDC;
padding:10px 8px;
}
But it does not seem to work. Even if I change the backround color. Nothing seems to apply to the header 2 in the website.
Am I doing something wrong?


Hi,
The font used in the Social counter is the Open sans font already
– https://www.screencast.com/t/qSvEXObeLT
The widgets you mention inherit the font properties set for the body in the theme panel. You could change them in particular with custom code, like this for example
– https://www.screencast.com/t/hxgJBIYMr
.td_block_text_with_title {
font-family: "Open sans";
font-size: 20px
}
The code must be entered in Theme panel->Custom CSS, if you decide to use it. Please correct me if I misunderstand something.
Thanks
Hi,
You could select header style 10 for example, which has a centered logo like this
– https://www.screencast.com/t/6fGepKCcL
To make it similar to header style 3, you can enter this code in Theme panel->Custom CSS
– https://www.screencast.com/t/cJBYh9BjcLb
.td-header-style-10 #td-header-menu .sf-menu > li > a:after {
height: 100%;
z-index: -1;
}
.td-header-style-10 .td-header-main-menu {
background-color: #282828;
}
.td-header-style-10 .td-header-menu-wrap-full {
background-color: transparent !important;
}
.td-header-style-10 .td-header-gradient:before {
display: none;
}
.td-header-style-10 #td-header-menu {
display: block;
}
This could be a solution for what you are trying to achieve.
Thanks
Simplest fix is to use raw HTML box and put your text in there, wrap in a div and then use a custom CSS class.
e.g.,
<div class="myboxy">Exciting Stuff In Here!</div>
.myboxy{padding:10px;border:1px solid #CCC;text-align:center;color:#AB0000;}
or similar 🙂
As noted, use CSS.
For example, if you put an ad div into an ad unit, do something like
<div class="mysidebarazunit">
my ad code as javascript or HTML
</div>
.mysidebarazunit {margin-top:10px;text-align-center;width:100%;height:auto;}
You can also do the above using simple text widget for sidebar ads.
Or, even use an ad manager plugin and use ad manager widget from plugin to do things like random ads, etc.
Yes, I looked in the documentation first. There is lots of information there, but the majority deals with AdSense, which I do not use.
There is a small section dealing with non-AdSense ads, and that deals mostly with how to hide certain ads on certain devices. There is nothing there regarding ad sizes, CSS selectors and how I would add space between the ad and the content beneath, which was my original question.
Thanks Simion for the prompt reply. I applied both code to advanced CSS mobile section, however, nothing has changed when viewed on mobile.
What could be the problem?
Thanks,
Tina
Hi,
This code entered in the Theme panel->Advanced CSS in the phones section will remove the top margin on mobile
– https://www.screencast.com/t/2EcyWPLVPhLO
.first_grid_3.td-pb-span12 {
margin-top:0!important;
}
At the moment the elements below the big grid display like this
– https://www.screencast.com/t/KAYyZgmXgL
If you want, you could use a code like the one below in the same phones section to achieve this result (or simply add the margin bottom in the code provided above)
– https://www.screencast.com/t/AlRvu8Kq8I
.first_grid_3.td-pb-span12 {
margin-bottom: 0!important;
}
Thanks