- 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,
Please read our documentation about smart list , here you’ll find how to set the end of smart list, but for a better precision use in smart list one type of header (for example h3 ) and after ending smart list use h4.
Hope this will help you.
Thank you for your understanding.
Hey, I’ve read through the documentation I can find about the Ads options, but still have a few questions. For reference, I’ll be using our own custom ads rather than AdSense.
1) Is it possible to have multiple adverts set up for a specific spot/type (e.g. header ads) and have them rotate randomly? E.g. we upload 3 different images and links and they all display randomly for different users?
2) Is there any way to have different ads displaying based on the post category? E.g. if post category = 1, display ad 1. If post category = 2, display ad 2?
Hello Calin,
That would be super kool if you could show me how.
I would like to use “Header Style 10” on Home or Blog Page and “Header Style 7” on Pages and Posts.
Thanks for your support,
Amir
Hi,
Try it like this instead, should be able to click in the top space after adding this code
.td-header-wrap {
padding-top: 115px;
}
.td-ad-background-link .td-header-container {
cursor: pointer;
}
Remove the previous code and enter the one above.
Thanks
For H1 header and Title header, how I could implement on my theme. can you please give me a example.
thank you very much.
Hello Catalin, please take a look at category page style 8. When we use it, there is a gray empty header-like background. Why is there no way to upload an image here so that each category has it’s own?
I forgot one more thing; I would like my thumbnails as seen in the ‘Featured’ mega menu in the header to be of equal size and of square shape (1:1). Is there any way this can be done? One image already has a square thumbnail, but the other two do not, even though they were all uploaded with 1:1 ratio (but different sizes).
Hi,
Thanks for the reply, I have implemented your suggestions. However, I still have a few problems. Firstly, I would like to remove the space between the main header and the first big grid. I would also like to make it such that the second big grid is the same width as the rest of the page. I would also like to edit the picture sizes in the second big grid such that all of them are 1:1. Lastly, I would like to reduce the space between the headers within the sidebar on the homepage; is there any way that can be done?
Thanks for your help.
May be H1 header and Title header are different.
https://yoast.com/whats-the-difference-between-an-h1-heading-and-the-seo-title/
How can I make the logo to look bigger in the header?
I love the smart lists : )
What I want is for the Smart list to create a list from the H4 tags. Which it does. But I can’t figure out a way to end the Smart List.
The code I need to close the last H4 tag in the list is : </div></div></div> but WordPress keeps stripping this out from the editor.
Is there a way to tell the Smart List to end at a certain point in the article?
Say I have a Top 10. The smart list is an awesome way for users to flick through them at the start of the article. Then I want to talk about each individually underneath to bulk out the article and provide extra information.
::::: The Layout :::::
|———————————————
| COOL INTRO HEADER
|
| <—– No.1 SMART LIST ITEM —–>
| [[[[[[[BIG SMART LIST PHOTO]]]]]]
| {{{{{ Some text / links here }}}}}
| <-{[swipey swipey]}->
| then… </div></div></div>
|
| Article carries on as normal.
| …
| …
|————————————————
At the moment, the Smart List hijacks the page and can’t be used as an element on it’s own. Or can it?
Any help is mucho appreciated!!
Thanks,
Bonsai!
Hi, going round in circles trying to sort this .. My text logo in header style 10 seems to add a backslash character when I add an apostophe. I’m using ‘classic blog’ theme. Any suggestions?

Hello, for some reason when I hover over my megamenu News section (located on Main Header at the far right), the image links are broken. Also, when I scroll down my home page the Featured Images and Video Featured images are broken. What’s even more crazy is that when I refresh my page, the images appear. However, they do not appear on the megamenu for news.
My site is https://christianhangsuite.com/
Hi,
Way not use this demo, and you’ll get the menu.
If you want to change just the menu please add this custom css in the Newspaper>Theme panel>Custom code>Custom css
.sf-menu > .current-menu-item > a:after,
.sf-menu > .current-menu-ancestor > a:after,
.sf-menu > .current-category-ancestor > a:after,
.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after
{
width: 30px;
background-color: #6aea4d;
}
.td-header-gradient:before {
background: transparent;
}
.td-header-style-9 .td-header-main-menu {
border-bottom: 1px solid #eaeaea;
}
Results: https://www.screencast.com/t/YYA3Mz7yf4
Hope this will help you.
Thanks.
Hi,
You can try to use wp super cache plugin, in this way the load speed of pages will increase.
Also you can try to clear the headers background color, and will be load the color for accent color on headers background.
https://www.screencast.com/t/peBlOCNt
Thank you for your understanding.
Hello! We’ve setup a newsletter archive using Newsmag, and our client would like their logo to link back to the main website, rather than the archive. I’m not sure where to change this in the core files.
I hace changed href in logo-h1-php but it doesnt work. Please see code below.
Thanks
P.D. This is my web: https://thezugzwangblog.com/
// 3. For any tdc or vc content, and not the ‘page-pagebuilder-title.php’ is used
$td_use_h1_logo = false;
if (is_home()) {
$td_use_h1_logo = true;
} else if (is_page()) {
global $post;
$_wp_page_template = get_post_meta($post->ID, ‘_wp_page_template’, true );
if (‘page-pagebuilder-title.php’ === $_wp_page_template) {
$td_use_h1_logo = false;
} else if (‘page-pagebuilder-latest.php’ === $_wp_page_template) {
$td_use_h1_logo = true;
} else if ( td_util::is_pagebuilder_content($post)) {
$td_use_h1_logo = true;
}
}
if (!empty($td_customLogoR)) { // if retina
if($td_use_h1_logo === true) {
echo ‘<h1 class=”td-logo”>’;
};
?>
” src=”<?php echo $td_customLogo?>” alt=”<?php echo
$td_logo_alt ?>”<?php echo $td_logo_title ?>/>
<span class=”td-visual-hidden”><?php bloginfo(‘name’); ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
} else { // not retina
if (!empty($td_customLogo)) {
if($td_use_h1_logo === true) {
echo ‘<h1 class=”td-logo”>’;
};
?>
” alt=”<?php echo $td_logo_alt ?>”<?php echo $td_logo_title ?>/>
<span class=”td-visual-hidden”><?php bloginfo(‘name’); ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
}
}
Thanks!
Hello Tagdiverse,
I’m using “Craft Ideas Template” for my blog.
I’m using the blog page as main home page.
I love the main hero section Above the Main Menu but I want it to be displayed on blog page only.
I don’t want same hero image to be replicated on the posts and pages.
Please let me know whether it’s possible and any workaround.
Thanks,
Amir
Hi,
Here is the documentation for your header styles -> https://forum.tagdiv.com/header-styles/
You can set any size you want, we recommend to use 272 x 90px for the most of the header to fit well and look good, also a small logo will be load faster.
Thank you.
Hi,
Something is very wrong there. The HTML and CSS is broken. From what I can see it only happens in the homepage, could be something specific to it.
If you made any modifications to it prior to this happening, you could try and return to a previous revision for the page.
If that is not the case then this is caused by something else. Did you maybe recently enter a code in the theme panel (ad code, script etc)? temporarily remove all the code in the custom code sections and check again.
Or maybe code entered in the theme files directly, like in the header file, header templates or page template files.
Also check if the same happen if you deactivate all plugins except theme plugins.
Thanks
I want to make my website full width , but i not able to find any option in theme panel.
In theme panel , only header ,footer , menu can do , I want to complete full width, please help.
Hi,
What exactly is this cover font you are mentioning? There are font settings in the theme panel for most elements.
In order for the logo to appear all that is required is to set one, in the theme panel
– https://www.screencast.com/t/Udbc8weT
A logo can be set for the header and one for the footer. If you have set a logo and it does not appear, I could take a look.
Provide a link to the website, also mention for which element you want to change the font.
Thanks
Hi,
You can indeed set a background image and a link for it. I see you have currently set a thumbnail image, please make sure you set it in full size for better results
– https://www.screencast.com/t/5KeOsSjlf9
– https://www.screencast.com/t/Q7jIPljCDrlv
If you want to create a space above the website, so that the ad is displayed there as well, similar to the website you mention, enter this code in the advanced custom CSS->desktop section
– https://www.screencast.com/t/0wUxLtLrx9F5
Result – https://www.screencast.com/t/MlR3CN0hBPr
.td-header-wrap {
margin-top: 115px;
}
Please let us know if you have more questions.
Thanks
Greetings,
Looking into editing the category header area.
Out of the box: I was able to change style of header but not the description. Also I don’t see an area to associate an image with a category to be used in the background.
http://stories.postindustrial.com/category/destinations/europe/
Cloud Template: I created a template with proper styling but the background image is not responding. I even tested with a block of color but still doesn’t show.
http://stories.postindustrial.com/category/podcasts/
I’d prefer to move forward with the Cloud Template because of the control. Am I missing something on why the background image isn’t showing?
Cheers, Houston
Hi all.
There is a demo site: https://demo.tagdiv.com/newspaper_blog_lifestyle/ which is used Header Style: Style 9.
But it is completely different, it is not the same as in the theme settings. How to remove the shadow? How to make underscore less?

Hi,
That is a customization made in the demo stylesheet directly
– https://www.screencast.com/t/th6GTWCsP0
That is because in the theme panel you can only set a solid color as background, not gradient
– https://www.screencast.com/t/YusfYYz1pI
To change the colors used you could override the demo customization with a similar code but use the colors you want. For example
– https://www.screencast.com/t/c64R74TlqC49
If you should consider it, this is the code for it
.td-fast-news .td-header-wrap .td-header-menu-wrap-full,
.td-fast-news .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #aebc22 0, #4f6565 25%, #8b0081 100%) !important;
}
Replace the colors with the ones you want, then enter the code in Theme panel->Custom code CSS section.
Thanks