- 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
- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_top_bar_template::add
- ApiAPI – Top Bar Template – Introduction
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
- ApiAPI – Single Template – Introduction
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_smart_list::add
I don’t want to use a logo but cannot get rid of the gap below box-2 topmenus; where the header ad might go. I have the header ad turned off too.
Thanks,
singlegadget.com
I’ve noticed a strange font behavior after uploading to Version 7 of Newspaper.
We use Francois One as our header font and Lato as our body font at http://www.theapexracing.co. When pages initially load, a different font is briefly seen on every platform I’ve been able to test (OS X, iOS and Android) before the correct font loads. Please see the following two videos with examples:
We would like this issue to not occur. Is there a way to avoid the font changes as the page loads? Thank you.
I have put the meta tag in exactly same <head> section of header.php through theme editor. But I still get the same error. The rest of the instructions are of no relevance until I can claim the url.
Can you help to ensure that I am putting the meta tag at correct place. I am attaching link to a screenshot. Thanks for help.
https://www.dropbox.com/s/9ce2t8c8ab7ghk8/Screenshot%202016-05-15%2011.32.30.png?dl=0
-
This reply was modified 10 years by
sanjeev. Reason: Image not associated with post
Hi,
I’m trying to move the Navicon to the very top of the page as well as show the top bar to reveal social icons within the page when it is in mobile mode.
I am currently using Header style 9, which places the navicon underneath my logo image.
I’d like to achieve something exactly like this
How would one configure their page like this?
Thanks so much
I currently have the header and footer background set to black and the page background set to white. The problem appears once the window size gets too larger and the menu no longer goes across the top of the page and the white from the page goes around the menu. Is there a way to have the header/footer menu background color span across the top of the page no matter how big the window is?
I am on version 7.0.1
Thank you!
Hello,
How can I change the ad size that it is bigger? By default, only the footer ad is a nice big square but the header and in-post ads are too small.
Thanks
M.
Leaving aside the screen editor issue, which I can work around, there are still three issues where the Newspaper theme seems to be breaking other functions. If we can address the first one, I think it will simplify addressing the other two.
(1) The header background is not displayed below the home page. So it’s there on
http://www.asiantraveltips.com/ but not there on http://www.asiantraveltips.com/destinations/.
(2) The dropdown menus on pages where the header does not display are blank until you hover over them. Ie, if you hover over “Places to Go” you should see a yellow strip under the title and a list of locations in the drop down, but below the home page all you see is a white box until you move the mouse down over it, then the locations appear.
(3) The WordPress admin menu fails to display other than on the home page – ie, I see a white strip where the admin menu should be. It never reappears except on the home page.
(4) MapPress Maps are no longer displaying.
All these issues are not issues if I switch back to my old Colormag theme.
Hello, we have moved to Newspaper theme from a previous theme that supported action hooks and filters, where we used our functions.php file to modify the page contents. For example, to show custom fields on posts, we used this code in our child theme functions.php:
// add album title, label and article subtitle to posts and pages
function vg_subtitle($posttitle) {
global $post;
$albumtitle = get_post_meta ($post->ID, 'Album Title', true);
$albumlabel = get_post_meta ($post->ID, 'Label', true);
$subtitle = get_post_meta ($post->ID, 'Subtitle', true);
echo $posttitle;
if ($albumtitle) echo '<div id="vg-albumtitle">' . $albumtitle . '</div>';
if ($albumlabel) echo '<div id="vg-albumlabel">' . $albumlabel . '</div>';
if ($subtitle) echo '<div id="vg-subtitle">' . $subtitle . '</div>';
}
add_action('thematic_postheader_posttitle','vg_subtitle');
I am wondering, does Newspaper support action hooks such as this, to display these custom fields? I am wondering where I might find the Newspaper theme equivalent to replace above ‘thematic_postheader_posttitle’ … ? Is there a support doc reference to theme action hooks and filters? Thanks!
Hello please do help me out ?
Images in my site are low quality , I don’t want to show on header menu ( sub-menu or mega menu ) ! just like as normal sub-menus ! If you not catch up my point here
If you visited sample website : http://demo.tagdiv.com/newsmag/ !
The header menus are like Fashion , tech , Travel , Video , features , Home pages !
The submenu links up to “Video” are shown as mega menu , but after that in “features and Home pages” it just show the simple sub-menus ! I want to appear my sub-menu links as ( features,homepage) not with thumbnail !
Hope you got my point !
Am new to wordpress , please don’t mind if it is a simple question !
Looking forward
Regards
KanKan
Hi Catalin, I couldn’t explain my thoughts exactly.
Forget about it. I did it on my own.
I cut this code from mobile/footer.php and I pasted it to mobile/header.php
<div class="td-sub-footer-menu">
<?php
td_wp_nav_menu(array(
'theme_location' => 'footer-menu-mobile',
'menu_class'=> 'td-subfooter-menu',
'fallback_cb' => 'td_wp_footer_menu'
));
//if no menu
function td_wp_footer_menu() {
//do nothing?
}
?>
</div>
And I modified “td-sub-footer-menu” tag on mobile/style.css
You can check it on my site.
Hi @pmaalouf
Yes you can edit the header.php via wordpress editor: http://screencast.com/t/Bhuwo3oA
Thanks!
Hi there,
I also have the same problem
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WPAlchemy_MetaBox has a deprecated constructor in /homepages/27/d479510947/htdocs/transportrail/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/external/wpalchemy/MetaBox.php on line 58
Warning: Cannot modify header information – headers already sent by (output started at /homepages/27/d479510947/htdocs/transportrail/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/external/wpalchemy/MetaBox.php:58) in /homepages/27/d479510947/htdocs/transportrail/wp-includes/pluggable.php on line 1171
I have done as suggested above and i still cannot log in to wp admin panel. Site works fine just cant get in.
Im not going to update my second site yet.
Hi
That happens because of a custom css added for header row: http://screencast.com/t/idhotcUyn5Qt If you made any changes in header style try to revert theme, clear all caches then test again.
If you still can’t manage to solve this use this css in theme panel > custom code > custom css: http://screencast.com/t/C96Dp9KclzJ
.td-header-row{
visibility: visible!important;
}
Thanks!
Hi
At the moment you can’t edit header.php in child theme. For more detail about the files which can be edited whit child theme please check our documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Andrei L tagDiv!
Hi,
1) I have checked your forum but it seems to display as intended. If your topic titles are too long it will fall on 2 columns as there is no space for the table to display 4 columns on a small screen. Here is the way it displays on our end as well: http://screencast.com/t/cfkpDvRykF4M
If the phone screen is too small, then complex elements such as forums tend to position any way they can to show the whole content and not cut out any parts. As for the title, it jumps at 510px as well.
2) For the header image, that has to be added from the edit screen in the buddypress menu here: http://screencast.com/t/ZwSnmLKqLN58
Thank you!
Hi,
There are 2 ways to go about this. If your ad is a custom one and it does not depend on an ad provider such as adsense, then you can simply hide it with css by using the specific page ID: http://screencast.com/t/ETALHowd8
In my case it’s 266 sao I would use css like so:
.page-id-266 .td-a-rec-id-header{
display:none!important;
}
If you use an ad provider than hiding it with css will not be the best solution as it will still be detected on that page by the crawler so in this case you need to add a condition in the header style file:
Replace this part: http://screencast.com/t/iuDQSq8DULn with this code and add your own page id to it:
<?php if (!is_page(266)){ locate_template('parts/header/ads.php', true);}?>
Hope this helps.
Thank you!
Hi,
There are several sections you need to set a color to, there isn’t only one code for all. I will give it a shot:
.td-main-content-wrap{
background-color:grey!important;
}
.post{
background-color:grey!important;
}
.td-category-header{
background-color:grey!important;
}
.td-category-grid{
background-color:grey!important;
}
There still could be parts of the site that do not get affected by this code. The best thing to do is to use the browser inspector to find the specific part of the site and use the class which gets the white color:
http://screencast.com/t/OD0A0NO92L7
Hope this helps.
Thank you!
Hi,
You can try to add it in the header style files: http://screencast.com/t/MRlrx62V
Every header style has it;s own php file.
Thank you!
Hello Florin Grancea,
That white space comes from your additional customization. This is talking about the padding for meta info container which is white and when you apply a background color you will see that white space. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-post-content {
padding-top: 10px!important;
margin-top: 0!important;
}
header .td-module-meta-info {
margin-bottom: 0!important;
}
The result you should see here -> http://screencast.com/t/6lUkCMNnYgpN
Hope this helps!
Thank you for your understanding!
Hello Tagdiv,
I want the header ad (and the ad banner itself) to not be shown on a particular page created by me.
The theme always applies this area on every page.
How to achieve this?
Hello! I want add two lines blues in my menu top and menu header. I like this:

how to fix it? Thank You!
My website is http://informeinsolito.com
Hi,
Unfortunately for the mobile theme there is no top menu. There can be only the main header menu and the footer menu that can be added here: http://screencast.com/t/HsqWFK5t
If these menus do not show up at all, please provide a link so we can inspect this issue.
Thanks.
I would like to use Google translator, and i use gtranslate plugin.
This plugin use shortcode to show a list menu with all Language available.
How i can put this shortcode in the header under the logo?
Thank’s
Alex
Hi,
Unfortunately PHP 7 is not tested with our theme yet and we cannot say for sure if the error you receive is caused by it. You can follow this topic to see similar issues : https://forum.tagdiv.com/topic/i-have-plobem-warning-cannot-modify-header-information/
We recommend the previous version of PHP as it;s tested to work properly.
Thanks.
