- TutorialsDefault Block Settings Guide
Hi,
I’m experiencing the same issue on a test website I’m working to: 3rd level for “Top Header Menu” does not appear. Header Menu works fine instead.
I can see on their website fchang switched to a 2-level Top Header Menu
Is there any by-code limit?
Thank you very much for your support,
L
Hello goldfish45,
This is talking about the .pnh images which are not supported for the header. You will have to change another image for this, save it to your media library and from there you can get the image link, like this -> http://screencast.com/t/orVWHzqb
Hope this helps!
Thanks for your understanding!
Lots of solutions in google for the already sent headers problem in wordpress… might not apply to you, but common issue in wp.. worth checking
Hi, I’ve been using the free version of Relevanssi plugin to improve our website searches for users. Unfortunately, the plugin is causing a conflict with the Newspaper theme. I was curious if you can help resolve the issue, or if you suggest that I should submit a support ticket to Relevanssi plugin developer instead. I would be willing to buy the premium version of Relevanssi plugin to resolve the issue, but don’t want to invest in the cost if it will not work with Newspaper theme.
I got errors when trying to save these pages:
http://mauimagazine.net/maui-regions/
ERROR:
Warning: Cannot modify header information – headers already sent by (output started at /home/mauimagazine/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in/home/mauimagazine/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home/mauimagazine/public_html/wp-content/themes/Newspaper/includes/wp_booster/td_block.php:148) in/home/mauimagazine/public_html/wp-includes/pluggable.php on line 1174
I can provide a guest login access for you to view the site from admin login.
Alternately, I am looking into switching to using a different plugin as the next option – https://wordpress.org/plugins/better-search/. Perhaps you know if this one is compatible with your theme?
Thank you for your time and help.
Not quite, but almost!
First 3 lines are working fine, but the active menu item isn’t setting it back to white?
.td-header-style-5 .td-header-menu-wrap .sf-menu > .menu-item-50074 > a{ color:yellow; }
.td-header-style-5 .td-header-menu-wrap .sf-menu > .menu-item-50080 > a{ color:yellow; }
.td-header-style-5 .td-header-menu-wrap .sf-menu > .menu-item-52726 > a{ color:blue; }
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a{color:white;}
I’ve edited the code in my theme panel > ads > Header Ads to redirect from my site (insidertravels.org) to (www.clickcatalyst.net) but when I click on the rendered ad all I get is a 404 error page saying “insidertrips.com/wwwclickcatalyst.net does not work”
Hi,
I’m trying to install the Social Counter plugin from the theme’s plugin download page in WP.
We activated the theme and are using the latest version.
However, the social counter plugin doesn’t install and we see this error:
Download failed: unauthorized. The plugin does not have a valid header.
We also tried to install through FTP but it didn’t work either.
Please let us know how to fix this,
Thanks.
Thanks Andrei! I will fix this.
For the other issues. This is how i solved it (when other people run into the same problems).
1) In logo.php and logo_h1.php I added this code
if(ICL_LANGUAGE_CODE=='es'){
$td_customLogo = 'URL TO SPANISH LOGO';
$td_customLogoR = 'URL TO SPANISH LOGO RETINA';
}
elseif(ICL_LANGUAGE_CODE=='en'){
$td_customLogo = td_util::get_option('tds_logo_upload');
$td_customLogoR = td_util::get_option('tds_logo_upload_r');
}
2) Still working on this one
3) In the header.php file I added the Facebook snippet, but made some variables. As you can see I made the URL in de script part variable with 2 variables. One for the app ID and one for the language.
<?php
if(ICL_LANGUAGE_CODE=='es'){
$td_comments_language = 'YOUR SPAIN FACEBOOK APP ID';
$language = 'es_ES';
}
elseif(ICL_LANGUAGE_CODE=='en'){
$td_comments_language = 'YOUR EN FACEBOOK APP ID';
$language = 'en_US';
}
?>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/<?php echo $language ?>/sdk.js#xfbml=1&version=v2.8&appId=<?php echo $td_comments_language ?>";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
In the loop-single files I added where needed this part. You can see a get_permalink here. This is so the comments on each blogpost are unique on the specific URL.
<div class="fb-comments" data-href="<?php echo get_permalink( $post->ID ); ?>" data-width="100%" data-numposts="5"></div>
I want to add image link at the header so please tell me how to add that image in header. That image should be seen on all pages. Attached screenshot here is screenshot how image link i want [http://imgur.com/a/jmYa6]
Hi,
Please remove all your css regarding the menus and just use this code:
.td-header-style-5 .td-header-menu-wrap .sf-menu > .menu-item-11805 > a{
color:yellow;
}
.td-header-style-5 .td-header-menu-wrap .sf-menu > .menu-item-11807 > a{
color:yellow;
}
.td-header-wrap .black-menu .sf-menu > .current-menu-item > a{
color:white;
}
In the code simply switch the menu item numbers to correspond to your menu item classes. You can see the menu item number if you use the browser inspector: http://screencast.com/t/STExSf01
Thank you!
Hello,
The files are the same. The tracking code should be added in the same files. Parts of the code got moved and some got removed and some parts added in. Code gets optimized on each update but the file structure remains the same. Header and footer.php are requirements for every theme so they will not get removed. The head and body tag will always be located in the header.php file
Maybe you have them set through the child theme. We also recommend updating the child theme as well. Please read this topic for an explanation: https://forum.tagdiv.com/topic/setting-up-child-theme/
Thank you!
Hi I need some help.
I’m trying to create a header ad. But the ad has to be rotating between different pictures(i want to display rotating ads in the header)
Any options?
Hi,
i have this website: http://www.tuttosullegalline.it
I have installed AdRotate plugin and i have created a header banner for Amazon Ads and i have paste the short-code in “Theme->ADS->Header Ad”, but it’s not responsive.
Can you help me please?
Thank you, bye,
Francesco
Hello bigbangmd,
You will have to use a bit of CSS code for this. Try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-main-menu {
background: transparent;
}
The result you should see here -> http://screencast.com/t/HWjXFhZteB
Thanks.
Hello tkumabe,
Please ensure that you are using the latest version of the theme with the latest version of required plugins which come bundled with it. If you are using the child theme, please try to switch the theme to the main one, without any additional customizations. Please notice that the theme uses the footer in full width and the header also. The layout of the theme will be switched to the boxed mode if you will have added a background and that’s why the header and the footer will be boxed. If you will rule out this, the layout of theme should have to be normal, in full mode.
You can provide your website so I can inspect it and so I will be able to provide a more accurate response.
Thanks.
Hello,
The header and footer will be full width if you do not use a background image or color. When a background image or color is set, the theme will go into boxed mode. This is specified here: https://forum.tagdiv.com/background-introduction/
Thank you!
hey guys
i was wondering if there is a way to reduce the distance of white space between the header and the slider in my website?
I’m trying to
Copy and Paste code before </head> tag on website page(s).
Could I get some direction on this please?
Hi there-
We just upgraded our sites from versions of Newspaper 6 to Newspaper 7 and are loving the increase in site speed. We are continuing to do work on the site to increase speed but notice that some of the code from header.php seems to have been relocated elsewhere. The current php file is much smaller and references td_wp_booster_functions.php I found it and saw references to td_header_analytics_code but can’t find it. I know our google tracking code is still someplace on our site as I can see live traffic and can see it when I look in Developer mode. Could someone let me know where this is? More broadly from time to time we need to add tracking codes to either the header or footer of our site. Given the changes which php file should we be making adjustments to? Thanks!
Kim

Hi, I’m trying to find the location for the above search box in mobile.
I’ve done excessive searching and its NOT
mobile/parts/search.php
mobile/parts/td_walker_mobile_menu.php
mobile/parts/menu-mobile.php
mobile/parts/header-menu.php
mobile/search.php
Help! I’ve looked everywhere!
Hi,
I’m trying to adjust the colors of my main menu on top of my page:
Tried adjusting everything in Theme Colors, no changes at all.
Can you help me with that?
Your demo shows a full width header and footer, where is the option to make the header and footer full width?
Thanks.
We basically add the shortcode into the actual header template, or post template where we want it.
Hi!
I would like the ad in my header to rotate and I understand that the best way to do this is using the Ad Rotate plugin? If so, I just can’t seem to be able to use it and would really appreciate step-by-step instructions please…
Thanks,
Clare
After playing around a little more, I was able to get a full width footer via import of the entire Travel Guide demo. But since the Full Width option is already selected in this import, I’m no longer able to save additional changes to the template. I noticed the Full Width and Full Height options cause the template to hang. I am not able to save any settings in the panel if either of those two options are selected (via import of a demo, or by selecting it).
I think this might be a bug in the template, which would need to be fixed since I would love to have a full width footer and header.
Thanks!