- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
How can I To delete the first menu ?
Header menu wrap…
Sorry for spamming this topic, but the implementation is just not “round” for this feature:
When in Mobile view, scrolled down, the menu is now pinned fix to the top of the screen (lacking a logo) but:
- clicking the symbol for slide out menu and the navigation ist visible
- Otherwise touching/swipe to the left for opening the side menu just displays grey without navigation items. You have to scroll up with the menu open to see that it is still there but on top.
Could you please help? Thanks a lot!
Sorry, I found the option “Snap menu” under Navigation. This gives me a fixed menu, but this menu lacks the logo when scrolled down – exactliy like on Desktop mode.
Thanks for an excellent theme by the way, Newspaper is great 😉
Hi, please see:
http://themeforest.net/item/newspaper/discussion/5489609#comment_5098409
Hi Marius, thanks for your quick answer!
Concerning 1), maybe my description was not precise enough, please let me explain further what I intend: I want to have my brand/logo image always visible on screen in menu. Problems with your themes implementation:
a) In Desktop Browser, if I scroll down the page the header with the logo scrolls out of the viewport and is no longer visible as the menu sticks fixed to the top. Solution: Place a smaller logo version in the menu-area (right or left) maybe only when scrolled down and menu is fixed.
b) In mobile view, the logo is placed what looks like “in” the menu. This is cool. But if you scroll down the menu with the brand/logo and the navigation again leaves the viewport. Solution: Make the header fixed in mobile view (maybe as an option)
today update my theme to 1.7.1 and i have problem in header… my logo not alighned in center and i cant change the color in header
Hi, folks
we’re using the YOAST SEO module and have run into couple of minor issues with the theme v 1.71.
* First, since Yoast is already putting our Google publisher ID with rel tag in header, we don’t need it printed second time in footer.
* Second – and far more critical – when putting in the full URL for twitter for an author, under the “user” setup, the URL works properly in the author box on posts, but then breaks Yoast META in the post head so that the full URL vs the author ID is printed:
<meta name=”twitter:creator” content=”@https://twitter.com/AUTHORID”/>
vs
<meta name=”twitter:creator” content=”@AUTHORID”/>
I have tried using Yoast’s “force override” but doesn’t impact that element. We don’t have this issue with other themes we’re using (e.g., “Canvas”), which implies that the theme is “specifying” that information for the META tags.
Is there a function we can use to over-ride any of the theme META data in head to address this? Kind of a big deal when trying to tweet something.
(Also worth noting that Pinterest button still breaks image trying to share when there is a featured image, since the “featured” image is still linked to pagename/# which should NOT be self linked!)
Hello,
We working to fix that bug on mobile, is a little tricky.
Thanks for your message
Hi Marius,
I was about to post about this same issue with logo on mobile devices being covered when displaying a header ad at top.
Any thoughts as to when you guys may have a fix?
When I make changes in the theme customizer…for example change color or change logo, it reflects properly on desktop but will not change on mobile. maxfit360.com
i changed the header to orange and it made the change on mobile. Now I have changed it back to white, and it is still orange on mobile.
Same thing happened with the logo…i uploaded wrong one. Could not get mobile to change…so i had to delete original logo, modify it, then reupload it with same name.
More concerned with color at this point.
Anyone had that problem? I am on iphone5
Hello,
We will fix it ASAP in an update tomorrow, if you want to have a quick solution go to Theme customizer -> Colors and change the Header color to #fffffe http://screencast.com/t/LwjNTHjfiYG
We are sorry about that little bug escaped.
Thanks for the message!
I have the same question, i’d like the white background back
The white background that was behind my logo and ad in the header went away after the update to 1.7. Is there a way to make that white again in the settings or do I just need to update it manually in the header?
The mobile site will pull in your main menu automatically (that is the colored menu under the header). When you tap the menu button it will slide out from the left side.
If I misunderstood your question please let me know.
Hello,
@mofiki you are a great man! Thanks for all things you do.
Have a nice day!
No problem, I love the theme and want to be sure others are happy with it as well to ensure its continued success and support 🙂
@mofiki thanks for helping other here on this forum!
hello,
try this:
function td_sape_header() {
global $sape;
if (!class_exists(SAPE_client)) {
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '***********myID***********');
}
require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
$sape = new SAPE_client();
}
}
add_action('wp_head', 'td_sape_header');
function td_sape($atts, $content = null) {
global $sape;
return $sape->return_links();
}
add_shortcode('td_sape', 'td_sape');
I hope you understand that it’s a bit hard for me to write code in the blind without testing it with the actual thing. Sorry for the delay
Hello,
We are working to fix that … it’s a known issue for some time 😐
sorry for the delay and thanks for reporting this!
I have also noticed that the theme puts the analytics code at the end of the page which should not be the case so you should remove it from there and add it to the header file just above the </head> to meet Google’s best practices.
Just an FYI
The mobile header is displaying incorrectly when there is an ad in the header. Basically it shows the logo and then covers part of it with the add under it and then the menu. Any thoughts on fixing this?
Site in question:
http://www.android-advice.com
Hello,
Add this into style.css
.td-grid-wrap {
padding-top: 22px !important;
}
Is this in Stylesheet.css? I change it from the default 48px in there and it doesn’t do anything? Vor V1.5 can you give me instructions where to go?
Thanks guys!
Hello!
I’m using facebook comments, so I want to remove the default comment box and header.
How do I remove them?
Hello,
Decrease the top padding for the td-grid-wrap http://screencast.com/t/nRDp2JaG
Thanks for the message
If it dosn’t work you can try this one:
function td_sape_header() {
if (!class_exists(SAPE_client)) {
if (!defined('_SAPE_USER')){
define('_SAPE_USER', '***********myID***********');
}
require_once(realpath($_SERVER['DOCUMENT_ROOT'].'/'._SAPE_USER.'/sape.php'));
$sape = new SAPE_client();
}
}
add_action('wp_head', 'td_sape_header');
function td_sape($atts, $content = null) {
global $sape;
return $sape->return_links();
}
add_shortcode('td_sape', 'td_sape');