- 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
Hi,
Please can you double check if the retina logo path is correct, form here seems that something is wrong there: http://screencast.com/t/QjfskTiRp
Thanks!
-
This reply was modified 12 years by
Marius.
Hi,
For retina you need to upload a double size of the original logo.
Also if you header is not transparent check this: http://screencast.com/t/vZsGv1A0CDl and make sure you .png file is transparent of course.
Thanks for the message!
hi,
use this css :
.menu-item-9141.current-menu-item a {
border-color: #ffffff;
}
here: http://screencast.com/t/Gc2AH3Nox2
Thanks for you message.
Radu A.
You can make this via CSS.
To hide the logo on desktop use this CSS:
.header-logo-wrap a {
display: none;
}
To show the logo on mobile use this one:
@media (max-width: 767px) {
.header-logo-wrap a img {
display: block;
}
}
Hi my website is – http://goo.gl/GXQekx
i have added a logo in main header menu as like you said here – http://screencast.com/t/klXNT9666Z2
But the problem is that it shows shadow line below logo, when on home page, so hows should i remove it? Like this website – http://www.goarchers.com/
Hi
My footer logo displays fine on my desktop computer but on my Android phone it will not show:
http://www.glutenfreemag.co.uk/
It just displays as a blue question mark as if the image was inaccessible. Do you know why this is happening and how I can fix it?
Thanks
Martin
Thanks Radu,
I was using that header and uploading a transparent .gif background. When I saved it as a .png (same file) it now shows as a transparent background. Strange. So do I use a logo that’s 1200 x 400 for the Retina logo upload?
Thanks again,
Suzanne
THanks, what’s the code for that?
Hi,
I have installed the Newspaper theme and wish to get the main part of my page looking exactly like the preview version you used http://themeforest.net/item/newspaper/full_screen_preview/5489609
Currently my site is just displaying all of the content of each article as a full post in list form.
How can I make just title/summary appear over an image like in the preview? I have messed around in settings and cannot figure it out? Is there some kind of skin I can download which will implement all of your settings as used in the preview?
Also, how can I use a custom header/logo and how do i incorporate adsense in a similar way to the preview? I already have an established account an just need to incorporate it into the new site.
Thanks
Hi,
What you can do is to use a logo for header and hide it on desktop/tablets and will show it on phone only.
Thanks!
bump
hi,
for logo , use this header : http://screencast.com/t/vOrp3HnAODNB
upload logo : http://screencast.com/t/ZXZiFKXbwtxB
the logo of fashion style is: 600 pixel width , 200 pixel height
if the logo is transparent then it will show the background color behind it.
Thanks for you message.
Radu A.
Question: I’m trying to get my logo sized just like the one on the Fashion style. How do I do that? What size do I use and how to I override the sizes in the theme panel?
Also, I’m uploading a logo with a transparent background but it’s showing a white background. What do I need to do?
Thanks!
Love the theme!
Suzanne
Thanks! 🙂
Visit – http://www.techprevue.com
Hi,
I dont display my logo in the header since i put it in the main menu. What would I do if i want it displayed in mobile phones view?
Also is it possible to assign a different menu for mobile? Since it is currently using the one for desktop, the logo appears in the sliding menu.
Website: http://www.goarchers.com
Regards,
Currently fighting this same problem.
Works perfect. thanks!
Hi,
Use this:
.td-menu-background.affix {
background-color: #FF0000 !important;
}
I was wondering also if it is possible for the entire main menu bg color to change once scrolled down?
Thanks a lot!!
Hi,
Add this CSS in Theme panel -> Custom CSS
.menu-item-12304 img {
height: 45px;
position: relative;
top: -3px;
width: auto;
}
also if you don’t use the above header you can hide it via CSS with this:
.td-header-bg {
display: none;
}
To change the logo when scroll use this:
1. Hide the original logo when scroll:
.affix .menu-item-12304 img {
display: none;
}
2. Add a new logo:
.affix .menu-item-12304 a {
background-image: url("put here the link to the new logo image");
background-repeat: no-repeat;
background-size: auto 47px;
width: 202px;
}
Adjust the 47px size and 202px size to fit like you want.
Hope this help!
Thanks for the message!
Anyone?
Hi, This is my first time to post here. Just purchased this theme last week.
My site is http://www.goarchers.com/ .Please advise how logo will fit in with the menu.
Also, will it be possible for this logo to change to a different one when scrolled down?
THanks
-
This reply was modified 12 years by
bigdeal.
Thank you!
Hi,
Use this CSS, add it in Theme panel -> Custom CSS
.header-logo-wrap .td-logo-text {
font-family: your font;
}
.header-logo-wrap .td-tagline-text {
font-family: your font;
}
Thanks!