- 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
Hello, i followed the tutorial to add linkedin button but seems like its breaked, please check the screenshot.
in the header of posts (under title) i cant add the share button.
Hello zetam1320,
This happens due of the header style used. If you want to have the full size, please try to use another header style that will use a full logo size, as example -> Style 10.
Hope this helps!
Thank you for the message!
Hello,
Our theme uses the ad system described here: https://forum.tagdiv.com/header-ad/
I’m not sure you can add ads to wordpress without the use of plugins/ ad managers/ themes.
Thank you!
Hi,
On the 2 attached images, we’re having problems with the vertical alignment of the date and headline of a post (or, actually all of our posts). The problem occurs in the following two scenarios:
1) To the left in the footer, we show the latest 3 posts. However, as seen on the image, the date and headline of those posts do not vertically align.

2) When click an actual post, then that post-“page” also has problems with the vertical alignment of the post date and headline as seen on the image below.

Any reason as to why this has happened? We have toyed around with margins, borders and such – but not on any sections that should mess up the alignment of a post date+headline in the footer, or on a post page.
Any help to align them vertically is of course highly appreciated!
And also – happy new year to all of you!
Hi,
Yesterday your support staff were very quick in replying to me. Unfortunately I am not the strongest when it comes to this sort of thing. I was given the information below in order to make the ads only appear on one page.
If you want to show the header ad only for front page, you have to alter a bit the ads.php and insert this snippet of code, like this: http://screencast.com/t/tc0Yj44rsha
if (! is_front_page()) {
return;
}
If you are using as the front page, your latest posts (blog mode), please replace the above function with is_home.
Unfortunately, I do not know how to get to the ads.php section from the dashboard in order to edit. Could you please give a more clear instruction so a newbie like me can get there.
Thanks in advance.
Hello,
The login is hidden by default on the mobile view. It can be activated using a custom css:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;}
.td-header-sp-top-menu{
display:block!important;
}
.td_data_time{
display:none!important
}
.td-header-sp-top-widget{
display:none!important
}
}
The only way to add a custom login is either hard-coding it or using a plugin but we cannot make any recommendations as this type of plugins are not tested.
Thank you!
Hi.
I’m missing some of the text in some of my posts.
Take this as an example:
http://macweb.dk/vlc-kan-afspille-naesten-alle-filformater/
The original text in the first part is:
Mange har efterspurgt et program, som kan tage lidt flere formater end iTunes til Mac. iTunes er ikke kompatibelt med særlig mange film formater. Derfor skal man sidde og konvetere alle sine film, for at iTunes kan afspille dem.
But the start is missing, and shows only this:
kan tage lidt flere formater end iTunes til Mac. iTunes er ikke kompatibelt med særlig mange film formater. Derfor skal man sidde og konvetere alle sine film, for at iTunes kan afspille dem.
My custom CSS is:
@media (max-width: 767px) { .td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu { background-color: #fff!important; } #td-top-mobile-toggle i { color: #222 !important; } .header-search-wrap #td-header-search-button .td-icon-search { color: #222!important; } }
@media(max-width: 767px) { .home .wpb_revslider_element .forcefullwidth_wrapper_tp_banner { margin-top: 0 !important; } }
.td-post-template-1 .td-featured-image-rec { height: 280px; }
@media(max-width: 767px) { .td-post-template-1 .td-featured-image-rec { height: auto !important; } }
I’ll be looking forward to hear from you 🙂
Hello Skip,
Unfortunately, I do not understand very good what you mean and what ads disappear? Please provide more details about your problem because it is necessary to know these details so I can be able to provide a more accurate response. When you set a header and footer style, this is the same for all website, it are not different. When I’ve checked your website, I did not saw the footer section…please, give more information.
Thank you for the message!
hi, how i can insert this custom other ads in the header so i can use the cookie block shortcode?
Hi
Please make sure that you have the Sign In/Log In option enabled in theme panel > header > top bar: http://screencast.com/t/raD8H7oP clear all caches and test again.
Let me know how it goes and if the problem persist please provide your site url so I can inspect it closer.
Thanks!
Hello Bernd,
It can be done with custom css but i do not know what header style you use. This is an example for header style 1
.sf-menu .td-icon-menu-down{
top:80%!important;
margin-left:-16px!important
}
Result: http://screencast.com/t/JfPCOJrTqd
Thanks you!
Hi,
The theme automatically re-sizes your adsense banners if a custom size is not set from theme’s panel: http://screencast.com/t/wradJleK – https://forum.tagdiv.com/header-ad/ and if left as default it sets sizes specific to the device on which it’s loaded. If this is not what you need you can configure this and set the ad sizes for each spot from theme’s panel or if you wish the theme not to handle/interfere with your adsense ad codes you can turn to an adv manager plugin to render your ad codes and use theme’s ad spots just for placements, in that case you can use plugin’s shortcodes to place your ads on theme’s specific ad spots.
Hope this helps!
Let me know if you need additional info on any of these aspects!
Thanks!
Hello Jean-Paul,
If you want to use the Visual Composer in your header, it is neccesary to use do_shortcode from the generated code of the Visual Composer. You have to insert this in header_style used by you. (header_style_1, header_style_2, ….).
Below, I gave you an example for header_style_1 and I added a text block in this kind of header with Visual Composer. You have to follow these steps for any header style used by you – http://screencast.com/t/6gTYtbdo
Useful screenshots -> http://screencast.com/t/y1sREKfU – http://screencast.com/t/IcFTzoWYJ
Also, you have to make a different class with this shortcode because you will to need of this because are required to do some customisation using Custom CSS to give a better look.
<?php echo do_shortcode('enter visual composer element here');?>
The result you should see here: http://screencast.com/t/RSzP7Xol
Hope this helps and let us know how it goes!
Thank you for the message!
Hi,
I don’t know for sure but I suspect that as the plugin editing section became more complex the header data increased. By default the client header buffer on Nginx is a bit low, you can read more on web, ex. – http://nginx.org/en/docs/http/ngx_http_core_module.html#large_client_header_buffers – https://www.cevapsepeti.com/yazilar/nginx-header-large-client-header-buffers-problem/
Thank you!
Hello,
I looked into this issue again and this is the default behavior of the theme. The header style you use, (10) uses the same logo for mobile and desktop. It was a design choice made by the developers.
You can use your current logo if you want and make it responsive with css. Just use this code in the theme panel – custom css box:
@media (max-width: 767px){
.td-logo{
width: 100%!important;
}
}
Thank you!
Hello rwilson,
If you want to show the header ad only for front page, you have to alter a bit the ads.php and insert this snippet of code, like this: http://screencast.com/t/tc0Yj44rsha
if (! is_front_page()) {
return;
}
If you are using as the front page, your latest posts (blog mode), please replace the above function with is_home.
Hope this helps and let us know how it goes!
Thank you for the message!
Thanks Andrei!
Is there any way to incorporate the VC element in to the header?
The reason I ask is because the VC element has option such as: call to action, buttons, custom html, js…..
That would make life a lot simpler! I would just add the element in the header, input the code and et voila!
How would I do that if it is not a standard feature?
Thanks!
Hi
I’ve checked your site and noticed that you’rte using header style 3. In this case you have to edit header-style-3.php and add a new container here: http://screencast.com/t/n5dOU1LSL Note that you may need some css customizations such that the bottom to be displayed fine.
Hope this help.
Thanks!
Hi there,
I have a header ad on the frontpage. My homepage. It is just under the menu and it looks great. Unfortunately this ad appears on every page that I go to within the website. Is there anyway I can stop this?
Thanks in advance.
Hello zetam1320,
If you want to hide your header menu, it is necessary to use a bit of CSS to hide it and for better result also is required to reduce the padding-top of the main container. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/zlMalPVRW0ku
.td-header-main-menu {
display:none;
}
.td-main-content-wrap {
padding-top:0px!important;
}
The result you should see here: http://screencast.com/t/KFuyMLukshH
If is not what you mean, please provide more details.
Hope this helps and let us know how it goes!
Thank you for the message!
Hello zetam1320,
Our theme has been designed to use as default background color to black on the mobile version. If you want to change this color, you should use a bit of CSS. Please try the code below and place it in Theme panel->Custom CSS area, like this: http://screencast.com/t/N2KeCKjgcTHl
@media (max-width: 767px) {
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color:red !important;
}
}
The result you should see here: http://screencast.com/t/qylZvC0v0
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
1. Try this css in theme panel > custom code > custom css and modify the indicated value as you want: http://screencast.com/t/o7GpfeYHH0hd
.td-container {
background-color: rgba(255, 255, 255, 0.45)!important;
}
2. Try this css: http://screencast.com/t/8ZPc9PFL5h91
.td-header-top-menu{
background-color: transparent!important;
}
3. You can change the fount used in post from theme panel > theme fonts: http://screencast.com/t/y2zbYYW6ty
Let me know how it goes and if you still need further instructions please provide more details.
Thanks!
Hi TagDiv team,
I hope you all had a Merry Christmas!
I want to add a custom button (which I have designed) in to the right section of my header (on the other side of where the logo is). http://www.aculco.co.uk
Where can I customize this so I can input code to determine: the image, the hover image, the link, where to open (in this case a new tab) etc.
Thank you!
Jean-Paul
Hey all, just a quick question. I know NewsPaper and Newsmag themes already have the lightbox functionality for single image, so hopefully this shouldn’t be too tedious to do. I wanted for each Gallery inserted into the post that it would open in a lightbox like seen here: http://thecurvyfashionista.com/2015/12/new-years-eve-plus-size-dress/ and the image attachments would show like they do in the ligthbox of the post example linked. It uses the default WordPress gallery with some php and css tweaks.
I see on that site they use the image.php or the attachment.php file and some css to do this, my question is, in NewsPaper’s attachment.php what would I need to tweak to possibly get it to sit in a similar layout for the galleries? Or would I need to create a separate file that only targets when galleries are added to a post? Please advise.
I can add in the php file code they are using:
<?php
/**
* @package WordPress
* @subpackage TCF2015
*/
get_header();
if ( have_posts() ) : while ( have_posts() ) : the_post();
//count total images + find current image number
global $post;
$attachments = get_children( array( 'post_parent' => $post->post_parent, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'order' => 'ASC', 'orderby' => 'menu_order ID' ) );
$count = count( $attachments );
$specific = array();
$i = 1;
?>
<section id="mainContent">
<div id="photoFull">
<?php $att_image = wp_get_attachment_image_src( $post->id, "full"); ?>
id); ?>" rel="attachment" target="_new">" alt="" />
</div><!-- END photoFull -->
<?php
foreach ( $attachments as $attachment ) {
$specific[$attachment->ID] = $i;
++$i;
}
if($specific[$post->ID] == $count) { ?>
<aside id="seeMore">
<div class="sectionheader"><h2>More Galleries</h2></div>
-
<?php
-
<div class="entryThumb">
">
<?php
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'large' );
$image2 = get_image_attachment();
if ( has_post_thumbnail( $post->ID ) ) { ?>
/timthumb.php?src=<?php echo $image[0]; ?>&w=215&h=300&q=80" alt="" />
<? } else { ?>
/timthumb.php?src=<?php echo $image2; ?>&w=215&h=300&q=80" alt="" />
<? } ?>
</div>
<h3>"><?php the_title(); ?></h3>
$galleries = new WP_Query(array(
'posts_per_page' => 4,
'tag' => 'galleries',
'post__not_in' => array($post->post_parent)
));
while ( $galleries->have_posts() ) : $galleries->the_post();
?>
<?php endwhile; wp_reset_query() ?>
<div class="clear"></div>
</aside><!-- END seeMore -->
<? } ?>
</section><!-- END mainContent -->
<aside id="sidebar">
<div id="infoHeader">
<div id="controls">
<div id="prevNext">
<div id="prev"><?php previous_image_link() ?></div>
<div id="count">
<?php echo "{$specific[$post->ID]}/{$count}"; ?>
</div>
<div id="next"><?php next_image_link() ?></div>
</div><!-- END prevNext -->
<div id="closeButton">post_parent); ?>" rev="attachment"></div>
</div><!-- END controls -->
<h1>post_parent); ?>" rev="attachment"><?php the_title(); ?></h1>
</div><!-- END infoHeader -->
<?php the_content();?>
<div class="socialIcons">
- <span class="socicon-facebook">" title="Share on Facebook" target="_blank"></span>
- <span class="socicon-twitter">&text=<?php echo htmlspecialchars(urlencode(html_entity_decode(get_the_title(), ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8'); ?>:%20<?php the_permalink() ?>&via=mariedenee" target="_blank" title="Tweet This!"></span>
- <span class="socicon-pinterest">&media=<?php echo $att_image[0];?>&description=<?php echo htmlspecialchars(urlencode(html_entity_decode(get_the_title(), ENT_COMPAT, 'UTF-8')), ENT_COMPAT, 'UTF-8'); ?>" data-pin-do="buttonPin" data-pin-shape="round" title="Pin It!"></span>
- <span class="socicon-tumblr">&caption=<?php the_title(); ?>&source=<?php echo $att_image[0];?>" target="_blank" title="Post on Tumblr"></span>
- <span class="socicon-email">&body=Check this out on The Curvy Fashionista!:%20<?php the_permalink() ?>" title="Share via Email"></span>
</div><!-- END socialIcons -->
<div class="ad_300x250">
<?php echo do_shortcode( '[adrotate group="3"]' ); ?>
</div><!-- END ad_300x250 -->
</aside><!-- END sidebar -->
<?php endwhile; else: ?>
<?php endif; ?>
<?php get_footer(); ?>
What of this would be added in to the existing NewsPaper attachment.php file to help me get the desired gallery layout?
Thanks!
Thanks for the response.
I put the responsive code in there but the desktop NEVER loads anything larger than 728×90. I used different browsers and had my friends check as well over several days.
It seems to max out at 728×90 and my frustration is that if it’s truly “Auto” it should be doing 970×90 and 970×250 part of the time.
Does your newspaper site show larger leaderboards just using the standard responsive code in the header?
I actually want the theme to do what you described which is “allows Google to “load in” the largest banner for that viewport, so full width on desktop, or smaller on iPad portrait, wider on iPad landscape, etc.” but my concern is that the theme is not adapting to anything larger than 728px.
I’m hoping that I am wrong or doing something wrong.
