- 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
Thanks for this! So I need a white StumbleUpon logo and change the CSS for the button to orange. Where am I plugging this all in at?
Exactly that.
Thanks a lot.
Hi,
Try this custom CSS:
.header-style-3 div.td-grid-wrap {
padding-top: 0px !important;
}
…add it in Theme Panel Custom CSS like this: http://screencast.com/t/dBLKd9oR4R8
Thanks
I’m just doing some test so it’s not online yet.
By the way i’m using the original css with Full responsive (980px) and Style 3 – (full width logo) + menu.
Thanks,
Igor
Hi,
Please give me a link to see this issue and i will provide you a CSS to fix it.
Thanks
Hi,
Go to Appearance -> Menu and in your Home Page menu item -> Navigation Label section add image source like this: http://screencast.com/t/NpbSx2vXF
Image Source should look like this:
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png" />
Thank you
Hi, when selecting Style 3 – (full width logo) + menu as header style, there is a padding between the logo and the top of the page (desktop device).
How is it possibile to remove or reduce it?
If I change it in
.td_980_resp .td-grid-wrap {
padding: 48px 0px 0px 0px !important;
}
all the content of the page comes up, but not the menu.
Thanks
I downloaded and installed the theme & child theme.
After installing the demo data and activating the child theme, all pages look like this: http://screencast.com/t/Ww6tgvvR
They have an extra header above the logo. However, when I activate the main theme, it disappears.
Hi,
It’s not a bug, in your case the banner was to large and overlapped the logo and needed a custom CSS.
Thanks for the message
-
This reply was modified 12 years by
Lucian.
Hi,
It’s possible to create a minisite with different logo and different menus without have to create another wordpress platform?
Thanks
Hi,
Unfortunately there is no setting for this feature, i belive you want to make changes to the logo text or to the tagline text, if so you can use this custom css to select them, use .td-logo-text to select logo text or use .td-tagline-text if you want to select the tagline text and add your chosen font family and font size.
Ex:
.td-tagline-text {
font-family: "Anonymous Pro" !important;
font-size: 25px !important;
}
Thank you
Hi,
You can use this CSS:
/* responsive monitor */
@media (min-width: 1200px) {
.post .thumb-wrap img {
max-width: inherit;
}
}
emil_grecu is typing...
emil_grecu: .td_980_resp .td_mod_mega_menu {
margin-left: 19px;
}
.td_980_resp .td-mega-menu ul {
left: 0px !important;
}
.td_980_resp .td-mega-menu .td_block_inner{
width: 800px !important;
}
.td_980_resp .td-mega-menu .td-mega-grid,
.td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_resp .td-mega-menu ul {
width: 996px !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td_980_resp .td_mod_mega_menu {
margin-left: 14px !important;
}
.td_980_resp .td-mega-menu ul {
left: 0px !important;
}
.td_980_resp .td-mega-menu .td_block_inner{
width: 600px !important;
}
.td_980_resp .td-mega-menu .td-mega-grid,
.td_980_resp .td-mega-menu .td-no-subcats .td_block_inner,
.td_980_resp .td-mega-menu ul {
width: 748px !important;
}
}
Add it in Theme Panel -> Custom CSS section.
For the logo issue use this CSS:
.td_980_resp .td-g-rec-id-header .adsbygoogle {
right: 0;
}
.td_980_resp .header-logo-wrap img {
width: 250px;
}
.td_980_resp .header-logo-wrap {
margin-top: 34px;
}
Thank you
There is also a problem with the header ad overlapping the logo?
Hi,
You have to edit the style files (depending on your header style) and replace with the desired url – http://screencast.com/t/yPKFtCOfrGD5
Thank you, Emil G.
-
This reply was modified 12 years by
Emil G.
Hi Emil,
Could you not simply send me the menu-header.php file that should do the trick?
I followed these instruction to the letter:
http://screencast.com/t/jCgKv7UP, http://screencast.com/t/JsewTTwhW
So a screenshot of the php-file would also show these modifications.
Hope to receive the correct menu-header.php that A) deletes the search icon and B) makes the free space available for the main menu, C) without screwing up the logo.
Thank you,
Hi,
You can change the logo on mobile using css. Use the following css (add it inside the Theme Pane -> Custom CSS):
/* responsive phone */
@media (max-width: 767px) {
.td-logo img{
display: none;
}
.td-logo{
background: url('http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/logo-top2.png') no-repeat;
position: absolute;
background-size: 130px 60px;
width: 130px;
height: 60px;
z-index: 9999;
right: 5px;
top: -5px;
}
}
Replace the logo url with yours.
Thank you, Emil G.
Hi,
Please post an image with the menu-header.php file code, the logo should not behave like that.
Thank you, Emil G.
Hi,
I want to know if it’s possible to set different header styles for desktop and mobile. I use the full width center logo + menu for desktop, which looks great! But it doesn’t look good on mobile so I would rather use header 1 style (menu + logo on the right) with a different logo. Is this possible?
Ehmmm..ok. 🙁
Your option nr2 introduces a new error. It screws up my logo!
Check here: http://goo.gl/R1TKQ5
Please inform me on how to completely remove the search icon spot without screwing up the logo? 🙂
Thank you…
Awaiting your answer
hi,
first upload your site logo: http://screencast.com/t/NMceSjmw
then change the template of the page that is used to display it : http://screencast.com/t/ydggtAOZxcUf
Thanks for you message.
Radu A.
Hi guys,
Site: http://getgaining.com/
Screenshot: http://i.imgur.com/BnwiMCe.png
As you can see, the ad is buried under a few elements on the page. Is this because I don’t have a logo, maybe?
My desired result would be for it to appear as your demo does here:
http://demo.tagdiv.com/newspaper/
Screenshot: http://i.imgur.com/dB03FF5.png
Please take a look when you have a minute.
Thank you,
Jamie
hi,
http://screencast.com/t/xC1VIV75tfX
Thanks for you message.
Radu A.
Hi, thanks for quick reply,
And how should i change color of down arrow on main menu.
Thanks!
Great Theme! Great Support!