No search results were found in Documentation!
HI
Try this css in theme panel > custom code > custom css: http://screencast.com/t/DJxBx56KmDvj
@media screen and (min-width: 768px){
.td-header-style-1 .td-header-sp-logo {
width: 43%!important;
}
.td-header-sp-recs {
width: 55%!important;
}
.td-header-style-1 .td-header-sp-logo img {
width: 500px;
}
Thanks!
Hi there,
Currently using Newspaper 6 (will upgrade later) here:
http://www.waihekegulfnews.co.nz/wp/
I’ve worked a way with css to make the logo a little bigger, but my client wants the logo bigger still, with the text/ad area to the left smaller.
I can’t work out how to do this – could you tell me what code would work here please,
many thanks – Neal
Hi,
The style of the theme ads a min width to the logo and as you use a very narrow logo, it will require a bit of css for better positioning. Please use this code:
.td-politics .td-header-style-11 .td-logo-wrap-full{
min-height: 160px!important;;
}
.home .td-main-page-wrap{
padding-top:0!important;
}
I hope this helps.
Thank you!
Hi there
I have moved to cloud server but after activating mobile theme plugin thumbnails, logo, fontawesome icons and ads are missing.
https://drive.google.com/file/d/0B3n4yhTjERBUSG9IV0FQaTJyemRQQWN6TEttRzFyUGdRQWI4/view?usp=sharing
https://drive.google.com/file/d/0B3n4yhTjERBULUFZY3hXeTZrSzI4QVN5dHc5UHY5Q1kteWZB/view?usp=sharing
I cannot for the life of me figure out where the color is being pulled from for the mobile main website navigation. Screenshots:
If you look carefully, the menu background is darker than the logo background:

This is where the color is being pulled from:

Any idea where that “020202” is located? I’d like to change it. Thanks!
The logo problem is resolved.
How I can change de text color of the excerpt modules?
Thanks.
Hi,
I’m using the header style 11 on the Newspaper 7 theme. There is a large white space between the logo and the content below that I can’t seem to get rid of. I believe this white space is an ad space placeholder.
I’ve attempted to disable the ad under the “ads > header ad” tab. However, that doesn’t get rid of the white space.
Please advise on how to get rid of the white space where an ad would be using header style 11.
Thank you!
Hello,
Thanks for the reply. I could fix the font size.
I pass the url that you may see poor quality as the logo is seen on the mobile. I has done a designer a few days ago and is uploaded to a somewhat smaller.
Regards
After the latest update my menu only works on the desktop. When you shrink the window on deskstop it shows you how it should work. Ie The mobile logo in the center that takes you back to the homepage and the menu grid logo on the left side that opens out to menu items.
Not sure if you can see this screen shot.
I have tried everything on my settings, nothing changes the problem
Is this a glitch?
Thanks, Marina
Hi,
You can read more about the mobile theme plugin here – https://forum.tagdiv.com/the-mobile-theme/ It comes with its own templates and it was not designed to work with Visual Composer so there are no blocks that could be used on mobile theme. Please note that it is an optional plugin and if you’d like the same content that you have on desktop, you can disable it.
If you load Swedish language from theme translation system, all the theme’s strings will be translated also on mobile devices, even if you use or not the Mobile Theme plugin – https://forum.tagdiv.com/loading-translations/ Or you can translate Latest Articles manually – https://forum.tagdiv.com/customize-a-translation/ – http://screencast.com/t/tkQytPCWlR3K I have checked this on my side an did not found any issues – http://screencast.com/t/VmsrmdXPLxy
I suggest to use the recommended size for mobile logo – http://screencast.com/t/amS1BHog4
However if you want to use it like it is know I will provide a css code to increase its size – http://screencast.com/t/l6Nj75et
@media(max-width: 767px) {
div.td-main-menu-logo img {
max-width: 186px;
}
}
Thanks!
Hi,
If you use mobile theme plugins, you can hide it using custom css in Theme Panel > Mobile Theme > Custom Code – http://screencast.com/t/aaB2VgeCZR – http://screencast.com/t/isSndOvc
.td-footer-wrap .td-footer-logo{
display: none;
}
Hope this helps!
When I activate the Mobile Theme plugin I get the three last posts in a grid on top of the page, I also get lots of posts listed under the section Latest Articles. Meaning that the three last articles will be displayed two times; in the grid and under Latest Articles. Where do I change the look of the Mobile Theme? Are there different blocks to choose from also for that plugin? I have searched for where to find this, but have not succeeded yet. I also would like to have Latest Articles translated to Swedish. I have set the tranlation section to Swedish.
Also I have a problem with the size of mu logo shown on my iPhone, it is really small. Regardless if I have the Mobile Theme activated or not. I have tried to upload the recommended size logos under Header -> Logo for Mobile, but it is stills tiny. I have changed all logos uploaded to about 800 px, without any difference.
http://www.ladiesabroad.se/ Right now I have the plugin deavtivated, but you can see the small logo on iPhone (or not!).
Thanks.
Hello,
The black version logo was created with “Gotham” font.
There are 2 default fonts used in our theme. They are ‘open sans’ and ‘roboto’. The main menu is roboto and the trending now is open sans.
Thank you!
Hello,
I dont want logo in mobile footer. How can I do that.
Thank you.
Hi,
1. I need to change font size in the home post excerpt. I don’t need change the title size, only the text, but I don’t see the option.
2. I added a logo for mobile 140×48px, but it looks blurry and if I put big is too big. Any solution?
Thanks you and Regards.
Hi,
I have also checked your site on desktop and mobile chrome and firefox but there is no logo showing. Please clear your browser firefox browser cache and check again. Test from a different device and inspect the footer. I could not find any logo. Only the sub-footer is showing.
Thank you!
Hello, and thank you for an amazing theme! 🙂
Can anyone please tell me whats the name of the font used in the Newspaper 7 demo, logo?
( NP black version – logo on top of site)
In the “theme fonts” tab, it only says “default font” and not the name of the font.
I have tried inspecting the site in the browser inspector, but as an amateur i cant sort this out.
It would also be nice if you could tell me the name of the other font used in the demo version.
Menus, “trending now ” etc.
Thank you very much.
Have a great summer!
C
Hello stanisci,
I have checked your website and I did not saw any logo -> http://screencast.com/t/89sVNlOw. Please enable your footer area so I will be able to inspect it closer and so I can provide a more accurate code.
Thanks.
Hello patilabo,
Please refer to this topic here -> https://forum.tagdiv.com/topic/logo-in-mobile/
Thanks.
HI
Try this css:
.single_template_6 .td-header-sp-logo {
background-color: red;
}
Let us know how it goes.
Thanks!
Hello stanisci,
Unfortunately, I do not exactly understand what you mean and also, I do not find any logo regarding on this case. Also, your footer is disabled. Please provide more details about what you mean so I can understand it better and also, so I will be able to provide a more accurate response. You can provide some useful screenshots so I can easily identify your problem.
Thanks for your understanding!
HI @isakmoller
Try this css to make the logo image a bit bigger: http://screencast.com/t/rdPnu7UNV
.td-header-sp-logo img {
width: 85%;
max-height: 110px;
}
Let me know how it goes.
Thanks!
Is there an easy work around to make Post Template 6 work the same way? I find that I’m running into the same problem where the featured image blocks out the background color of the header. If there’s something like the code you recommended before, ie:
.home .td-header-style-8 .td-header-sp-logo {
background-color: black;
}
…but for Post Template 6 that would be awesome. Thanks for creating a great theme.
BZKL
Hello,
I would like to increase the size of the logo of my page:

I used the Newspaper theme with style 5 for the header.

Can you help me please ?
Thank you in advance for your help.
Hi! I’ve tried that, but the logo remains small, there’s room for it to be bigger but I don’t know how to do that.
Thanks!