- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- 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
I did the latest update and now my header doesn’t fit the rest of my site. It was fine before the update.
Any idea what happened?
Please tell me how I can put in the header background image, or how can I change the header color to transparent
thanx 😉
Replying myself:
In my case, the blog was in a subdirectory, affected by a not-wordpress .htaccess, with ‘header-exipres’ instructions affecting the blog.
After cleared that, the site seems to work like a charm.
Thanks!
Hello,
We hide it on mobile because there is no space for 2 menus. You can display it again from style.css search for .td-header-menu-wrap and change like here http://screencast.com/t/JnPrGv0P
Thanks for the message!
Same here. I solved it temporally with .td_data_time {float: left}. But it can’t be the gloabal solution cause it seems that noone else have this problem. (Maybe a german problem?)
Sorry Radu, Site is not online – working this time on xampp… 🙁
Can you please give me an url ? 😉
Thanks, dude. That did the trick.
Hello,
The image size should be at 1170px to full cover
Thanks
Hello,
Is in one row, see here: http://screencast.com/t/0HEt0aF8UA
Show me your site to see the issue.
Thanks
You’re welcome. 🙂
Hope you recognized the future bugix here:
You forgot to retrieve the date in localized format aka “date_i18n” in file:
wp-content\themes\newspaper\parts\header\menu_top.php
change line: 12
echo date($tds_data_time);
to
echo date_i18n($tds_data_time);
Would like the date and Navigation and social links in one row in the top header. Is that possible?
That didn’t seem to do the trick either. Are the dimensions of my header picture just not big enough? I believe it is currently 1100 px wide
Hello,
Try with important
.header-style-3 .td-grid-wrap,
.header-style-3 .container-fluid {
padding: 0px !important;
}
Thanks
Hey, thank you for great theme, but found few problems, whope will get in upcoming updates.
You had provided options to change header, menu background color, but no option to change menu font color.
And provided option to upload logo, background image, but also link option also needed, so we can insert logo / background image links.
I did that, and it didn’t seem to change anything?
-
This reply was modified 12 years by
tvsullivan.
Found the solution and the bugfix for next update.
You forgot to retrieve the date in localized format aka “date_i18n” in file:
wp-content\themes\newspaper\parts\header\menu_top.php
change line: 12
echo date($tds_data_time);
to
echo date_i18n($tds_data_time);
Hello,
Add this in style.css
.header-style-3 .td-grid-wrap,
.header-style-3 .container-fluid {
padding: 0px;
}
Thanks
Hi there,
I can’t get the social counter to work; two issues:
1. For facebook the id is ‘pittig.be’ and I assume that is where the issue is because I tested some others id’s and they do work… I expect it is the ‘.’ that causes the issue but how to fix?
2. For facebook the id is ‘PITTIG_’ but I don’t think this has anythng to do with it since I also did some tests (including ‘envato’ 🙂 and when I add an id only the header of the page is visible and no body or footer, just blank
Please assist asap, thanks!!
Vince
I have the same exact problem, how do I fix it??
Hi guys ,
I have a problem with logo when I upload it to website
plz see my website
screenshot: 
Hello,
1. Edit category-header.php and add this code
'limit' => 2,
'autoplay' => '2',
like here: http://screencast.com/t/aVY8NAtu and edit the value limit is the limit post and autoplay value is seconds.
2. Change here to 3 http://screencast.com/t/7ZXSKv1KE and here http://screencast.com/t/wLKQ4mWo the go to Theme customizer and set on Post Settings to 3.
Thanks
Nevermind. I figured it out. I moved the new WP_Query code above get_header() and the title now has the right page count.