- NewspaperDesign your post pages using the Default Templates
- NewspaperPost template ads
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to use the Flex Blocks cache option
- NewspaperFlex Block Settings Guide
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperDefault Category Settings
- NewspaperCloud Library – Category Templates
- NewspaperBig Grid Flex Settings
- NewspaperHeader Builder
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperImport / Export Theme Settings
- TutorialsDefault Block Settings Guide
- NewsmagImport / Export theme settings
- TutorialsOffset Feature
- NewspaperUnique Articles
- TutorialsSystem status parameters guide
- NewsmagRequirements for Newsmag
- NewsmagBlock settings tutorial
Hi unito,
This can be done if you are using the last version of the theme v10.3.2, you edit the single post template from tagDiv Cloud Library with tagDiv Composer like this -> https://i.imgur.com/TYidv5L.png you add a flex block above or under related article set the seo tag -> https://i.imgur.com/InLDeTT.png and adjust it to look the same as that block, or you can make it to look how you want also you need to set the related filter on it -> https://i.imgur.com/qx03sNp.png -> https://i.imgur.com/S0Zih0X.png -> https://i.imgur.com/BMXTuwq.png -> https://i.imgur.com/IeWEgrI.png -> https://i.imgur.com/d6DJ4m2.png after that use the right click to remove the old block -> https://i.imgur.com/JNXqtpQ.png
Hope this will help you!
Hi mdshafaqat,
So if I understand correctly the breadcrumbs from posts -> https://i.imgur.com/ye7DRk5.pngdo not longer appear, if is so then you need to check if you are using a single post template from tagDiv Cloud Library for posts or the standard post styles, this is a single post template -> https://i.imgur.com/E1PBcnC.png you can edit it with tagDiv Composer and you can add or remove the breadcrumbs element -> https://i.imgur.com/zsBWuef.png if is a standard post style it will be display by default and can be change from theme panel -> https://i.imgur.com/dtxBai2.png
If there is still a problem, provide me a link to your website and some more details.
Thank you!
Hi,
By default our “Trending now” option have the both options, is automatic changing and have the manual buttons, to set it on auto, you need to edit the page using tagDiv Composer like this -> https://i.imgur.com/BP1Uysn.png click on element and select auto an the number of post you want to slide -> https://i.imgur.com/oIO3qAp.png unfortunately there is no option to remove the arrow buttons from the element, but you can do it using this custom css
.td_block_trending_now .td-next-prev-wrap{
display: none;
}
The code need to be set in theme panel> custom code> custom css.
If the Trending now is not slider automatic it can be a plugin conflict, , please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Hope this will help you!
Thank you!
Hi,
Thank you for your kind words!
That option is apply only on standard post style, if you have before a single post template from tagdiv Cloud Library, then you need to edit that template with tagDiv Composer and remove the featured image using the right click.
If you have other questions, let us know!
Thank you!
Hello!
I’ve been using the Theme for the past few days and it’s really good! I’m using this guide: https://forum.tagdiv.com/posts-with-pagination/ to add pagination to my posts and works wonderfully.
Now i want to customize that pagination so that it only shows “< Previous” and “Next >”. I can’t understand why editing the themes loop-single.php doesn’t work. All my posts are using the Default Template but nothing seams to work.
I was able to manage and remove all numbers from the pagination by adding a filter to “wp_link_pages_link” but for some reason I never receive the “Previous” or “Next” links in my filter, so i can’t edit them to add text to them o anything else.
What are my alternatives here? Shouldn’t it be using the single.php to render my posts?
What am i not understanding? Where does my confusion stems from?
Thanks!
Hi,
Thank you for your kind words!
1. If you want to reset or set a number for post view counter on all post you can do it using this functions.
For example using this function – https://pastebin.com/pKcWYFUt
The value can be changed, I set it to 1000. Enter it in the theme functions file. Refresh a post page and check if the views were updated. Then remove the function and the view should increase from the set value.
Or if you want do do it only for few post you can do it manually, go in posts and enable the custom fields -> https://i.imgur.com/NavHTFn.png after that down in post will appear the the custom field options -> https://i.imgur.com/waKZBHe.png chnage it -> https://i.imgur.com/NAFEi9p.png and check the results.
2. You can try to use with our theme the Contact Form 7 plugin to create a contact forum, you can check the tutorial from here -> https://themeisle.com/blog/how-to-set-up-contact-form-7/ hope this will help you!
Also you can use one of our cloud page from here -> https://i.imgur.com/WqHsTcz.png -> https://i.imgur.com/AkUy7qB.png with contact 7 plugin.
3. If you follow the steps which are presented in this tutorial here -> https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
Last question: I’m assuming that this problem appear on posts that have set infinite loading, you’ll need to edit the single post template with tagDiv Composer and disable the infinite loading.
-> https://tagdiv.com/infinite-loading-for-single-posts/ from post -> https://i.imgur.com/yIf6fA3.jpg -> https://i.imgur.com/KeclHLS.jpg -> https://i.imgur.com/4jHIHFY.png
Have a nice weekend!
Hi,
If you are using the default post style, then you need to make changes in these two files -> wp-content/plugins/td-standard-pack/Newspaper/single.php and loop-single.php, first you need to remove the comment code from single.php -> https://i.imgur.com/Y1HvZhO.png you need to do this by comment these liens like this -> https://i.imgur.com/Z6sblqb.png after that copy one of these line like this -> https://i.imgur.com/GZpG1Ir.png and set it in loop-single.php where you want to be display like this -> https://i.imgur.com/kL0FQ4p.png after that add the php code -> https://i.imgur.com/KWwfcd1.png the results will be -> https://i.imgur.com/b6SDRal.png you can get that line of code from here -> https://pastebin.com/3YBBHvCm
Also you can set these files in a child theme -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this will help you!
Thank you!
Hi,
You can remove the comment count from the blocks using this option from theme panel -> https://i.imgur.com/F5Q1tDg.png also in order to remove it from posts you can use these settings for standard templates -> https://i.imgur.com/iRudzRZ.png if you are using a PRO Demo or just a single post template from tagDiv Cloud Library for posts, then you need to edit it with tagDiv Composer and use the right click on the elements you want to remove. -> https://i.imgur.com/tEctz6F.png -> https://i.imgur.com/eZNPb6Q.png using other ads.
Thank you!
Hi,
Sorry, unfortunately here is no option in our theme to change the h3 from mega menu.
In the last version, Newspaper v10.3.2 you can change the H from the related articles. For the “related articles” if you are using a single post template from tagDiv Cloud Library, then you can edit it using tagDiv Composer -> https://i.imgur.com/6mr0dak.jpg go on relates articles and remove it -> https://i.imgur.com/6Cui4eg.png add a flex block and customize it -> https://i.imgur.com/jxwj7SK.png -> https://i.imgur.com/o561TyC.png
Thank you!
Hi,
I think that you are using a PRO demo or cloud templates, that is why the theme panel settings are not apply. Using cloud template from tagDiv Cloud Library, you’ll need to edit the cloud template using tagDiv Composer and set on the elements the color and style you want
For example in order to change the share style, please edit the single post template wit tagDiv Composer, like this -> https://i.imgur.com/ZpxtjbP.jpg click on the share buttons and choose a style https://i.imgur.com/jyYrNlL.png after that do not forget to save the changes.
If you are using single post template you need to edit it with tagDiv Composer like this -> https://i.imgur.com/6BRfOox.png and use the right click to remove the elements you do not want -> https://i.imgur.com/sKWxCCb.png
Let me know the results!
Thank you!
Hi,
1. I think that you want to remove this https://i.imgur.com/FrTsD8z.png this can be doe in few ways:
You can use a cloud template from tagDiv Cloud Library, edit it with tagDiv Composer and remove the tag element -> https://i.imgur.com/Aj66Rkg.png -> https://i.imgur.com/durcIAg.png after that set the cloud template in theme panel -> https://i.imgur.com/Ap9UC72.png
If you do not use cloud templates, you can use the translate and set an empty sample the the field for translate -> https://i.imgur.com/0zRQ4XF.png
Or you can use a css like this one: -> https://i.imgur.com/aOeJ3P4.png
.tag .td-page-title {
overflow-x: hidden;
text-indent: -50px;
}
The number of px can be adjusted in function of your example.
The code need to be set in theme panel> custom code> custom css.
2. I think that you can adjust the post/articles that appear in tag pages if you are using a tag cloud template as in above example.
If I do not understand something, please provide some more details and some screenshots.
Let me know the results!
Thank you!
Hello !
Please note that If you have installed your demo with content you will have to remove that content ( Categories, posts ) and create your new content. After you have some content you can set it up in the filters using tagDiv Composer to edit the blocks: https://www.screencast.com/t/ilT6ZR43C
Thank you !
Dear Calin/Newspaper Staff,
as you know, from Categories_Category Global Settings_Pagination Style it’s possibile to set a pagination style for all categories.
Unfortunately, I haven’t found this very useful option for TAGS, which I think is very important too as I’m indexing some tags for search engines and I’d like to give a better UX to users.
Currently, if I click o a TAG and give it a description, 2 strange things happen:
1) at the beginning, the first line says “TAG: tag name”. Please, how can I remove/edit the word TAG before the tag title?
2) After going to page 2 of the same tag, the initial description loads again entirely, so people have to go through again the entire description in order to find (below) the additional 4 post.
Ideally, I would like to set an infinite loading for all tags, as it’s possibile for categories. Or alternatively, it would be good to choose a specific number of post I want to show on the same page. I found nothing of these 2 settings, I hope I just missed them.
Please, if these changes are not currently possibile, could you consider to include this improvement to your future developments? I think all newspaper users will have more options and UX would be lot better in my opinion.
Thanks a lot!
Hi
I want to remove view counts from my single posts in mobile theme. In PC theme and Mobile theme, I removed views count by deleting the element. But in AMP, we don’t get any options to remove or any element, so I can’t handle post settings.
I haven’t used tagDiv Standard Pack, so I don’t get any options like AJAX View Counts in Post Settings. And please suggest some other solutions instead of installing tagDiv Standard Composer to remove the view count.
Thanks!
Hi,
Unfortunately we need to investigate this problem, therefore we need to have access to your website to check the settings are made and if one of theme is causing some problems, solution will be to make a staging website where to have the settings from your website, is no need to have all the posts/pages content, only the content where is the problem (you can set a copy of your website and remove the post sand e pages, letting only the pages with problems in this way you’ll keep the theme settings and we can investigate the problem).
If you can do this, after all these are done, please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Thank you for your understanding!
Hi,
Usually the h1 is set on logo, if you are using a cloud header from tagDiv Cloud Library, you can have a different H1 per page/posts, another way is to using the Page Builder + Page Title on page template, this should set your page title as h1 and remove the h1 from logo.
If you want that your title to have the h1 set instead of logo, then please check if you are using a cloud header, if yes, then you can edit it with tagDiv Composer and disable the h1 -> http://prntscr.com/q1ohji from desktop and make sure that you do the same for mobile logo -> https://www.screencast.com/t/xVUjIMUelXA2 -> https://www.screencast.com/t/ABTw6DUnbMjH and the problem will be solved!.
Hope this will help you!
Thank you!
Hi,
I think that you are using a PRO demo or cloud templates, that is why the theme panel settings are not apply. Using cloud template from tagDiv Cloud Library, you’ll need to edit the cloud template using tagDiv Composer and set on the elements the color and style you want
For example in order to change the share style, please edit the single post template wit tagDiv Composer, like this -> https://i.imgur.com/ZpxtjbP.jpg click on the share buttons and choose a style https://i.imgur.com/jyYrNlL.png after that do not forget to save the changes.
If you are using single post template you need to edit it with tagDiv Composer like this -> https://i.imgur.com/6BRfOox.png and use the right click to remove the elements you do not want -> https://i.imgur.com/sKWxCCb.png
Let me know the results!
Thank you!
Hi,
Yes, this is possible, from homepage you can use this general option -> https://i.imgur.com/7NDeqSF.png for posts depends if you are using a single post template from tagDiv Cloud Library (usually PRO demos) or standard post style.
For standard post style you can use this options -> https://i.imgur.com/JfwdXD0.png
If you are using single post template you need to edit it with tagDiv Composer like this -> https://i.imgur.com/6BRfOox.png and use the right click to remove the elements you do not want -> https://i.imgur.com/sKWxCCb.png
Hope this will help you!
Thank you!
Hi,
Please notice that we do not recommend the changes in theme files, these can damage and will be lost when you’ll make a theme update, if you need to use some code inside the them files you can use a child theme.
Also please note that there is no need to make changes in them files for this option, now our theme now has a last modified date for posts, if you use single post templates from tagDiv Cloud Library and edit it with tagDiv Composer – http://prntscr.com/nqygjo
The default publish date element should be removed, and the modified date entered in the post template. Google should pick this up eventually.
Also this option is available on blocks and modules too -> https://i.imgur.com/BE71ldj.png
Thank you for your understanding!
Hi,
AS I can see you are no longer have the author in the posts, -> https://i.imgur.com/pBbEDoM.png -> https://i.imgur.com/ADiejy1.png if you want to remove it from the homepage blocks too, then you need to use these options -> https://i.imgur.com/uS0adrG.png, if you are using cache plugins, clear it and check the results.
If the problem persist, make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hi,
Please note that our support hours are from Monday – Friday: 8:00 AM – 17:00 PM GMT+2,
also note that we take in order of time the topics ( time when was post the question ) and if you post/replay again in your topic the time will change and will be move to recent question, therefore the answer will be delay.
To edit the header with tagDiv Composer, you need to use a cloud header from tagDiv Cloud Library.
You can add the elements new elements using the left sidebar from the tagDiv Composer -> https://i.imgur.com/R1hWXUo.jpg
If you want to delete a row, you can delete it like in the previous version, using the right click on the row icon -> http://prntscr.com/owlyuw -> http://prntscr.com/owlynq or using the drag and drop -> http://prntscr.com/owlz2r or you can simply click on the row and pres the delete button from your keyboard -> https://www.screencast.com/t/Mai7iyEG also you can use the right click(and above tips) on the element you want to remove -> https://i.imgur.com/M5hVeIo.jpg
If you are using a cloud header, you can chose theme from here -> https://i.imgur.com/cGRnW1Y.pngand you can get more from tagDiv Cloud Library, or if you want you can use a standard header style, for this the standard pack need to be enable https://i.imgur.com/b85hwkR.png -> https://i.imgur.com/irSZyXt.png
The menus can be made here -> https://i.imgur.com/jb343l5.png -> https://forum.tagdiv.com/mega-menu/ and for a cloud header can be adjusted using tagDiv Composer like this -> https://i.imgur.com/Okvt6Ng.jpg
Check out the New Header Main Menu with Newspaper Theme.
There is no way to have a large menu on mobile like on desktop, therefor on mobile version there is set a different header, this can be adjusted with tagDiv Composer too, -> https://i.imgur.com/I1MSYIb.png if you want to can change the menu.
Unfortunately our documentation is not covering all the news from our theme, we are working to improve it as good as we can, if you want you can check our documentations from here :
Old documentation: -> https://forum.tagdiv.com/newspaper-theme-documentation/
New documentation: -> https://tagdiv.com/category/documentation/
If you have questions or if there is a problem, please let us know!
Let me know the results!
Thank you!
Hi,
1. Yes, the share is not in the content, this is set with an untested plugin that do not recognize the theme settings, but there are also other errors -> https://i.imgur.com/c4yzRDU.png the images are not loaded, these are encoded in base64.
To align the share buttons you can use a css like this one -> https://i.imgur.com/OF4nphU.png
.page .sd-sharing-enabled {
width: 1064px;
margin: auto;
}
The code need to be set in theme panel> custom code> custom css.
2. These ads are set in Appearance > Widgets in sidebars, you need to look for ad box element -> https://i.imgur.com/dSaq9j0.png -> https://forum.tagdiv.com/custom-ad-spots/ also on homepage these can be set with tagDiv Composer edit the page like this -> https://i.imgur.com/ToxdGUw.jpg and use the right click on the element you want to remove -> https://i.imgur.com/M5hVeIo.jpg
3. This is an individual setting on post -> https://i.imgur.com/78EgZh4.png you can use it when you want to have a different style on some posts, if you want to have the same post style you need to use this option -> https://i.imgur.com/HYjSks9.png on posts and in theme panel you can set the global post style -> https://i.imgur.com/bgFMa2S.png
4. We can check the issue only if you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
5. That is the latest articles section, this one comes from the page template, you have set the Page Builder + Latest Articles + Pagination. You can edit it from inside the page(backend) -> https://i.imgur.com/QncbNRm.png
7. The share options are set in theme panel -> https://i.imgur.com/FsBfI7v.png -> https://forum.tagdiv.com/design-post-pages-using-default-templates/
Hope this will help you!
Thank you!
Hi,
Unfortunately, our theme do not have an option to remove these elements from woocomerce page, but you can use a css to remove them https://i.imgur.com/BC0jc5g.png -> https://i.imgur.com/y7xJWsu.png
.single-product .entry-crumbs, .single-product .posted_in, .single-product .tagged_as, .single-product #tab-title-description
{
display: none;
}
The code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
If I understand correctly, you have two posts that you want to be change only manually, to be like a sticky posts, if yes, then you can do this like you suggest, but when you want to change the posts you’ll need to remove the tag from the other posts if you no longer want them, also you can simple filter all the posts by post id and set only the ids for posts you want to remain sticky -> https://i.imgur.com/rLmRiJC.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Hope this will help you!
Thank you!
Dear tagdiv-Team,
I have another problem with my mobile-footer: http://b96n967.myraidbox.de/2020/02/seo-google-search-console.html Before the text: wir über uns there is an apperantly blank space that contains a link to the sidebar of the desktop-version (image, social-counter, popular posts). I don’t want something like that and I don’t have installed ist. How can I remove it? The problem appeared after I removed the logo and the newspaper text…
After clearing the widgets in Footer 3 it shows me the newest articles by clicking in the blank space…
Thank you very much!
Greetings Kathrin