- NewsmagLoading image effects
- NewsmagRequirements for Newsmag
- NewsmagBlock settings tutorial
I’m using Flex Block 1 starting with one of the Pre-made Style Preset. Under the Element’s CSS tab I colored the Background red for clarity. You can see on the top and left of the image the Background is perfectly aligned, but below the image there is a 5px space:
I have no Margin/Border/Padding set. I tried every option I could find to try to remove the space but I was not successful. I verified that this behavior is part of the Block alone and not something caused by a Column or Row setting.
Hello,
Seems like recently, what i configure in General post settings does not apply :
Examples :
-I set sharing button on top + bottom of article, it only shows for bottom (the previous config)
-I set to display related article by category, it still try to display by tag (no other tag found)
I disabled Super cache plugin, remove cache
Thank you in advance
Hello !
I am sorry for the misunderstanding !
By using tagDiv Composer, you can remove the shadow from bottom header from here -> https://i.imgur.com/fGaamSZ.png
Thank you !
To get the text-logo in the mobile version in the middle I have added margin-top: 70px; to td-logo-text-wrap and the height in the td-logo-text-wrap to 180px
To get the search-button from left to right: .td-search-icon –> instead right: -3px; change to left: -3px; and add margin-top: 60px; so the search button moves below the toggle or to move the search icon beside the toggle just right: 210px;
To change the font-size of the text-logo and the the tagline –> use theme-panel because the following in the style.css doesn’t work:
.td-main-menu-logo .td-logo-text –> font-size from 24px to 48px
.td-main-menu-logo .td-tagline-text –>padding-top from 2px to 6px and font-size from 9px to 15px
Changes in the themepanel: mobile –> theme-fonts –> header –> text-logo –> size: 34 line hight: 34
Than change the header .entry-title margin-top: 25px and margin-bottom:65px
-
This reply was modified 6 years by
Topfgartenwelt.
Hi,
If the ads are in pages you can edit the page and remove the ads.
If the ads are in widget sidebars in posts and pages, maybe create sidebars without ads and set them.
If the ads are in the post content (top, inline or bottom ad spots) the theme does not have settings for specific posts. All it has are general settings to hide them per device
– https://www.screencast.com/t/g6L9YSkB
Hiding them with CSS is permitted by Google when using media queries
– https://support.google.com/adsense/answer/6307124?hl=en
Setting a display:none without media queries is forbidden by Google
– https://support.google.com/adsense/answer/1354736?hl=en
For header ads you can use two header templates, ( both from tagDiv Cloud library, or only one with out ads ), you need to have set a global header for all pages/post and an individual one on the pages where you do not want to have the ads.
Take the Tour to Explore the New Header Manager -> https://tagdiv.com/newspaper-theme-customize-the-header-manager/
What you can do is to set a single post template from tagDiv Cloud Library with out ads and make a copy of this template and set ads in it for the post were you want to have ads ( the ads in single post template can be set using tagDiv Composer -> https://www.screencast.com/t/dYEh4nIv you can set as many ads you want using the ad box -> https://www.screencast.com/t/IiAlsDAT -> https://www.screencast.com/t/7ua8g3oti).
Maybe use a plugin such as Adrotate to better manage the ads in the website. There are many theme users that recommend this plugin. I believe it has settings for what you have to do per specific posts.
Some more about it here if you should consider it
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thank you!
Hello !
By using tagDiv Composer, you can remove the shadow from bottom header from here -> https://i.imgur.com/fGaamSZ.png
Thank you !
I have downloaded RPB Chessboard plugin https://wordpress.org/plugins/rpb-chessboard/
It’s working fine with other themes but when I use this plugin in a blog post, when we click on the next button so that we can see the next move it scrolls down to the bottom of the page.
http://xjd.0cd.myftpupload.com/2020/06/hello-world-3-dummy-3/
As you can see in the above link, when we see the blog post there is a chessboard which is showing the moves, when we click on the arrow button to see the next move or the previous move then the page scrolls down to the bottom. It’s working fine with other themes and only causing problem with newspaper one. Please resolve this issue. Thanks
So I just noticed this random Follow US on Instagram ad thing, and its right above where the footer ad would go I think, and I have no idea how to remove it. I was in the process of setting up Google’s AdSense, but have not completed the process, so I dont think its that.
I did switch themes the other day just to see how it would look and switched back to the Dark Pro Theme, and thats when I noticed the ad show up. Not sure what to do to get rid of it.
If you scroll down, its all the way at the bottom, right under the Load More button.

Hi
I used a Dev site to upgrade to the newest Newspaper theme.
https://dev.debatt1.no/ (The site is in Norwegian)
The client wants to promote authors.
Going to the post. An example. https://dev.debatt1.no/na-ma-folk-skjerpe-seg/
On the right side as a sidebar widget we have Search and Recent Posts (which would be good to translate).
It would be great with an option to add a More from Author widget to the sidebar here. Promoting the author of the post that has been selected. Identical to the More from Author tab further down on the page beside the Related articles.
At the bottom is the Related Articles (RELATERTE ARTIKLER) and the More from Author (MER FRA FORFATTER).
How would we start with the More from Author initially/by default selected?
Or perhaps even how to remove the Related Articles and just keeping the More from Author tab?
Thanks!
So, after asking, aksing, asking and trying: the problem is the mobile header it collapses when scrolling down and the cumulative layout shift increases. Is there a way to move the mobile menu to the bottom until you have fixed the problem?
Greetings Kathrin
Dear Tagdiv-Team,
in the mobile-version and the amp-version of the blog there are the breadcrumps followed by the title, the featured image and a line that includes author-name, date, view-count and comments-count. The featured image I have already moved to the bottom of the post and I already want to move the author-name, date, view-count and comments-count to the bottom of the post.
I think thats that code: <div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false,false);?>
<?php echo $td_mod_single->get_comments();?>
<?php
if ( ! td_util::is_amp() )
echo $td_mod_single->get_views();
?>
</div>
But when I move it to another position, I get a serious mistake and the mobile page isn’t available. What should I do that it works?
Thank you very much!
Greetings Kathrin
Where in the source code it is possible to load the featured image in the amp and mobile version instead at the top at the bottom of the post? This would be a great help to minify the largest contentful paint in the speed test from google.
Greetings Kathrin
Hello,
I want to remove bottom space from Header Template 60 – Black PRO
Please look at the below screenshot

Hi, I use the newspaper theme that shows my latest Instagram posts at the bottom of the homepage. Somehow the connection with Instagram does not work anymore. I had posted a question about that here but nothing helped, Now I want to get rid of this section – but even after I deleted the connection in the theme panel it still shows up.
See here: https://we.tl/t-qufTgXkBUp
How can I get ride of the section: FOLGEN SIE UNS AUF INSTAGRAM @CHILDHOODBUSINESS
Thanks for your advice!
I have a problem, the site works on some pages with the correct formatting on the computer, but on some pages the formatting is wrong and appears at the bottom of the page “There is a critical error on your site.
Learn more about debugging on WordPress. ”
The same page if opened on the cell phone does not present any problems, I have already deactivated and activated all the puglins and it did not work, when I deactivate the ‘TagDiv Composer’ the site will add the critical error! Can anyone help? I already removed plugins from cache also because I thought they would be them, but currently it is without and yet the problem persists!

LOGS below
[17-May-2020 00:01:42 UTC] PHP Warning: require(/home/luizflb/public_html/wp-content/plugins/td-standard-pack/Newspaper): failed to open stream: No such file or directory in /home/luizflb/public_html/wp-includes/comment-template.php on line 1527
[17-May-2020 00:01:42 UTC] PHP Fatal error: require(): Failed opening required '/home/luizflb/public_html/wp-content/plugins/td-standard-pack/Newspaper/' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/luizflb/public_html/wp-includes/comment-template.php on line 1527
Hello !
1. As mentioned above. If you want to customize your tag page you will have to follow our documentation and learn to use the theme features: https://forum.tagdiv.com/cloud-library-templates/
2. By using the website manager you will be able to select your footer and edit it as you can see here: https://www.screencast.com/t/FIy3J3wUZErA ; Follow our video tutorial to learn how to set a bottom margin to your header ROW in order to move it upwards: https://www.youtube.com/watch?v=fa7GenCHcBU&t=1s
Thank you !
Hi.
You are right not to understand, you make the copy of the question wrong.
The question is how do I change that block at the bottom of the page that is always seen, how or where is that option to change or remove it.

The css options is added for the selected block. That can help when you want to add extra css to that specific class.
An example of how to do it can be more specific.
Hi I have an add which I’d like to remove – there is currently a banner which is displayed above the footer / below my post test which is defaulting to the newspaper add imported at the start. see at the bottom of this post https://www.basscave.net/can-children-learn-the-double-bass/
I’ve had a look in the ads section but cannot find how to remove it. I’m not ready for ads yet.
thank you Zoe
Hello, how do I close the gap between the two rows shown in these screen shots? https://we.tl/t-i3u4zk4aEM
In on the the screenshots you can see the gap by the arrow. The other screenshot shows the gap at the bottom of the row on top. And the last screen shot shows the CCS where there is no padding that would create that space. How do I move the bottom row closer to the one on top?
Hello,
I’m trying to use the image info boxes.
How do I move the title position from the top to the bottom so it works across all devices?
I’ve used the following code:
.tdm_block_image_info_box .tdm-image-description {
position: absolute;
top: 0;
padding: 45% 7%;
width: 100%;
margin: auto;
pointer-events: none;
}
But it only works for desktop view. On mobile and table view, it sits just under the centre.
This is the page I’m working on: https://blufusion.net/treatments/
Can you help?
Thanks
I don’t believe that is the case here. There should be a way for the sidebar to be visible all the time when you select different post to read. Every article I choose to read – the sidebar is In different place why is that? How can the master template be set so the sidebar will not move every time.
Please see the 3 examples and the sidebar position:
1. https://ffstars.com/2020/03/12/dsport-и-ffstars-в-съвместно-партньорство/
sidebar is almost at the bottom
2. https://ffstars.com/2020/03/30/как-виртуалните-спортове-изместват-р/
sidebar is almost where it should be
3. https://ffstars.com/2019/12/27/подкаст-преди-кръг-19/
sidebar is at the correct place, but the article is placed wrong and starting at the bottom of the screen.
Hi,
The line is coming from a bottom border -> https://i.imgur.com/OJXFVMK.png -> https://i.imgur.com/NJmQQx9.png in order to remove it you need to use this custom css
.td-header-style-11 .td-logo-wrap-full {
border-bottom: 0;
}
The code need to be set in Theme panel> Custom code> custom css.
If there are other problems, or you have some questions, let us know!
Thank you!
Hello, the address or link I put it in the previous post, but there is no problem to put it back.
Last night I reviewed 50% of the articles and repaired the ones that were read well, enter one of the first by mobile and then enter this and you will see the difference
Este se carga mal
the solution is to remove it from the save category and put it back in it and it loads well.
I also ask you to review what I mentioned in the previous post, please, the bottom of the main page and the icon at the bottom that covers the menu.
I would appreciate your help.
Hi,
The problem is that on IPAD PORTRAIT is a margin top that is removed, you can add a code, this can e corrected using tagDiv Composer, select the main row from the content and select the ipad ->https://i.imgur.com/NuBOwoy.jpg and in css tab add a margin bottom I think for you it is 140px like this -> https://i.imgur.com/6mnI2BB.png if this is not fixing the problem, you can try a custom css like this one -> https://i.imgur.com/6yjlboS.png
.tdb-template .td-main-content-wrap {
margin-top: 140px;
}
The code need to be set in Theme panel> Custom code> Advance css > iPhone section.
Hope this will help you!
let me know the results!
Hi,
This can be done using flex block 1, but I think that will be more fast if you import a pre-made section similar with what you need, for this you need to use tagDiv Composer -> https://i.imgur.com/6emsSYJ.png I think this one is good -> https://i.imgur.com/tQmuxsj.png all the time the section imported from tagDiv Cloud Library will be set at the bottom of content, you can drag it from there and place it where you want.
here are the results -> https://i.imgur.com/Xzg2smK.png now we need to remove the category and display the author and make the image round, click on the flex and check the layout tab -> https://i.imgur.com/l4basGs.png -> https://i.imgur.com/QqAFGz2.png and here is the best you can achieve -> https://i.imgur.com/8TAOlWH.png also if you display the category too -> https://i.imgur.com/1rkeWdV.png
Hope this will help you!
Thank you!