- 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
1) How can I show the Article Top Ad above the single post title, currently it shows under the featured image. Or is there another way to place an ad above the post title?
2) How can I center the mobile header logo and remove the search button? (mobile only)
3) When placing 320px width ads on mobile, there seems to be a slight padding so the image is moved slightly to the right and not centered correctly: 
How can this be fixed?
It’s is possible edit Header style with scheme (Manchette + Logo + Manchette)
Like this -> http://www.rcspubblicita.it/contents/instance1/files/photo/7877_119_cst-manchette-01.jpg
Hi,
You can use this method to add the logo into your menu as a menu item: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/
Hope this helps!
Thanks
I am relatively new to WordPress so that may have something to do with it but for some reason any attempt to change the logo seems to save okay but it don’t show up on the front end and when I reopen the Theme Panel it has reverted to the default image.
Any tips?
Cheers
Hi,
You helped me fixed lines between articles in a widget. But It´s only working on my home page. If you switch page, lets say to sport, the lines between articles in widgets are gone.
URL: http://www.kungalvsnyheter.se
I also try to copy this code: .header-logo-wrap {<div id=”c_31ba93ac7cdb4af163820ae3f39cb7e6″ class=”normal”><h2 style=”color: #000000; margin: 0 0 3px; padding: 2px; font: bold 13px/1.2 Verdana; text-align: center;”>klart.se</h2></div><script type=”text/javascript” src=”http://www.klart.se/widget/widget_loader/31ba93ac7cdb4af163820ae3f39cb7e6″></script> }
in custom CSS to get weather report at the top of my site. But it´s working out.
Cheers,
Joakim
Hello,
on http://www.le-meilleur-du-golf.com/
The logo is in Style 3 – (full width logo) + menu
This is a sticky menu, perfect!
I would like to have the logo to stay where it is at the top, but to be embedded in the sticky menu for everyone to see when go down the page, even if it is a small version of it.
How would i do that?
thanks a lot!
Thierry
le-meilleur-du-golf.com
Hi,
The logo on cafe demo stack is used at this dimensions: http://screencast.com/t/fq02dOV3gH0 You can apply a padding to the logo container like this: http://screencast.com/t/VlDOnruDz
Use this css and header style 3 :
.header-style-3 .td-full-logo {
padding: 50px 0 !important;
}
Thanks
Hi,
You can fix this using this custom css in theme panel > custom css filed: http://screencast.com/t/teoCt4qNPSx
@media (max-width: 500px) {
.mobile-logo-wrap img {
max-width: 50%;
}
}
Thanks
Hi,
You can use the recommend size as it is right now and adjust it via css like this: http://screencast.com/t/KFhwg3mJ
.td-head-style8-logo-desktop img {
height: 68px !important;
}
.td-affix .td-head-style8-logo-desktop img {
height: 50px !important;
}
@media (max-width: 1018px) and (min-width: 768px) {
.td-header-style-8 .td-style-8-content-wrapper .td-head-style8-logo-desktop {
display: block !important;
}
}
It can be of the same size(300×100) as it will be re-sized like this: http://screencast.com/t/AZV87Yuhhtb
Thanks
Hi,
Is there a way to change search icon with an image that has “search logo+text (seach)”.
There are some feedback that some users did not pay attention to the search icon, so they do not know how to do searching.
thanks
st
P.s. I tried with a smaller mobile logo, but then the logo doesn’t scale = looks weird when phone is used horizontal vs. vertical.
Hi,
I have a problem with mobile logo:
I have set my header style as Style 1. No designated mobile logo. At the moment in mobile (iPhone 4S) my logo and menu icons are on top of each other = in mobile it’s not possible to use the main menu.
What should I do? Thanks for quick reply!
Which is the right resolution for the logo if “Style 8 – logo + menu on one line” is used?
If you look at http://festivalisten.de it just doesn’t feel ok with the standard settings 300x100px. That is especially true if i use the smart menu which is active right now.
What size should the mobile logo be set to?
Hi there,
I am trying to display an image in my navigation menu. It is a logo of our partner and we like to display it to credit them for all they do for us. Now, I have displayed the logo correctly, however, when I hover over it, it turns white as all other navigation menu items. Is there a way to tell that one specific item to stay transparent even when hovering above it, touching it or clicking on it?
Screen: http://puu.sh/e50XP/a8f14f1e84.png
WWW: iosportal.sk
I think you can find my suggested pagespeed settings for the htaccess file in this thread someplace – perhaps do a search. (I added below 🙂 )
For the server side settings, you would need to test that as the actual settings tend to vary slightly depending on what OS you’re running, whether you’re using something like APC cache, etc.
Usually for the server side config, simply running with “all filters on” works (CoreFilters default) and you can also put in a config line to specify NOT optimizing the wp-admin folder.
We actually used this as a starting point, then tweaked
http://www.ray.45press.com/optimal-mod_pagespeed-configuration-for-wordpress-hosting/
If your web host doesn’t suck you should be able to request they setup the config file for a wordpress site.
Note the config for https is slightly more tricky, but if you’re just running http it’s not terribly complex once you try running with default settings on.
I then “dial in” the settings I want in my htaccess file per site, also so I can turn OFF mod_pagespeed to do site updates (!).
So
<IfModule pagespeed_module>
ModPagespeed on
ModPagespeedEnableFilters collapse_whitespace
ModPagespeedEnableFilters remove_comments
ModPagespeedEnableFilters rewrite_images
ModPagespeedEnableFilters insert_dns_prefetch
</IfModule>
and then switch to
<IfModule pagespeed_module>
ModPagespeed off
</IfModule>
when doing major updates such as WP version, theme update, or changing any logo file with same file name, or regenerating thumbnails.
Hope that helps. Don’t freak out if it crashes your site the first time. It’s a learning process and the Google docs kind of (totally) suck.
Hi guys
I bought today the theme and i am an amateur who is learning WP. I installed the sample data and i added a logo and one ad banner on the header and it looked great. So i have here a few questions before i keep on creating things.
1. If i finish all the development of the website on the sample data ( i am working on localhost ), how can i see what my real website looks like and how can i move it to a real server to display it on the web if this is a sample data.
2. In sample data all functions of template settings are not working and to be honest i think more stuff are not working.
3. Would it be better to remove the sample data? And if so how can i do it? I found a plugin to reset data and may be this could work so to avoid to do it manually since i don’k know what files to delete. Do you have any solution or can you guide me to what i should delete.
One solution that i am thinking is to open in xampp a new database and download again wordpress and your theme and start everything from scratch since i did not make a lot of things anyway.
Let me know your thoughts and advices
Happy New Year guys
Giannis
Hi,
Use this css: http://screencast.com/t/47o9P8RV991
.span4.column_container .td_ul_login li a, .span4.column_container .td_ul_logout li a {
color: red;
font-family: 'Sacramento';
font-size: 24px;
}
Thanks
Worked like a charm. Had to do a little styling to let the logo float left.
Thank you for your help, Lucian.
And Chris S – you can see it here: standby.dk
Hi,
I have tested this and haven’t found any issues. The desktop logo doesn’t appear on mobile when you use header style 8 so you need to add a mobile logo like I suggested.
Thanks
Okay, style 7 has the banner below the logo. I would like it the other way round (or rather my client would).
So this brings me back to style 1 and how to put the banner above the logo – like this:
Topmenu
Banner (930×180)
logo
menu
instead of
topmenu
logo banner
menu
Thank you for your help.
Hi,
Please use this custom css in theme panel > custom css field: http://screencast.com/t/pxUF6ooq
.td-logo-rec-wrap .span4, .td-logo-rec-wrap .span8 {
top: 0px !important;
margin-bottom: 15px
}
Thanks
Hi
Was looking for the excact same thing as mentioned in this post: https://forum.tagdiv.com/topic/ad-slot-above-header-below-primary-menu/
but the solution doesn’t work in the newest version of newsmag. Could you help me with that one?
I need:
Topmenu
Banner (930×180)
logo
menu
instead of
topmenu
logo banner
menu
Thank you for your help.
I’ve uploaded a logo sized 300x59px (with a retina version of 600x118px as well).
(Yes, I realize that the recommended size is 300x100px – but that aspect ratio does not fit the logo)
The logo displays fine, but the advertisement is only partially shown. I’ve tested with a dummy 720x90px advertisement, but it seems only about 65px of the height is actually shown – see picture for reference.
I’m using the Style 1 – (logo + ad) + menu.

How do I make it show the whole advertisement area?
Hi,
I haven’t been able to access your site, it redirects to google. Regarding your issue please make sure you also add an logo or the same logo for mobiles liek this: http://screencast.com/t/fbfsuPzFBjvB
Hope this helps!
Thanks
Hi,
I set logo on home page (style 1) and the image is 300 x 100
However, the logo is not center….
Why?.
Thanks.
Ups, sorry… http://www.socialblabla.com 🙂