- 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
So my company logo is huge, I want to make it fit right. But whenever I upload the image, the theme resizes it to a 272px/90px dimension which is really annoying. I want to know how change that through child-theme. This is really urgent. Please reply as soon as possible.
Thanks.
Hi, I need to switch back the header now as I am leaving and dont want the website to be in the same shape for long. Its weekend 🙂
I tried your suggestion at : https://forum.tagdiv.com/topic/im-new-here-got-plenty-of-things-to-do/ where the user was experiencing same issue with “style 8 Header style” (like me). There is blank space at the top. it is reported by another user as well. Also the Mob logo does not work in Sticky menu.
Please let me know whether any CSS code is there which will allow me to use MOB logo on sticky menu bar than showing my original Header Logo (When used with Style 7 – Hybrid Menu on right with logo).
Regards
Siraj
Thank you.
I thought it was a bug.
Is there a way to bypass it as I would love to have my Mob Logo to be shown there. Any CSS which can help me?
Please have a look at http://www.windowsmechanic.com/, I just reproduced the issue.
Regards
Siraj
Hi,
These header styles were designed to use the same logo also for sticky menu, it has a specific css code when the sticky menu is activated – http://screencast.com/t/vCoZP7Eg8eo
Please provide a link for the white space above the los as I need to inspect this.
Thanks!
To add, this issue happens with Style 7 and style 8 Header style.
Also any idea why I see blank space above the logo when I use style 8 header style?
Please check this link: http://s10.postimg.org/cj3rzemm1/Tagdive_support_query.gif
Regards
Siraj
Hi,
Started building website using Newspaper theme and found below said issue.
Header Style: Style 7 – Hybrid Menu on right with logo
STICKY MENU: Always at the top of the pages
LOGO ON STICKY MENU: Mobile Logo
I uploaded different logo under “LOGO UPLOAD” and “LOGO MOBILE”.
However, when I scroll down and up, the sticky bar still shows my Head logo not the mobile logo.
I checked in two test website and it happens the same.
Am I missing anything here?
Regards
Siraj
I would like to increase the space between the logo and header ad.: http://take.ms/fxKSAN
Here’s the CSS I am using for the header: http://take.ms/Q0o6D
Hi,
1. Please try this custom css in Theme Panel > Custom Css to remove the border – http://screencast.com/t/3Q0qcODBbG4y
.td-header-style-8 .td-header-top-menu {
border-bottom: none;
}
Seems to be a z-index issue, please try this custom css until we fix this:
.td-header-style-8 .td-header-sp-logo {
z-index: 3;
}
.td-header-style-8 .td-header-top-menu-full {
z-index: 1;
}
2. The megamenu menu use javascript and depends by the server response time if you refer to the time loading articles when you hover the category.
3. You can change the color for breadcrumbs via custom css – http://screencast.com/t/2YHHgqBYtc37
.entry-crumbs, .entry-crumbs a {
color: red;
}
4. Big Grid 3 use these modules – http://screencast.com/t/XaI8ms73Gt so you can enable/disable category tag on those modules from Theme Panel > Block Settings > Category tag on modules/blocks – http://screencast.com/t/QLacmCc2edxu
5. The theme supports bbpress without any custom modifications and the can be accessed using siteurl/forums please check our demo – http://demo.tagdiv.com/newspaper/forums/ if you want to add content to your forum page, please create the forum page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Here you can find the plugin’s documentation – https://codex.bbpress.org/
Thanks!
Hi,
You can use the mobile logo and the header logo location and make a condition to detect the page id and set the logo you need on it. It should look something like this: http://screencast.com/t/Psyz0CAF
Please note that this needs customization to theme’s code so you need custom work and/or coding knowledge to do it, if you don’t know how too we advise you to ask help from a developer or hire a freelancer because we cannot provide customization services at the moment. Sorry!
Thanks for the message!
Hi,
You can use one of the headers styles with full logo: http://screencast.com/t/IR4GHgN1WI and use a larger header logo image.
1. No, switching to the child theme without any customization added will work just like the main theme does.
2. You can find all of them in theme’s config file: http://screencast.com/t/KbzHMqyb
Thanks
Thanks Lucian
Here is a link to the site: http://goo.gl/nU1L6o
Please let us know how to enlarge the logo.
Also,
1) If using the parent theme, would any changes occur if we switched to the child theme?
2) Can you provide the meta keys for the post style?
Thanks again
Hey there,
I just purchased the theme and played around with it, ofc I love it (otherwise I would not have purchased it haha – thank you!). Now I have several questions and problems (visit http://data-reality.com to check them out):
VERY IMPORTANT 1. Im using the header style #8 hybrid menu 2. There is an ugly grey 1px border on top of the navigation, can you fix this? And: The header logo is not completely click-able, you can only click on the bottom-half of it. Please fix this too!
IMPORTANT 2. Im not sure if I like the latency of the mega menus when hovering. How exactly can I change that?
VERY IMPORTANT 3. click me – the color of the breadcrumb is way too bright, you can barely read it. How to change that?
CAN WAIT 4. I know I have to use the “featured” category for the articles to show up in the big slide on the front page. But is there any way to not display that at the article page (above the title)? I cannot think of any way how the category would be useful for the public, its only purpose is to bring the articles into the big slide.
LOOKING FORWARD TO 5. For the future, I’d like to see you to make this theme bbPress ready (yeah, you claim it to be already, but to be honest, this is not true it all, it sucks :D)
Thank you very much guys! 🙂
Hola, buenos días
Me podrían apoyar con la siguiente situación: Quiero tener dos páginas y ambas con diferentes logos en el Header ¿se puede?.
Hi
Does anyone can help me in this situation?. I want in my site two pages with different logo in the Header. It’s possible to do that?. Thanks
Hi,
You have a css that overwrite the default – http://screencast.com/t/upPaQOrWLc – http://screencast.com/t/uqT0TSSHs41S If you inspect our demo you can see that this is the css code without margin-left on specific devices – http://screencast.com/t/OcbNqZ9kDPF
So please check you custom css and fix that or you can try this code in Theme Panel > Custom Css – http://screencast.com/t/PcN45iwTHHb
@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-1 .td-header-sp-logo {
margin-left: 0 !important;
}
}
Thanks!
Thank you Alin. I just pushed my site from staging to live with and noticed a couple of things. The Social Counter icons for Facebook and Twitter disappeared and on the mobile version, the complete logo isn’t visible. It may be if I could change the header color to white but the navigation is also white and would have to be changed to another color. Do you have any suggestions?
Thanks!
Edit for URL: http://www.vbjusa.com/
-
This reply was modified 11 years by
k24.
Hello,
I’ve just installed newspaper 6 theme to my website http://www.allhealthfacts.com
But I remark that this website loads very slow than other, even though is no any posts and images beside one logo.
I’ve checked on http://tools.pingdom.com/ and I found following result:
http://tools.pingdom.com/fpt/#!/c7Ek62/http://demo.tagdiv.com/newspaper/
http://tools.pingdom.com/fpt/#!/eMkx9G/http://allhealthfacts.com/
in allhealthfacts.com Page size shows: 1.3 MB without any images and post.
in demo.tagdiv.com/newspaper Page size shows: 1.5 MB with lots of images and post.
Please help to solve this issue, Let me know what do I need to do, to make my website fast as http://demo.tagdiv.com/newspaper
Thank you,
Sincerely,
Chini Kaji Maharjan
Tel: +977 9841146511
email: mrchini@hotmail.com
Kathmandu, Nepal
Hi
The theme use logo for mobile so you have to remove that too: http://screencast.com/t/NrWoc69tMr also make sure you clear all caches and purge cdn files (if you use a cdn host) then test again.
Let us know how it goes and provide your site if the problem persist.
Thanks!
Hi how would I swap the positions of these two items at the top of my site?
Thanks
Hi
I’m using the default demo data. I’ve checked the DISABLE ON PHONE in HEADER ads panel. On my iphone 6 the ads is still visible.
Then, if you look with ipad mini on portrait orientation, the header is not resized correctly and the ADS goes at the bottom of the logo. On landscape working well. I’ve leave the setting for ADS on auto resize function.
At the moment i’m on staging and only demo data with a little css modification is visible.
You can take a look here
http://beta.ilnostrobimbo.it
Tks so much
Roberto
Hi,
You have to use the no-repeat parameter and some size if you want to stretch it ex:
.td-banner-wrap-full {
background: white url("http://xyz.png") no-repeat;
background-size: 100% 100%;
}
Check this guide for more details – http://www.w3schools.com/cssref/css3_pr_background-size.asp – http://www.w3schools.com/css/css_background.asp
The logo on header style 10 is set to appear on one row. It’s position is set with css. – http://screencast.com/t/wUjskDTyhTjW
I’m not sure exactly what you’re trying to do, if you can’t find the right solution please provide more details.
Thank you!
-
This reply was modified 11 years by
Emil G.
Hi,
I know the logo size is set in the theme, but I need to change it to make it MUCH bigger.
I have tried using this custom css, as per advice elsewhere in this forum, but this REPEATS the logo.
.td-banner-wrap-full {
background: white url(“http://xyz.png”);
}
How can I use custom css to a) centre the logo as per style 10 AND define the image size (and location).
Thanks!
Hi team,
just upgraded in beta version of my site your latest version of newspaper theme and I’ve found this issues:
– ADS on iphone 6 is visible in header yet if DISABLE ON PHONE is enabled in header
– On ipad mini portrait layout the header is not visible correclty. The ads is shown down the logo.
Can you please help me on fix it?
Thank you
Hi,
Your images are uncompressed, because of this it takes a lot for the page to load. Try to regenerate all thumbs and compress the logos(use Photoshop or similar to reduce the image size) – http://screencast.com/t/1P6FvnKj4m
For the featured images follow this guide (chapter 3) – https://forum.tagdiv.com/how-to-make-the-site-faster/
Thank you!