- NewspaperHow to Add a Logo in Newspaper
- NewsmagLogo & Favicon
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
hi,
Can i apply a special design menu more similar to my site’s logo, colours,design with different buttons and shapes?
İs it possible to apply it?
How i can add features such as social counter, advertisement, blocks in The posts’ side bar?
Hi,
Please try this custom css in Theme Panel > Custom Css and change the font size how you wish: http://screencast.com/t/9xAbh0TBWllH
.td-header-style-10 .td-logo-text {
font-size: 50px;
}
Thanks!
I’m using Header Style # 10 – “Full Menu + Text Logo”. How can I change the font size of the text logo?
I need to make it smaller. Please see the following URL:
http://s559855489.onlinehome.us/
Tks Alin,
About the ads management:
2. There’s a problem with your ads manager, for the ads in articles, you can access this url:
hxxp://concursospublicos.ninja/tecnologo-pode-prestar-concurso/
I used the “article top ad” with a 336x280px ads, and is appearing a horizontal ads. And in “article bottom ads” I used a responsive ads.
In the homepage I used:
– a 728x90px in custom_ad_1 after the header block named “em destaque” and a responsive ads in custom_ad_2 after the block named “preparacao”.
As you can see doesnt matter the size of the ads blocks, your theme have own sizes in specific locations. I dont know why this is happening, I tried to desactive all plugins (except visual composer) I verified another site with the same theme, and it is working fine (like hxxp://sensacionalista.com.br).
9. How can I create “sliding sidebar blocks” like in the demo of newsmag? Note that I want to use this functionality with the sidebar blocks created in visual composer, not with the widgets.
10. About the size of the cover images for the articles. I tried to use the plugin Regenerate Thumbnails, but without sucess with your theme.
What I can do to adjust a better view to the images in each type of visualization that you theme offer? For example, for the same posts your theme use diferent sizes for the homepage and for the page of the categories.
As you can see the same post “O Que Faz um Analista Tributário da Receita Federal?” with the cropped image in the page of category:
hxxp://concursospublicos.ninja/carreiras/
But not cropped in the:
hxxp://concursospublicos.ninja/
Hi,
Unfortunately the theme doesn’t have an option for this, you will need custom modification to achieve that.
For header style 4 the logo is called in the menu – http://screencast.com/t/2Uvbl1B7d you can cut the code from here and add it in the header style 4 template – http://screencast.com/t/e5vlZgDXE8
You will need also css adjustments – http://screencast.com/t/Z7peKWbSjDZ – http://screencast.com/t/NXEr2ULbBg
@media (min-width: 768px){
.td-header-style-4 .td-header-menu-wrap {
float: left;
}
}
@media (max-width: 767px){
.td-header-style-4 .td-main-menu-logo img{
top: 80px;
z-index: 100;
}
}
You may need more css customization you can take this as reference and customize it like you want. Also if you don’t have basic php/css/html experience I suggest to hire a professional to do this for you as we cannot provide custom work for the moment, sorry!
Also you can use media queries and position absolute for your logo, but you need to add a another position on different screen sizes.
For example: http://screencast.com/t/SvgdqKuuS8
Thanks!
is it possible to put logo as shown in the below picture and is it also possible to use logo with different dimensions and places

These errors are not important, but if you want you can add style="width:272px; height:90px;" in logo.php if you use header styles that use that logo size like default header: http://screencast.com/t/uGyqewx9
Result: http://screencast.com/t/PlJW8xot7x
Also you can do this for mobile logo altering logo-mobile.php
Thanks!
Thank you very much for the ads part. It was my fault i ddint see that i can fix easily.
But for the header logo we must find a solution.
Hi,
Try to add width and height to the banners something like this:
<div class="td-visible-desktop">
<a href="#" target="_blank"><img src="http://demo.tagdiv.com/newsmag/wp-content/uploads/2014/08/rec728.jpg" alt="" width="728px" height="90px" /></a>
</div>
Unfortunately for logo cannot be added width and height as when you change the header style also the logo size it’s changed. You can test also our demo, it has this error.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Unfortunately header style 3 (also 6) use the same logo also on mobile view. It was initially created like this but we will change this in the Newspaper 5.
Thanks!
I am having this error on gtmetrix.
The following image(s) are missing width and/or height attributes.
http://www.turismonaturquia.com/wp-content/uploads/2015/04/istambul-320×50.jpg (Dimensions: 320 x 50)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/istambul-468×60.jpg (Dimensions: 468 x 60)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/istambul-728×90.jpg (Dimensions: 728 x 90)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/tnt-logo-normal-mobile.png (Dimensions: 231 x 90) (2 uses)
http://www.turismonaturquia.com/wp-content/uploads/2015/04/tnt-logo-normal.png (Dimensions: 272 x 90)
How i will solve this.
First 3 images ar ethe ads part. on the top.
ANd other two are logos.
Hi there,
I have 2 different logos, one for desktop view and one for mobile view.
I’m using the header style 3 but both type of views shows the desktop version logo.
How can I fix it?
Hi,
Please try this custom css with default header style(style 1) and see how it goes: http://screencast.com/t/Ge2qhUqlQv
.td-header-sp-logo a {
height: 100px;
}
.td-header-sp-logo img {
width: 370px;
margin: inherit;
max-height: 100px;
}
.td-header-sp-logo {
width: 370px;
}
.td-header-sp-logo {
margin-bottom: 0px;
margin-top: 0px;
}
.td-header-style-1 .td-header-sp-ads {
display: none;
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Great guys, I did that and it works fine but the text formatting is bad. I used code <?php echo "header text"; ?>
Need to set font-size, color, alignment, margins etc?
I basically want it right next to the logo. Vertically centred in the header-box (div.row 1200 x 120px) , aligned to the left with a margin of 30px.
Hi,
Please try this custom css for this issue: http://screencast.com/t/QJTTRk7R
@media (max-width: 767px){
.mobile-logo-wrap img {
max-width: 50%;
}
}
Thanks!
Hi,
On mobile device, when i try “pinch to zoom” feature in my mobile handset i am getting logo header issue, were the logo and the menu is not in alignment and it gets scaled
http://www.screencast.com/t/LqFY3AacGr
Request some help in fixing the issue
Regrads
I’m trying to centering the site text logo/title and tried a lots of custom css. Nothing worked for me. Anyone can help me in this regard please?
Hi guys,
Love the theme but need a different header set-up since I’m not using the ads.
I’d like to have on the right from the logo a text strapline. Or even better a html block to insert the usp’s. How can I do this?
Thx
Hi Alin,
Thank you but it doesn’t work better… With Newspaper theme i’ve done it with changing span in the default header module but with newsmag span setups don’t appear…
Maybe it should be a nice update for the future, just simply adding our logo on left without ads on right, with the size we want.
Sorry for my bad english
See you soon
Hi,
From what I’ve seen it looks fine on desktop and mobiles, use this for the tablets screens:
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8.td-affix .td-style-8-logo-wrapper a img {
max-width: 141px;
}
}
Thanks
Hi,
I’ve also tested this and it works. Make sure you connect using your Facebook account. First logout from your WordPress account then connect via Facebook: http://screencast.com/t/imbCh08D5uzB
If you still have trouble using this please go trough this troubleshooter: http://jetpack.me/support/comments/troubleshooting-jetpack-comments/ and make sure that you use the comments module from jetpack according to this guide: http://jetpack.me/support/comments/
And also make sure that you use the comments template from a default theme.
Thanks
Hi, I tried this code and it worked:
.td-header-style-8 .td-style-8-logo-wrapper .td-logo img {
max-width: 60%;
}
.td-head-style8-logo-desktop {
margin-top: 7px;
}
But it makes the logo go below the navigation bar when the user scrolls down on the main site or mobile:


Here is the entire Custom CSS that I am using:
http://pastebin.com/aNVvdF3d
Hi,
Unfortunately this issue is normal because css code is apply in cascade so the css from above overwrite theme css so there is a delay and is visible. Please try to replace the above css code with this one and see if works better:
.td-header-style-7 .td-header-sp-logo img{
float: left;
}
Or this one:
.td-header-style-7 .td-header-sp-logo img {
right: auto;
margin: 0px;
}
I’m not sure if this will help because like I said it will be a delay when css code will overwrite.
Thanks!
Hi,
In Fashion skin, we see a girl image just after header logo.
I want to know how we can make a post featured in that section just after logo?
Thanks.