- NewspaperHow to Add a Logo in Newspaper
- NewspaperShortcodes
- NewspaperHow to Set the Image Avatar
- NewspaperThe Mobile Theme
- NewspaperFavicon & iOS Bookmarklet
- NewspaperHeader styles
- NewspaperWhat’s Included in the Newspaper Theme Package
Salut, am full width logo dar nu se aseaza asa cum mam asteptat. Daca va uitati aici edmsoul.com vedeti ca logoul e in lungime doar pana sub “Home” si as vrea sa il am exact asa lung cat e spatiul alb. Cum sa fac?
Hi,
Use this method I gave you a while ago:
https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013
You can do the same for each template you want the ad to appear on.
Thanks
It worked just perfect.. Thanks Lucian. However, header ad slot doesn’t appear just below navigation. How can I put ad adsense or any other ad just below navigation on all pages?
Thanks again… 🙂
Hi,
The logo appears there because it’s like a menu-item from that list now. Please chose the “header style 2” from Theme Panel and set to hide the header only on screens with the minimum width of 768px using this code in Custom CSS > Theme Panel:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
Also remove this code:
.td-header-bg {
display: none !important;
}
and
@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}
from Theme Panel > Custom CSS filed.
Hope this helps!
Sorry about this!
Let me know if works!
@seitenprofi Use the same method to add the logo like a menu-list item and them position it using CSS like you want it.
For the logo to be shown on mobile chose the menu style 2 and use the @media or the advanced CSS from Theme Panel http://screencast.com/t/CvwEyAOxSxb2 to hide the header from other screens or the above CSS:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
Thanks
-
This reply was modified 12 years by
Lucian.
Hi Lucian,
I’m using header style 4 (menu + (logo + ad)), but since I don’t have a logo it appears as if it’s a full with ad. I only placed the standard AdSense code in the “Header Ad” section of the theme panel.
If you need anything else, let me know.
Since no new info posted here are some of my findings so far which I need your input on ASAP:
* Similar issue on WPML forum – http://wpml.org/forums/topic/how-can-i-translate-theme-options-content/
* From the response – this may be the missing link http://wpml.org/documentation/support/language-configuration-files/
(I did not see you include wpml-config.xml)
I am not sure why you listed the site as WPML compatible, but what I need is separate option panel per language to set:
* different header (image logo & text per panguage)
* different footer
* different template settings – to account for RTL / LTR on non category pages
* different translations – since it’s DIFFERENT LANGUAGES obviously…
* different Custom CSS
(Of course you can do a complete compatibility – but the above is a must!)
the demo logo for NEWSPAPER on themeforest appears to simply be a variation of Helvetica, such as Helvetica Neue, or Arial BLACK, etc. — you can easily recreate that simply by trying out the fonts pre-installed on your computer if you are running MS Office, any Adobe products, etc. as you likely already have the font.
TIP: download the graphic for logo from demo, then simply put that on a layer in Photoshop, and make partially transparent, then type in NEWSPAPER on the new layer and adjust font to match, then change the text to the lettering for your brand/site name. The “background” show through image is from Photoshop it looks like and *not* part of the font itself, which is not common for vector based fonts.
If you already have AI then you likely have the font already; start with Helvetica, Arial, and similar.
Easy to grab the logo:
http://demo.tagdiv.com/newspaper/wp-content/uploads/2014/07/header-logo.png
Hope that helped.
Is it possible to add a piciture/ small logo in the footer with the copyright text?
It is the span sub footer wrap, with the class span4. With the Code edit i have only the code but not the image.
Thanks,
Lucian,
Logo appears in sidbar navigation on mobile. Like this: http://www.screencast.com/t/s7G3QuiTq9P9
Please send me file design in ai and psd in my email: chatxam101@gmail.com
Thank you,
Can anyone know the font of LOGO or Can you give me file ai or pdf of this logo. I want to make a logo like this but change the words. Thanks
@Lucian: thanks for your question.
I want to realise a two column layout. It should look like this:
____________________________________________
Navigation Logo
____________________________________________
Content Right column
(News, search)
____________________________________________
The logo shall stay responsive on the right side of the navigation unless the screen is minimized to a mobile version.
And the logo shall stay in a line above the right column.
-
This reply was modified 12 years by
seitenprofi.
-
This reply was modified 12 years by
seitenprofi.
Lucian,
It doesn’t make any difference.
Hi,
@dhvanesh
Please remove the css I gave you before and try this:
@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}
@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}
@seitenprofi
I’m not sure that I understand where you want the logo to appear. Can you please provide more details on what are trying to achieve or maybe a screenshot of something similar?
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
You can use the header Style 4 - menu + (logo + ad) http://screencast.com/t/76Vzeb1b8b
Then use the page-homepage-loop.php template, this way you will get the articles list below the page builder, but you can change this and put the articles list in before page builder.
Just follow this steps:
First remove this code: http://screencast.com/t/thEdnfOcj3hE
Then add this code http://pastebin.com/QUsFLxsW like this:http://screencast.com/t/d4AbrSBUm8g
After doing this add a new page and use this template like this: http://screencast.com/t/u9CMlU8b8
You will get this result: http://screencast.com/t/U6uHO4L3FI
Hope this helps!
Thanks
I have the challenge to put the logo right besides the navigation – on top over the right column.
I had the idea to put it in a widget. But this way it will not be shown on top on mobile devices…
Has anyone an idea for a code? Thanks in advance.
Thanks a lot. However, logo is not appearing on mobile site all of sudden.
Hi,
Just add this css in Theme Panel > Custom CSS:
.td-header-bg {
display: none !important;
}
This will hide the header on all pages.
Thanks
I removed logo from Theme Panel. But now it also not appearing on mobile beside navigation and search icon.
Hi,
Add this CSS in Theme Panel -> Custom CSS
.td-full-logo .td-grid-wrap {
padding-top: 0px !important;
}
.td-footer-wrap .td-grid-wrap {
padding-top: 30px !important;
}
Hope this help!
Thanks for the message!
Hi,
Please send an URL to your site so I can check the issue, we will investigate this.
Thanks
Hi,
Set from Theme Panel the “Style 6 – menu + (full width logo)” then add this css in Theme Panel > Custom CSS:
.td-full-logo {
background: transparent !important;
}
.td-full-layout .td-header-bg {
background-image: url('http://kipaustria.at/wp-content/uploads/2014/06/header-background.jpg');
}
Result: http://screencast.com/t/RR8HaI32Ywcl
Hope this works!
Thanks
Okay.. I got the perfect size. And it works just perfect.
Now. I want to get rid of header. How can I use just navigation only??
What should be the expect size ration of the logo?
