- NewsmagHeader styles
- NewsmagHeader ads
- NewsmagtagDiv Composer Tutorial
- NewsmagCategory templates
- NewsmagSmart list ads
- NewsmagWeather Widget
- NewsmagInstagram widget
- NewsmagPage Menu
- NewsmagMain menu
- NewsmagTop bar templates
- NewsmagLogin – how to enable the user registration
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagTheme colors introduction
Hi. I think there was a conflict with mobile plug-in. Once I disabled mobile plug-in the menu stays the same.
As far as the Sign-In button, I disabled in the Header > Top Bar and it removed from mobile. Thank you.
hd-report.com
Hi @Desde el murete,
From what I can see, you have a header template set, but on mobile version this is not displaying, is display the logo text.
Please make sure that you clear all cache and try again, also make sure that all them settings are set as in our guide from here -> https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!
Hi,
You have set a header from tagDiv Cloud Library , you need to edit that header template using header manager -> https://www.screencast.com/t/FkAe80JsuCo check the sticky menu, scroll until you see the sticky menu and click the menu, logo ( or element that you want to change ) -> https://www.screencast.com/t/o6Z8zoJoWbFY
Thank you!
Hello !
Please add this custom CSS too and let me know of the result:
.td-header-style-1 .td-header-sp-logo {
margin: 28px 28px 9px 0px;
}
Thank you !
Hi,
If you have the Newsmag v4.9 then you’ll need to use the child theme from that package; notice that in the now all the functionalities of Newsmag theme was moved in td-composer as per envato requirements -> https://tagdiv.com/updating-the-core-of-tagdiv-themes/
If you want you can use this guide for child theme -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ the files in the theme are set the same as in Newspaper, only the name of the theme is change wp-content/plugins/td-composer/legacy/Newsmag/parts/header/header-style-1.php -> https://www.screencast.com/t/AAby7XZJA for example in child theme the header-style-1.php file that is use by the header style 1 -> https://www.screencast.com/t/Nvmg772Dr then you need to be set like this -> parts/header/header-style-1.php
Hope this will help you!
Thank you!
Hi. An example page would be:
https://hd-report.com/amazon-fire-tv-channels/
I’m trying to make look like this:
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_table_striped&stacked=h
Here is the full reference to Bootstrap tables on W3Schools:
https://www.w3schools.com/bootstrap/bootstrap_tables.asp
I tried putting the styles above in style.css and in CSS option in Theme. The bootstrap.css CDNs are linked in both header.php and header-empty1.php
Hi,
Thanks for the prompt reply!
May be its not possible to override those templates because I didnt see any reference in your documentation
so please leave that for now as I did it via creating new page template
BUT
according to your documentation –
I should be able to override file wp-content/plugins/td-composer/legacy/Newspaper/parts/header/logo-h1.php
in child theme by making following
Newspaper-child\parts\header\logo-mobile-h1.php
BUT even this is not working
so defintiely something wrong with the theme
SO PLEASE HELP
Hi,
I want to make some customizations to the td-post-header in the Newsmag theme. A child theme has been set up already, but simply adding single.php and loop-single.php with the changes there, does not work. The default post layout is selected in the Theme Options. Can you please tell me which PHP template files I should change?
Hello Vlad and thank you for your answer that solved the first question, but I was unclear on my second question. I was referring to the menu on the mobile as you can see here https://nimb.ws/XqLx57. Please keep in mind that in the header (created with the TD Composer) I chose to use the same menu that in the desktop view.
Thanks, Francesco
Hello !
Please try this CSS Code: .td-header-sp-logo img {
margin: unset;
}
The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5
Thank you !
Basically I’m curious about everything that is directly to the right of the “Don’t Miss” header.
Things like “all” and “more” how do I add these to a block?
Best regards
<header class=”td-post-title”>
why this showing anywhere in above h1 tag
So I figured out if I remove the Mobile Header Ad, that it will only load the responsive header ad at the above AMP link. But that gets rid of the header ad on the mobile theme, so that won’t work either.
Hi there,
I’m using Cloud Templates creating my Header. Once I put the header on my site, modifying it via the TD Composer:
- I can’t remove/change the bacground image (https://nimb.ws/n9PwHf);
- I can’t see the submenu pages in the menu;
Can you help me?
Thanks Francesco
Okay, added that code but now getting two header ads.
https://www.vitalthrills.com/2019/08/27/top-boy-trailer-previews-netflix-premiere/?amp
Hi, on mobile I want to
-change the header background to #FFFFFF
-change the burger menu icon and search icon to #262362
-give a light shadow (just like the mobile footer) underneath the logo
As per this image https://snipboard.io/9WnXHJ.jpg
Where Can I do these 3 tasks?
Also the menu, would like to:
-change the background colour to #262362 (solid)
-have all text in white (#FFFFFF)
As per this image https://snipboard.io/gnws5j.jpg
Where can i do these 2 tasks?
Cheers.
Hello !
As you can see here you have set margin on the header: https://www.screencast.com/t/va7mL3RaG3 You will have to edit the header using the tagDiv Composer, go into the CSS Tab and there you will be able to set the margin to 0. https://www.screencast.com/t/GWmV1RZsl4 The same problem for the logo too.
Also please note that support team is answering the topics from latest to newest. So if you keep replying to your topic you only make the waiting time longer.
Thank you !
Hi,
If you reopen the header , just click on the menu and and click on show regular mega menu in composer or show mega menu with sub-cats in composer -> http://prntscr.com/oxzqqm after that you can adjust it from Mega menu tab and Style tab -> http://prntscr.com/oxzs4b
Thank you!
Hi there! I’m just getting used to customizing this theme. Lots of fun! I have a question about “striping” or alternating background colors of table rows to make them easier to read. I tried using the “table-striped” CSS from Bootstrap in the custom CSS option as well as directly in the Theme Editor. I also put the bootstrap.min.css CDN in the header. Do you know why it does not work or if there is a way to style the tables with Newspaper? I pasted the CSS for table-striped below just for reference. Thank you.
table,
th,
td {
border: 1px solid rgba(0,0,0,.12);
}
.table-striped,
.table-striped th,
.table-striped td,
.table-classic,
.table-classic th,
.table-classic td {
border: none;
}
.table-classic th,
.table-classic td {
border-bottom: 1px solid rgba(0,0,0,.12);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color:#f9f9f9;
}
Regarding No. 3, I’ve done what you said (https://prnt.sc/ov400l), but AdSense tells me responsive ads would be better for the header amp ad? I assume this is out of our control since the theme already has the script in the head?
Here’s the message:
Try responsive ads for AMP
Using responsive AMP ad units can improve the overall performance of your ads.
Responsive ads on AMP-compatible pages perform better than non-responsive ads. Other publishers who already implemented responsive AMP ad units see on average 45% higher RPM* compared to non-responsive ad units.
First, make sure you have the required AMP ad script in the head tag of your pages. Next, replace the existing ad code in the body of your HTML with the responsive AMP ad code from the table below.
Yes, I’ve already tried all those things.
For instance I have a header style type 4 in Cloud Templates, which I can set as the Cloud Library Template. But when I go to Cloud Templates and edit the template with Tagdiv Composer, I cannot bring up the mega menu tab, or change anything at all about the header. If I click anywhere on the header, it just opens the homepage in a new tab.
Hi, the logo of the image as I see it is loaded at full size, I think the problem is a shadow that appears at the bottom of the logo when it is loaded in the header which does not allow the image to be the full size of the image. logo box I have tried to remove or reduce that shadow but not found the right way.

On the other hand for the main menu (top global news ……) I will send the following link and I will be waiting in case I should send something else.
Thanks in advance for your help.
-
This reply was modified 7 years by
Jorge Guevara.
Hi,
Please go in wp-content/plugins/td-composer/legacy/Newspaper/header.php , in wp-content/plugins/td-composer/legacy/Newspaper/header-empty1.php , in wp-content/plugins/td-composer/mobile/header.php and wp-content/plugins/td-composer/mobile/header-amp.php and remove the schema from those files too.
After that clear all cache and try again.
Thank you!
Hello !
That can be changed from the header manager too. Simply click on the zone you want to edit: https://www.screencast.com/t/zObzpnAVXUs6
Thank you !