- NewsmagLoading image effects
- NewspaperLoading Image Effects
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperFlex Block Settings Guide
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperBig Grid Flex Settings
- NewspaperDesign your post pages using the Default Templates
- TutorialsDefault Block Settings Guide
- TutorialsSystem status parameters guide
- NewsmagRequirements for Newsmag
- NewsmagBlock settings tutorial
- NewspaperBlock settings tutorial
- NewspaperMore articles box
- NewspaperRequirements for Newspaper
Hi Simon,
Thanks for your help. The share buttons I wanted removed actually resulted from my Jetpack plugin. I would like to suggest, though, that tagdiv moves up the bottom share buttons to immediately after the post as per
Thanks
Hi,
You have set a padding-top -> https://www.screencast.com/t/UBzNuaNRPg if you’ll remove it your page will look like this -> https://www.screencast.com/t/DT7wgNJx ; you can do this with custom css -> https://www.screencast.com/t/3B7X7hjJ5uS
set the code in Newspaper>Theme panel>Custom code>Custom css ->
.td-main-page-wrap {
padding-top: 0;
}
or for line -> https://www.screencast.com/t/5H7DHHhxWI -> https://www.screencast.com/t/EOMd7CVNHu
.td-header-style-11 .td-logo-wrap-full {
border-bottom: 0;
}
Hope this will help you!
Thanks.
Hi all
The bottom pages eg copyright and privacy pages are shown in results in search. Is there a simple way to remove them from search.
thanking you in advance
Steve
Hi there
Running newspaper theme v 9.5 (loving it so far) with the default theme enabled.
I can add, edit and remove most elements with the “tag div editor”.
Only 1 section I can’t remove: It is the “latest articles” at the bottom. It can’t be edited.
How can I remove it?
I have tried the single post cloud library but removed again. Poor update. It can’t add the customized sidebar, proper inline ads, widget, jetpack share button, more from author tab etc. While, for the single post template 1/2, the author name, date, and views aren’t aligned properly.
Even the autoload next post found at the extreme bottom. So, the mobile users won’t scroll up to footer once they read the article because they don’t know that the more posts (autoload) are below. The autoload feature must be like – next post title with an image just after the tagdiv social share buttons with continue reading tag.
The autoloading seems quite slow as well. Make it optimized preloading.
Hi,
On auto the header ad will most likely be 728×90, if you want it wider set a desired width for it in the theme panel – http://prntscr.com/mh92la
The space from above and below is added by the theme, I could give you a code to remove it if necessary
– http://prntscr.com/mh96tt
It looks centered to me, the theme will center it. Here is the code you can try
@media (min-width: 767px) {
.td-header-style-7 .td-header-sp-recs {
margin: 0 auto 0 auto !important;
}
.td-header-style-7 .td-header-sp-recs .td-g-rec-id-header>.adsbygoogle, {
margin-bottom: 0!important;
}
.td-header-style-7 .td-header-sp-recs .td-g-rec-id-header .adsbygoogle {
margin-bottom: 0!important;
}}
I can modify the code if it doesn’t work as you wanted. Let me know.
Thanks
Hi,
You mean the post sharing? – http://prntscr.com/mgagsw this will appear only in the post pages. One way of removing it for specific posts would be to use some CSS.
For example by using the unique post ID, and remove the top sharing
– http://prntscr.com/mgahg7
Or bottom sharing – http://prntscr.com/mgahw4
These are the codes used in the example
.postid-1003 .td-post-sharing-top {
display: none;
}
.postid-1003 .td-post-sharing-bottom {
display: none;
}
Or use cloud post templates, you can design these with the composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit the cloud post templates designed by us
– https://affiliate.tagdiv.com/#/load/Single
It can be seen that the sharing is an element in this post templates, so you can use a template that contains the sharing element, and another one that doesn’t. Apply them to the posts as needed.
Thanks
Hi,
Don’t edit the demo posts, create your own posts. If in the future you decide to uninstall the demo or install a different one, the demo posts and pages will be removed
– https://forum.tagdiv.com/installing-demos/
Create new pages or edit the homepage provided with the demo (note what is said above), and add what you want want from the available elements in the tagDiv composer, grids, blocks etc. These will display your posts, configure them as you want. Editing a page is possible from many places
– http://prntscr.com/me555s – http://prntscr.com/me55fs – http://prntscr.com/me55ue
Be sure to set featured images or videos for the posts so the theme can create thumbnails from them (these are the images that represent the post in blocks/grids)
– https://forum.tagdiv.com/featured-image-or-video/
– https://forum.tagdiv.com/theme-thumbs/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
That message you are receiving will not cause any problems. It can appear when changes have been made to the page in the backend.
Note that in themeforest only the latest version of the theme is available at all times. You can check the theme version here – http://prntscr.com/me58ao
Changelog for all theme updates here at the bottom
– https://themeforest.net/item/newspaper/5489609 – http://prntscr.com/me58l6
We can’t sell older version of the theme, if you downloaded the theme before an update you can download it again now, latest version is 9.2.2.
Thanks
Hi,
We will try to help you with these issues. The first and most important step would be the theme requirements guide, there will be various issues if these are not met
– https://forum.tagdiv.com/requirements-for-newspaper/
It is true that there is currently an issue with the mobile theme (this will be fixed in the next theme update), but if it’s not active it can’t be blamed.
Indeed seems that the images do not load in the posts , also other elements such as the header search, the related articles section at the bottom of the post, these are not working correctly.
Usually this is caused by a plugin conflict, conflict between the theme and various codes entered in the theme panel, theme files or child theme.
These would be the next things to check, deactivate all non-theme plugins as a quick test, remove theme modifications and deactivate the child theme temporarily, also codes in the theme panel if you entered any.
When configured properly it shouldn’t cause any issues
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Make sure the data you enter in it is according to the documentation. If it still causes problems we could take a look at it. Send us admin access at contact@tagdiv.com so we can check it. Include a link to this topic in the email. Let us know.
Thanks
Hi,
If you want to remove the dark gradient over bottom image you can use this custom css
.wpb_wrapper .td-module-thumb a:last-child:before {
background: transparent;
}
->https://www.screencast.com/t/OtmeKq80O8o
Hope this will help you!
Hi,
The multi-purpose plugin was removed and included in the tagDiv composer plugin, this happened in theme update 8.7.5, please check the changelog at the bottom of this page
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/cql6czdT
So no need to keep trying to activate the plugin if you use a theme version newer than 8.7.5, the multi-purpose plugin and the tagDiv composer were combined. All the multi-purpose options are now part of the tagDiv composer.
Also you can make a full backup to your website an make a theme update -> https://forum.tagdiv.com/how-to-update-the-theme-2/
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you for your understanding!.
Hi,
So basically you want to move the latest articles section at the top? That would be possible. Change the page template to the default page template so that the latest articles section from the bottom of the page will be removed.
Then edit the page with the composer and add a loop element at the top of the page. The loop element is essentially a latest articles section. It has many design settings so it can be made to look in many ways.
There are a few loop examples in the cloud library, these can be imported
– https://affiliate.tagdiv.com/#/load/Blocks
Or you can create your own design.
Thanks
Hi,
First thing to check would be the requirements guide (note the code at the bottom of the guide)
– https://forum.tagdiv.com/requirements-for-newspaper/
Next would be to investigate plugins, make a quick test and deactivate them all except theme plugins. Check if this has any effect.
If you made any modifications to theme files directly or by a child theme, or added various codes in the theme files or theme panel, temporarily remove them and check again.
If you already tried or checked these, we could take a look. Send us an email at contact@tagdiv.com and provide admin login as well as cPanel or FTP if possible. Please include a link to this topic in the email. Mention what exactly we should check.
Thanks
Hi,
So they worked before? Then it could be some recent modifications that caused the problem. Maybe you installed a plugin, added some code in the theme panel, theme files, child theme etc.
Those would be the first things to check. Deactivate all plugins except theme plugins, remove code modifications or code additions in theme files or panel, clear the cache then check again.
If you use caching of any kind, activate this option
– https://forum.tagdiv.com/ajax-view-count/
Also maybe consider to update the theme to the latest version, changelog here at the bottom
– https://themeforest.net/item/newspaper/5489609
Thanks
Hi there, thanks again for providing a great theme which is very easy to use. There are some minor tweaks that I am trying to make but I’m not seeing where I can make them so I’m hoping for your assistance.
1 – Automatic centering of images: Is there a way that an image can be automatically centered if taken in portrait mode (vertical)? https://ibb.co/HNHBhtb
2 – Automatic slider: Within your theme there seems to be a slider which we have used to display photogalleries. Is there a way to have slider arrows or buttons or if it can transition between images located within the slider? https://ibb.co/5BwfXmT
3 – Using the “Big Grid Full 4 – Grid Style 1” option, is there a way to remove the spacing from images? https://ibb.co/ZWPgrhm
4 – Using another option, “Big Grid Full 4 – Grid Style 4 (bottom box)”, is there a way to not have the image height change if the headline spans two or more rows? The headlines IPL 2019… and Red Force… are in the same line, but the headline “Maradona treated…” is in one line, hence the image height has changed. Is there a fix for this? https://ibb.co/x3ym0s4
Thanks for all your help and let me know what other information is needed should you require further assistance.
Thanks
Andrew
Hi,
What buttons are you referring to exactly? If you mean the ones in the header and footer, you can remove the links for each social in the theme panel, they will not be shown anymore
– https://www.screencast.com/t/M7FtLqjTn
– https://www.screencast.com/t/CbehxMJzXy
The post sharing socials can also be disabled, top and bottom sections
– https://www.screencast.com/t/KOqKm4PFA1V9
Thanks
Hi,
I do no quite understand your problem, is possible that you refer to the darker gradient that applied to the bottom of the images, if is so please read this topic:
-> https://forum.tagdiv.com/topic/how-to-remove-vague-dark-layer-on-the-bottom-of-image-preview/
If there is still a problem please provide a link were I can inspect the problem, in this way I will be able to provide you the right answer.
Thank you.
Hi, I’d like to remove the white space underneath
the top nav so that my slider butts up against the
bottom of the nav, is this possible?
Hi,
Predefined big grids (1->12) can only be placed in a full row, they are always horizontally aligned. Also they cannot be limited in terms of post number.
However you could experiment with a flex grid, like flex grid 1. For example if you place 2 grids one below the other
– http://prntscr.com/m2ydtr
The bottom grid can be moved closer to the top one by setting a negative margin
– http://prntscr.com/m2yebf
You could also check out some of the block designs made by our team, based on flex blocks
– https://affiliate.tagdiv.com/#/load/Blocks
These can be imported through the cloud library plugin and the tagDiv composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Let us know if you have more questions.
Thanks
Hi
On my page where I list my blog posts, at the bottom, it has the next / prev page buttons.
When I click on that it goes to the next page but it does not move the screen up to the top. So you have to manually scroll back to the top of the page.
How to fix this that it automatically goes to the top of the page
https://travelhippi.com/blog-retire-abroad/
Ciska
Hi, just purchased the theme a few days back. Great work guys.
Although I’m facing some issues with theme.
1. I want to display a category and it’s sub-categories ‘only’ in a block (Block 1), how do I do that? Because in the filter section, even if I’m trying to filter the blogs with IDs, still all the available categories(which have blogs) are being displayed in the header section of the block. I only want a single parent category and their sub categories in the header section of the block. How do I do that?
2. I installed the default newspaper theme demo. On the landing page of this demo, I removed some of the sections of the page that I didn’t want. But, for some reason, I’m not able to remove the “LATEST ARTICLES” section which comes towards the bottom part of the landing page. How do I remove this section as I do not want it on my blog page.
Hoping to get an early response.
Thanks in advance.
As title says, because I have sticky ad on right side of my screen I can’t really run the More article box there so I want to move it to the left side, is this possible?
More article box is this: This is a box that appears when a user scrolls on a single post at least 400px. The box appears in the right bottom corner and it can show one or more posts related with the current one.
Thank you and Happy Holidays!
Hi,
There is indeed a darker gradient applied to the bottom of the images
– http://prntscr.com/lrxj67
That would be to make the image caption more visible. I could give you a code to remove it
– http://prntscr.com/lrxk5d
Please enter this code in Theme panel->Custom code CSS section, and it should be removed
.mfp-figure:before {
display: none;
}
Thanks
Hello, I really enjoyed and satisfied with Tagdiv’s Newsmag theme. However, I’m still annoyed with the image preview feature.
When you click on the image, you will see some sort of additional dark layer at the bottom of the image. I’m pretty sure this was added in order to make an image description can be seen. But my website doesn’t have any description for each image thus that layer isn’t necessary.
For more detail, here’s the actual image vs preview.


My website is https://vegaslide.com/
Thank you!
I hope someone here can help me
Hi,
If you use default post templates, the source and via will be displayed right below the post content and bottom ad (if the post does not have pagination or a review, then these will be first)
– https://www.screencast.com/t/EI3QhTXy
In the screenshot you provide there is no pagination or a review from what I can see, so the source and via would be displayed right below the bottom article ad.
But you also have some sharing and another ad it seems, these appear between the bottom ad and and via/source. If you should remove those the via/source will be displayed where it should.
The theme cannot control where plugin content appears, so if that sharing section and ad are added with a plugin there would be nothing to do from the theme. Maybe they are set to appear below the post content as well, pushing the theme elements down.
Thanks