- NewsmagLogo & Favicon
- NewsmagWhat’s included in Newsmag theme package
- NewsmagMain menu
- NewsmagHeader styles
- NewsmagFooter templates
- NewsmagTheme colors introduction
There has been a couple of notes about the logo not filling the header box (Header styles 9/10/11). Regardless of the size of the logo jpeg the displayed logo leaves an offset of 70px on each side displaying the background color of the header. It can be seen in our development site. This seems to be embedded in the class td-logo but I cannot see where. Is there a css fix that will take the logo out to the limits of the box for style 9/10/11?
TO keep it rather simple, when the sticky menu height is increased, the logo and the menu titles should be aligned to middle so that they are not cut down like in screenshot attached below:-
Hi!
How can I get some help with the Newspaper theme?
I´m having a problem with the placement of the logo in the site:
In the theme it says: LOGO UPLOAD Upload your logo (272 x 90px) .png or .jpg
I upload our logo with this measure however it gets cut in the page, as you can see.
I have tried all options but was unable to get the logo appear “whole”.
Thanks!
Ricardo S
Hi good day,
My header logo isn’t showing up and hasn’t shown up for more than a week now.
I have the latest version of Newspaper installed and I’m using Header Style 6.
Any insight as to why this is happening?
Here’s a screenshot of the Header menu which shows that images from my media library have been chosen for the logo and retina logo: http://www.screencast.com/t/002ht9Jw
Thanks in advance for the help.
Regards
Yuri
Hi Catalin,
Thanks for your reply.
Though I see the code has increased the sticky menu height I still the logo top aligned when scrolling.
Screenshot:- http://www.screencast.com/t/NJCcpgXi
An immerse space is also displayed below logo and menu titles.
Please advice so that logo and menu titles are centered n sticky menu even when the height is increased.
Thanks!
Hi Team,
Please could you advise on CSS code to increase sticky menu height.
I assume the logo will also be responsive if the height is increased.
Thanks!
Hello,
Unfortunately, there are just 2 logos defined in our theme: http://screencast.com/t/48rDwMiyP
The desktop and mobile ones. If you would like a third one you will need custom work to get it done. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/.
Thank you!
Hello,
I would like to know if it is possible to put a custom Logo in the Sticky Menu ?
I don’t want to put my regular menu or my mobile menu
Regards
1. No, have not change any CSS for line height issues,. I think you have resized your browser to check the line height issues. Please use mobile device to regenerate the issue or check this page mobile device screenshot http://i.imgur.com/zkj68gT.png
or run the page test
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.wpdiv.com%2F&tab=mobile
You might noticed the same issue regenerated in screenshot http://prntscr.com/8zav0a
(Note : The screenshot i have attached here http://i.imgur.com/zkj68gT.png grabbed through my smartphone.)
2. Ok, let me use the JPEG image for logo. Thanks to notify.
Hi,
You have to many items to the menu and on sticky menu also the logo is added there, that’s why it breaks on 2 rows.
You can try this custom css in Theme Panel > Custom Css – http://screencast.com/t/qwPGNlEGU
.td-header-style-1 .td-header-menu-wrap.td-affix .sf-menu > li > a {
padding-left: 0px;
font-size: 13px;
}
.td-header-style-1.td-header-wrap .td-affix .td-main-menu-logo {
margin-right: 5px;
}
Or if you don’t need logo on sticky menu you can hide it for extra space – http://screencast.com/t/qfYLXjlu0bRs
@media (min-width: 768px){
.td-header-style-1 .td-header-menu-wrap.td-affix .td-logo-sticky {
display: none;
}
}
Thanks!
Hello,
1)I have checked your website and did not see the line-height issue: http://screencast.com/t/Mpy5eP3pHIzc. Mybe you got it fixed in the meantime…
2) Your logo background is transparent: http://screencast.com/t/Fn85tKlxF0g so it will pick-up the background from the container color. In this case black. (when changed to red: http://screencast.com/t/lWc4A41OY)
Thank you!
Hi
1. When i view my site http://www.wpdiv.com via mobile devices, line height had issue.
2. Logo background turned into black.
Here is the screenshot http://i.imgur.com/zkj68gT.png to illustrate the issue.
My new site using newspaper6 and wpm for multilanguage

Android Wear Pro
News site about Android Wear. You can see all latest news, specs, photos, videos and reviews about all android wearables. We write in 3 languages: English, German and Portuguese
Hello,
The logo link is set by default to go to the homepage. Unfortunately there is no setting to change this in the theme panel, but you can modify it in the core files: http://screencast.com/t/yYHoaT9dqKe
Thank you!
Hi, thank you for the swift reply, It worked man. Thank you so much!
I am sorry if i weren’t very clear before, let me come again with more detail. earlier i was using the option “your latest posts” option in front display as my homepage (see screen shot 1), and then i was able to change the header style from theme panel, but then i learned that i can create a homepage (which i learned on your site here https://forum.tagdiv.com/homepage-how-to-build-and-set-it/) and then use it as static page. so i built a homepage and then from settings > readings i used the option “A static page” and selected the homepage page below from drop down menu which i had built earlier (screen shot-2). everything was good but now i am no longer able to change the header style (logo etc) from theme panel. i mean it does change when i select it from theme panel but it doesn’t take effect, meaning the changes do not appear on the website. Please guide me as to what i can do further to be able to change my header style. Thanks!
screen shot-1: http://postimg.org/image/u146hc9qv/
screen shot-2 http://postimg.org/image/wpdxrk1p5/
Hi,
You could use header style 5 and add this custom css in Theme Panel > Custom Css – http://screencast.com/t/6cedEPaojqIk
@media (min-width: 768px) {
.td-header-style-5 .td-main-menu-logo img {
max-height: 30px;
vertical-align: inherit;
}
.td-header-style-5 .td-main-menu-logo {
height: 30px;
}
.td-header-style-5 .td-main-menu-logo a {
line-height: 30px;
}
.td-header-style-5 .sf-menu > li > a {
line-height: 30px;
}
.td-header-style-5 #td-header-menu {
min-height: 30px;
}
}
You may need more customization and also you will have to change the the css for sticky menu. I suggest to get someone to help you with this if you don’t have basic html/css experience as we cannot provide custom work, sorry!
I have provided an example how you can do this and hope this helps!
Thanks!
Hi
1. Try this custom css in theme panel > custom css: http://screencast.com/t/9aYtsB6oNssx
@media (max-width: 767px){
.td-main-menu-logo img {
max-width: 70%;
}
}
2. I am not sure I understand your issue totally. Try to deactivate all plugins except Visual Composer, clear all caches and test again If the problem persist please provide more details so I can duplicate the situation on my side.
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/5lyQ2py0EcZK
@media (min-width: 768px){
.td-header-style-12 .td-main-menu-logo img {
max-height: 80px;
padding: 0;
}
}
Thanks!
thanks for helping me, now im able to change the logo, but about the slider, i would like to know if i cant change the dimensions, i mena, change the hight and widht, cuz it look too big (hight). Thanks.
Hi, earlier i posted this https://forum.tagdiv.com/topic/newsmag-home-page-need-help/ because i needed some help to build my home page, now i have built it but the problem is that the “navbar”(Six Dots which you click and then category appears, hope it’s called navbar, if not then you know what i mean) for mobile is just below the logo and it can’t be tapped without tapping the logo which redirects to the homepage and it also looks very awkward , so how can i correct it so those 6 dots which you click and the menus appear in cellphones are separate from the logo, meaning there’s ample space between them. Here you can check the tapping error which i am talking about.
check this screen shot http://postimg.org/image/rp9yoqodj/ or the link below.
2. Another thing i noticed that after i had built my homepage and selecting it from settings > readings, i am no longer able to change the header style in newsmag. i mean it does change it but the website remains the same and no difference appears..
Thanks!
I have tried a few thing but I cant get the logo to fill the header from top to bottom of the menu bar.
The site is http://www.industrialmachinerydigest.com
Hi mikezenmx,
For change the logo is an option for it in Theme panel like this: http://screencast.com/t/ZVwya5rObB . The theme does not have an option to re-size the slide show/block. Please provide more details about this problem and give me an example (screenshot) what you want to change. I need this for give you an accurate response.
Thanks.
hi, how can i resize the slide show and change the logo? (put mine instead of the newspaper) thanks
Alright, I’ve been reading a lot of websites regarding this issue. What I don’t understand is how this started to happen… but ok.
What I’ve done is trying that suggestion in the .htaccess but nothing happened.
Then I installed a plugin ‘SSL Insecure Content Fixer’. That managed fixing actually a lot.
What remains are some errors of mixed content aiming at images, for instance:
Mixed Content: The page at ‘https://www.gadgetgoeroe.nl/’ was loaded over HTTPS, but requested an insecure image ‘http://www.gadgetgoeroe.nl/wp-content/uploads/2014/02/gadgetgoeroe-logo3.jpg’. This content should also be served over HTTPS.
Would I really need to (re)upload all the pics? Merely adding an ‘s’ after ‘http’ in the theme panel > header didn’t work. And what about all the other pics used in all my posts?
Thanks! Enjoy the weekend.
Hello,
I tried your code on my end and it applies. If i edit your website the css applies also: http://screencast.com/t/42EdAyKx
Maybe something on your end requires a more specific approach.
Please use your code like this:
div.td-header-style-3 .td-header-sp-logo{
margin: 21px 20px 0px 0px!important;
width: 300px!important;
height: 100px!important;
}
Thank you!