- 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,
This can be achieve if you change the width of post or if you remove the sidebar.
In order to change the width of post, you need to use a single post template from tagDiv Cloud Library , you can chose from there a post template that have a large width or you can edit the template using tagDiv Composer.
You can check a similar topic for width -> https://forum.tagdiv.com/topic/icloud-template-margins-and-images/
Thank you!
Hello,
I would like to remove the “Featured” category from my “recent posts” block. I will provide screenshot for better understanding :
https://image.noelshack.com/fichiers/2019/18/6/1557002550-tagdivsupport.png
Thanks by advance!
Hi,
1. At the end of posts there is an author box – http://prntscr.com/njxh0t if that is what you want to remove there is a setting for it – http://prntscr.com/njxh94
The author name at the beginning of the post can also be disabled
– http://prntscr.com/njxhkr
This author box doesn’t appear on pages. On pages there will be an author name in modules, this can be disabled in general if needed – http://prntscr.com/njxhwx
2. The post views can be disabled in the theme panel as well – http://prntscr.com/njxi87
On pages these do not appear.
3. That is possible, you can choose which socials will appear, and also the style
– https://forum.tagdiv.com/sharing/
Note that some socials will only appear on mobile, for example WhatsApp.
Please let me know if you have more questions.
Thanks
Good morning.
Have an issue with my Tag Div Composer not saving. Rendering it impossible to make any changes. I’ve noticed this might have come inside with adding ‘classic editor’ but have since removed and deleted but problem still persists.
Have tried deactivating all plugins to solve conflicts. Problem still persists.
Have followed all previous advise in other forum posts found but not luck.
Looking for some advice, thanks.
Hi,
That would be correct, the theme will create thumbnails (the sizes which are enabled) from each image that is uploaded in the media library – https://forum.tagdiv.com/theme-thumbs/
These will be displayed in various locations and elements, when needed.
1. Changing the post template won’t remove the thumbnails that were created or which will be created. But regardless of this, the post template of a post can be changed only by editing each post, this would take a lot of time however if there are many posts.
These topics may be of use if you would like to attempt this in the database
– https://forum.tagdiv.com/topic/apply-a-single-post-template-globally/
Make a backup of the database before, or try it at first in a local or sub-domain copy/clone of the website.
2. Depends on the post template you want to use, these would be the sizes predefined post templates use – http://prntscr.com/njvdgj
The thumbnails will be created regardless of planning to use them or not, in case they are needed. There are plugins that can be used to remove unused thumbnails
– https://www.webnots.com/how-to-cleanup-thumbnails-in-wordpress/
This plugin – https://wordpress.org/plugins/regenerate-thumbnails/ should be able to do that. It has an option to remove unused thumbnails, this should reduce the size considerably.
Let me know if you have more questions.
Thanks
Hi.
I have some questions…
1) How can I remove the author at the end posts/pages?
2) How can I remove the views at the top of the page/post?
3) How can I personalize the social icons in the posts? I would like to keep Instagram/Pinterest/Facebook.
Thank you!
Hi,
Sorry for the delay. Please try not to bump the post or reply multiple times in it, this will only delay the response on our part as it will refresh the topic date. We reply from oldest to newest.
1. Big grids have some styles you could check out
– https://demo.tagdiv.com/newspaper/big-grid-1/
The gradients purpose in big grids and other elements is to make the post meta more visible. For example here is the difference with and without it in a case
– https://prnt.sc/nimb5m – https://prnt.sc/nimbae
It could be removed if needed for normal grids, with some CSS. Mention the grid you are using and I will give you a code for it. Let me know.
Or you could use a flex grid, and remove/change the default gradient in it’s settings
– http://prntscr.com/nje3ye – http://prntscr.com/nje45m
2. Bigger than the required thumbnail size would be better in most cases, the theme will create thumbnails from it, so the original image can be bigger
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
3. I could take a look at it, please post a link to where I can see it. The smaller thumbnail looks quite bad in that screenshot.
4. You can use the format you want and think best. Here are some topics about it
– https://codex.wordpress.org/Image_Size_and_Quality
– https://www.a2hosting.com/blog/pngs-vs-jpegs/
– https://www.labnol.org/software/tutorials/jpeg-vs-png-image-quality-or-bandwidth/5385/
– https://undsgn.com/jpg-vs-png/
– https://blog.shortpixel.com/png-jpeg-dilemma/
Let me know.
Thanks
Hi,
That is added by the theme, so you get to see exactly how the post will look while writing it.
Post content width with a sidebar – http://prntscr.com/lwdlrp
Without sidebar – http://prntscr.com/lwdm1t
There will be no actual unused space because of this delimitation.
It could be removed by making a modification
– https://forum.tagdiv.com/topic/hide-sidebar-from-new-post/
Thanks
Hi,
They appear to be empty indeed, while that is surely not the case. What if you change the post template to a different one? If you made any changes to the post templates, try to temporarily remove them.
Ultimately try to reinstall the theme, by FTP would be better in this case, after the 9.7 update. Delete the old theme and upload the new one. Then update the theme plugins as well.
In case you already tried this, please send us an email at contact@tagdiv.com and allow us admin access so we can take a closer look. Include a link to this topic in the email. Let us know.
Thanks
Hi,
There is indeed a gradient there, it’s purpose is to make the post meta more visible over the featured image. For example
With gradient – http://prntscr.com/nimb5m
Without gradient – http://prntscr.com/nimbae the text is harder to read in this case.
However if you want to remove it, this code will do that, enter it in the custom CSS section of the theme panel
.td-image-gradient-style7:after {
display: none;
}
The full image won’t be displayed, the container has a predefined height, one of the reasons would be to achieve the same results regardless of image
– http://prntscr.com/nimd4x
You could try something like this to make he image bigger if the images are actually bigger and allow it – https://forum.tagdiv.com/topic/changing-featured-image-size/
Let me know if you have more questions.
Thanks
Hi,
If you want to remove all ads from your website, please remove the code from theme panel>ads -> https://www.screencast.com/t/NoTjHOprmQ5z -> https://forum.tagdiv.com/header-ads-adsense/
If you want to remove the ads only from homepage you can edit the it with tagdiv Composer add a new header from tagDiv Cloud Library and remove the ads from homepage.
Also if you are using some plugins for ads is possible to have some options to restrict the ads for some pages/posts.
Thank you!
Hi,
Please check our documentation for -> https://tagdiv.com/newspaper-theme-installing-demos/ -> https://www.screencast.com/t/fF5sVNCj if you edit the posts demos or pages please copy the content and past it in a new posts/pages with a different name, because all post that comes with the demo will be remove when you uninstall/delete the demo or change it, making new posts/pages you can delete the demos and theme without losing your content and customization make in theme.
Thank you for your understanding!
Hi,
If the mobile theme plugin is active, what is displayed on mobile will be a different from desktop. For example the mobile homepage will display a top grid with 3 featured posts (if there are any) – https://forum.tagdiv.com/featured-posts-2/
Below that grid will be a latest articles section. The mobile theme is specially created for mobiles, it is faster than the default responsive theme version. Other pages will be empty on mobile, if there is no content entered in the mobile editor for each page
– http://prntscr.com/ng341f
Here you can read more about it – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Regarding that border, from what I can see the top bar is empty (no login, no weather no socials etc). You could disable it entirely if you do not want to display any elements in it – http://prntscr.com/ng373y and the problem will be solved.
The “Read more” that the block uses cannot be disabled. You could use a different type of block, maybe a flex block (these have an show/hide “Read more” button setting).
Here are some block designs made by us that can be imported with the cloud library plugin
– https://cloud.tagdiv.com/#/load/Blocks (they are all flex blocks).
However if you want to keep using block 24 and wish to remove the button there is a solution. I could give you a code to remove it – http://prntscr.com/ng3941
Enter this code in the Theme panel->Custom code-> CSS code section
.td_block_24 .td_module_19 .td-read-more {
display: none;
}
If you want to keep the block and the button but change the text it displays, you can translate it in the Theme panel->Translations settings – http://prntscr.com/ng39vz
Please let me know if you have more questions.
Thanks
Hi,
I’m using the [tagDiv] Author box widget in the sidebar of my posts/pages. The picture in this author box has a border radius. Is there a way to remove this border radius somewhere in the settings or do I need to remove it with a custom css code?
Thanks for your help.
Hello,
The widget appears in every blog post because you have it set in the
sidebar. Please access the widgets area of WordPress and remove the Instagram widget.
As for the social counter please read this guide to learn how to set it up: https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Thank you!
Hi,
Regarding on saving issue, please notice that the reason for that error might be your system status parameters. Please check the values of them to be increased according to our documentation from here -> https://forum.tagdiv.com/system-status-parameters-guide/ Probably, your PHP memory is exhausted and that’s why you cannot save anything.
Also, I have checked your website and I saw that you have two different logos on it. On that category page you have a logo and for those pages, post pages you have another logo. This case is happening because, for that category -> https://www.westislandblog.com/category/laval/, you are using a template where you set up this header from Cloud Template Library. If you do not want it, you need to remove that Category Template from here -> https://www.screencast.com/t/jRcoDgLYZooB and chose the Inherit from Global Settings if you want to have the same header for the whole of your website or you can edit that category template and change the logo from your header section to be the same.
Hope this helps!
Thank you!
Hello,
In order to make a layout full width in our theme you need to first remove the background image as any background image or color will make the theme go into boxed mode. Once you remove the background, you can edit the pages using the tagdiv composer and use the stretch row option to increase the width:
https://www.screencast.com/t/el7vWtAXIGLq
For posts and other templates, you can use the cloud library to import a custom post style which can then have a stretched row just as pages. Please check: https://tagdiv.com/customize-articles-with-single-post-templates/
Thank you!
Hello,
this cant be true. How about seeing you first? An update must and should always be such that there are no conflicts and destruction of other plugins. Otherwise it does not make sense. Otherwise, mn would have to reorganize everything in the current operation of a website and delete plugins. That would cost visitor numbers and users. And therefore money. Power as I said no sense.
The error code I have shown above yes. Everything was fine before the update. Everything went fine before the update. Everything has been carefully selected and matched.
As I wrote in another forum post, the video playlist does not work anymore. There is also an error in the video player shown.
My configuration has not changed at all. As mentioned above, everything went fine before the update. After the update should I have changed the configuration? A little illogical and not nice to the customer.
I have a Managed Server with 1000GB SSD, 4xCore, 64GB DDR RAM, PHP 7.3.3
Peak values, peak performance.
And again, as previously mentioned, everything ran smoothly.
Please take care of it quickly and fix it.
Video Playlist error and Flag Error.
Failed to load resource: the server responded with a status of 404 ()
tagdiv_theme.min.js:339 Uncaught TypeError: Cannot read property ‘td_0Q2dUva7SCY’ of undefined
at Object.loadPlayer (tagdiv_theme.min.js:339)
at undefined.YT.undefined.YT.Player.window.onYouTubePlayerAPIReady (tagdiv_theme.min.js:338)
at s.ytimg.com/yts/jsbin/www-widgetapi-vflVx0w83/www-widgetapi.js:124
at s.ytimg.com/yts/jsbin/www-widgetapi-vflVx0w83/www-widgetapi.js:124
tagdiv_theme.min.js:341 Uncaught TypeError: c.jqControlPlayer.removeClass is not a function
at Object.playStatus (tagdiv_theme.min.js:341)
at Object.operatePlayer (tagdiv_theme.min.js:337)
at HTMLAnchorElement.<anonymous> (tagdiv_theme.min.js:337)
at HTMLAnchorElement.dispatch (jquery.js:3)
at HTMLAnchorElement.r.handle (jquery.js:3)
Hi,
That is added by the theme, so you get to see exactly how the post will look while writing it.
Post content width with a sidebar – http://prntscr.com/lwdlrp
Without sidebar – http://prntscr.com/lwdm1t
There will be no actual unused space because of this delimitation.
It could be removed by making a modification
– https://forum.tagdiv.com/topic/hide-sidebar-from-new-post/
Thanks
I send to Newsmag as an old post there…
https://forum.tagdiv.com/topic/author-box-add-latest-post-title/
With 9.7 Update We want to achive this again…
Short Desc: What i need is remove Post and Comment count and also URL of Author, and only put Authors Latest Post instead…
https://sonsoz.com.tr is the site…
TagDiv pls help…
Hi,
The images that appear on homepage are featured image from posts -> https://forum.tagdiv.com/featured-image-or-video/
Please check our documentation for -> https://tagdiv.com/newspaper-theme-installing-demos/ -> https://www.screencast.com/t/fF5sVNCj if you edit the post please copy the content and past it in a new post, because all post that comes with the demo will be remove when you uninstall the demo or change it.
Thank you for your understanding!
Hi,
Please check our documentation for Installing Demos-> https://tagdiv.com/newspaper-theme-installing-demos/ -> https://www.screencast.com/t/fF5sVNCj if you edit the post please copy the content and past it in a new post, because all post that comes with the demo will be remove when you uninstall the demo or change it.
Please make a backup to your website and try again to import the demo without content -> https://www.screencast.com/t/1P5Gog74Fq also you can import only section from tagDiv Cloud Library .
Thank you for your understanding!
Hi,
In order to hide the social sharing buttons from some post you’ll need to use a single post template from tagDiv Cloud Library, edit the template with tagDiv Composer and remove the share buttons, after that set the templates on the post were you do not want to have the sharing buttons.
Thank you for your understanding!
Hello Bogdan,
thank you for your help but I meant this, sorry:
how to remove the small social sharing buttons from every private post of a single category?
I’m referring to the following ones:
1. TOP ARTICLE SHARING
2. TOP ARTICLE LIKE
3. BOTTOM ARTICLE SHARING
4. BOTTOM ARTICLE LIKE
I found no option for this inside NewsPaper, neither inside the category (under LAYOUT SETTINGS)
https://forum.tagdiv.com/how-category-settings-work/
nor inside the single post:
https://forum.tagdiv.com/post-templates-2/
Hope it’s clear now: I need to hide facebook button, telegram button, whatsapp button, pinterest button on all posts of a single category, BUT I want to keep these buttons on all other categories.
About social counter, I choose that this single category has NO sidebar, so they don’t appear.
Hope there’s a solution for hiding the social sharing buttons, thank you very much!
Angelo