- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
One huge feature that’s missing from this theme is the ability to have a full width header with a boxed content wrapper. Like so:
http://www.screencast.com/t/hmURJrfQ
Furthermore, with the design currently set to full width, the primary sticky navigation menu is only the width of the boxed content area. This menu should be full width anytime the header is full width. Same for the top menu with the time and social icons widget area. The header, in terms of width management, should fully encompass the top menu, logo and main (mega) menu areas together.
This would be most useful as options in the theme panel. Separate the body and header widths completely so each is fully independent. The possible combinations should include:
Full width header + full width body
Full width header + boxed body
Boxed header + boxed body
And the menus should really follow the header in all cases
How about it? Customer support of this idea? Dev team support?
No nothing special about that post as it is showing here too: http://www.viewpointsandreviews.com/urban-beach-hotel/ and here: http://www.viewpointsandreviews.com/bistro-den-anker/
The only thing they have in comming is these specific post use the defualt sidebar – checking the ads section in theme panel I dont ahve an extra ad in the sidebar except for one set of adsense code.
I could disable it and use a custom sidebar but I would rather try and fix first.
The page you linked to is the only one showing that issue among a dozen I viewed. What’s special about that post? Might be why the ad is showing like that.
Hi, I discovered that the banner ad in the header is also displaying in some of the sidebars on top of the sidebar ads here: http://www.viewpointsandreviews.com/marrush-restaurant-review/
I can’t see where the issue is coming from and its definately not an extra ad I have placed in teh sidebar.
Hello Marius,
Here’s the link http://temp.nsisongeffiong.com, i’ve tried everything but can’t get the header ads to align.
Also i want to reduce the size of the thumbnails on the Mega Menu
And i would love to have smaller scrollable thumbnails in my similar articles, just like its done in the Mega Menu
Hi,
I have tested a number of bootstrap plugins lately but the one I’d really like to use is for Formidable Forms: http://goo.gl/E9cOCP however it displaces my header advert and menu. Is newspaper not compatible with bootstrap? If not, would it be something you will include?
Okay. But can you resolve the issue on why the header menu disappear on portrait view?
The bar has detail buddypress menus.
Thanks.
Hi,
Add this CSS in Theme panel -> Custom CSS
.post .thumb-wrap {
background: none;
}
Add a text widget above the social and add this CSS in Theme panel -> Custom CSS to fix the alignment.
.td-header-menu-wrap .textwidget {
float: left;
}
.td-header-menu-wrap .td-social-wrap {
float: right;
}
Thanks!
Switching the menu color to white changes nothing. The logo is still on the right of the header on the phone and there is not navigation. Help please.
In Newspaper preview the sidebar widget ‘Best Sellers’ has a nice image size aligned left, all looks good:
http://demo.tagdiv.com/newspaper/shop/
But when I add the Woocommerce Products widget to my store sidebar I get this, a smaller image aligned right and offset description. (header background set to grey by me):
http://www.screencast.com/t/hTU8UXoMO
Am I using the wrong widget, wrong thumbnail image?… In my example the thumbnail is set at 100px x 100px but Newspaper theme is 90px x 90px.
I am looking at code inspector for other clues…
thanks.
Hi,
Add this CSS in Theme panel -> Custom CSS
@media (max-width: 767px) {
.td-menu-header .td-sp, .sf-sub-indicator{
background-image: url('http://www.yoursite.com/wp-content/themes/Newspaper/images/sprite/elements.png');
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.td-menu-header .td-sp, .sf-sub-indicator{
background-image: url('http://www.yoursite.com/wp-content/themes/Newspaper/images/sprite/elements2x.png');
}
}
Replace this: http://screencast.com/t/uSbxUnLN
Thanks!
Hey guys,
I’m currently using a white background for the site (as it comes by default), meaning that the header and the menu are full width. However, when I add a custom background, the header and the menu get the same width as the body of the site, meaning the overflow is hidden.
How can I keep my current header/meny layout while adding a custom bg?
Note: I’ve tried adding z-index to both divs with no success.
Thanks!
Hi Marius,
Have tried all combinations mate. The simplest was to put images in child theme folder and reference files from there.
Currently I have the path as ‘images/top-header-fi.png’; and still no joy. Is there any way of overriding the template that’s being loaded? Not sure what’s up as it should be pretty simple.
Cheers
Hash
Hi again,
I have being laying with this further and have decided that it may be better to modify the menu-header.php to setup the logo as I require.
So I want to have the logo positioned on the left with the menu to the left and the various devices showing correctly using CSS for the logo size and menu font size.
If I add the logo to the php file the image floats out side the menu, how do I get it to be in the menu, so it will work no matter what size i set the logo size to.
hi,
probably a css solution. paste your site link, and make a print screen to show us what you try to achieve.
Thanks for you message.
Radu A.
Hi,
The size have defined a best ad size for each section. If you want other sizes you can change it from here: http://screencast.com/t/3WtAYvSt68
Also no matter what size you choose from Adsense, the ad system will use only your ID data to manage the ads. (I mean if you get a code from Google to a 300×250 banner size the theme will display the recommended size banner for that area, for example Header section will show a 728×90 banner is is set to Auto)
Thanks!
I want my logo in the menu on the left I have already got this working, I have used CSS to remove the header section so it doesn’t show my logo there, but will comment out locate_template(‘parts/header-style-1.php’, true); in the header.php file once working correctly.
I just have a few questions to get this working as I require.
I want to have my logo on the left on all devices , so I have placed the menu item as the first one to get this working on my desktop version, but for other devices I get the logo on the right, how do I get the logo on the left and menu on right for other devices?
I also want a larger logo than the one I have seen people use, how do I increase the height of the menu to place a larger logo while still having the other menu items show correctly?
hi,
the top menu cannot be made sticky, only the header menu : http://screencast.com/t/qVR9Zj7i
Thanks for you message.
Radu A.
I am trying something similar to this, I want my logo in the menu on the left I have already got this working, I have used CSS to remove the header section so it doesn’t show my logo there, but will comment out locate_template(‘parts/header-style-1.php’, true); in the header.php file once working correctly.
I just have a few questions to get this working as I require.
I want to have my logo on the left on all devices , so I have placed the menu item as the first one to get this working on my desktop version, but for other devices I get the logo on the right, how do I get the logo on the left and menu on right for other devices?
I also want a larger logo than the one I have seen people use, how do I increase the height of the menu to place a larger logo while still having the other menu items show correctly?
Go to the Theme Panel, choose Header and Main menu links and then use the sticky menu option to turn on.
Hi, How to enable buddypress/admin toolbar? I tried buddypress settings and checked “Show the Toolbar for logged out users” but it did not work. I then added add_filter(‘show_admin_bar’, ‘__return_true’); to functions.php and it now shows but has a few issues.
1. the toolbar width is not set same as theme
2. on mobile devices the header menu is gone. and does not show top menu and toolbar
Can you advise on a fix? Thank you.
Latest WP 3.9 and theme
Ok, so what I want is “style 1” (logo+ad) + menu. However when I add a 728 x 90 – Leader board from Google ads,you can’t see it at all as it’s obscured by the menu. To resolve this I tried moving the header alignment but it results in the ad covering the top menu or the sites logo being obscured by the top menu.
I have seen other sites using the leader board sized ads fine. So is there something I can do to resolve this?
Thanks
It says it’s pre-packaged but when I try to install I get
Download failed. A valid URL was not provided.
The plugin does not have a valid header.
Return to Required Plugins Installer
I can’t be the only one. I just purchased and downloaded from themeforest. Confirmed that I am 3.7
What are the ad sizes or recommended sizes in the NEWSPAPER theme?
Header ad –
Sidebar ad –
Article inline ad –
Article top ad –
Article bottom ad –
Custom ad spot 1 –
Custom ad spot 2 –
Custom ad spot 3 –
Background click ad –
Hi. Thanks for your answer and congrats for the theme, it´s great.
I found that I hadn´t updated the DFP master tag in the header, so that didn´t match the Ad´s tags in the control panel.
Thanks!