- 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,
The title line spacing can be reduced by changing the line-height, for example
– https://prnt.sc/ombguv (default is 21px)
.td_block_10 .td_module_9 .item-details {
line-height: 15px;
}
The space below the tags is there because by a margin. Where tags appear usually (in the post page) there is a margin. This margin applies now in the module, but it can be removed
– https://prnt.sc/ombln2
.td_block_10 .td_module_9 .td-tags {
margin: 0;
}
To make the text grey, as it is now, you could do this – https://prnt.sc/ombqyz
.td_block_10 .td_module_9 .news_details,
.td_block_10 .td_module_9 .news_details > a {
color: grey;
}
Adding a margin between the title and date is possible for some modules, the ones that have a link for the title, as then you can target the link and add the margin or padding
– https://prnt.sc/ombs6l
But the ones with no link contain just text, there is no HTML to target
– https://prnt.sc/ombsl0
.td_block_10 .td_module_9 .news_details > a {
margin-right: 10px;
}
For the country to be in a new line it would have to be set in the code itself, or with CSS. With CSS it cannot be targeted as it currently is – https://prnt.sc/ombtfu
There isn’t a CSS code to target specific characters from a text that aren’t part of a container, and place them in a new line.
Maybe you can add containers for the displayed data, so they can be targeted better. Let me know.
Thanks
Thanks!
This is the link for two pages with the sidebar widget:
https://yfztravel.com/category/hotels/
https://yfztravel.com/top-10-hotels-in-las-vegas/
I would like for example to remove the Instagram area from there and to change the number of posts from the :
1) RECENT POSTS
2) RANDOM ARTICLE
Can you please provide me the info where I neet to inset this code?
You could use a cloud post template, then the above will also work. Cloud post templates can be designed with the composer – https://cloud.tagdiv.com/#/load/Single
So you could do what I suggested above in a cloud post template – https://prnt.sc/omb1rr
Or as I mentioned, if you just want to remove some widgets from the current post sidebar you have set, for mobile, I can provide a code for it. But I will need a link to where I can see the sidebar, and details about what you want removed on mobile from the sidebar widgets. Let me know.
Hi,
1. Please check these guides – https://www.wpbeginner.com/beginners-guide/how-to-add-new-users-and-authors-to-your-wordpress-blog/
– https://www.wpbeginner.com/plugins/how-to-add-an-authors-photo-in-wordpress/
2. The theme provides 17 block header styles – https://demo.tagdiv.com/newspaper/block-header-1/
You can choose one in general in the theme panel – https://prnt.sc/olve2b
Also there are options per block/element in the composer – https://prnt.sc/olvera
The setting in the composer will override the setting in the theme panel. So for example if I set in the theme panel block header style 2 – https://prnt.sc/olvfhy and a different one in the composer for specific blocks/elements, the one from the composer will apply
– https://prnt.sc/olvg0h
3. Those are different things, the settings that the composer has for the single image element can’t be used for images inside the post content if that is what you mean. If I misunderstand let me know.
4. Can’t say which plugin to use exactly, most membership plugins offer content restriction as far as I know. try some free plugins if possible, and check how they work and if they have the options you require – https://justlearnwp.com/most-popular-best-free-wordpress-membership-plugins/
5. That would be up to the membership plugin, if it has a content restriction it must have options to remove the restriction based on an action. If it can do it based on an user having paid the subscription, then it is possible.
The sign in/join allows users to log in the website. The theme ads a modal window as design – https://prnt.sc/olvr8t but the functionality is the same as the default WordPress login screen – https://prnt.sc/olvruf
Membership plugins may have their own login that maybe has to be used.
Thanks
Hi,
If I understand correctly you want to turn of the breadcrumbs & main menu only for specific pages, this can be done using some cloud templates for posts, categories, header, edit theme with tagDiv Composer and remove the menu and breadcrumbs, after that set the template on the posts, categories, header, pages where you do not what to have breadcrumbs and menu.
Also for page you can remove the breadcrumbs using all the page templates except the Page Builder + Page Title -> http://prntscr.com/olu6wz
Thank you!
Hi,
i wan’t only h tags for the main content on each page.
But the theme has a lot of h3 and h4 tags for the box titles and on each post titles in each box.
This is very hard for SEO.
How can i edit or remove them?
best regards
Hi,
@Pomplemoose So the sidebar doesn’t appear even when set for posts individually. Should appear fine if the sidebar contains widgets and is set to appear, for example
– https://www.screencast.com/t/42LoQ8hT9w
Maybe you are using various characters in the sidebar name, this will remove the widgets from it – https://forum.tagdiv.com/sidebars-tutorial/
@webforu There is a case when that might happen. Is the WPBakery plugin active? If possible try to deactivate it and check if the cloud template displays properly.
If that is the case, I could provide a quick fix for it, please post a link to where I can see the problem happening.
Let me know.
Thanks
Hi,
If you want to remove the featured image from the top of your post articles, please note that you will need to set up the Single Template Style 5 which do not display the FEatured image at the top of the post articles. For more detail about this, please check here -> https://forum.tagdiv.com/design-post-pages-using-default-templates/
Thank you!
Hi,
I have checked your website and I saw that you are using the pagebuilder + latest articles + post pagination page template. So, if you want to edit that section, please note that you can dod this from the panel, when you edit the page, like this -> https://www.screencast.com/t/AMiSrmxXyaX or if you do not like it and want to remove it, you should simply switch to a default template. For more details about our page templates, please check here -> https://forum.tagdiv.com/newsmag-page-templates/
Thank you!
Hi,
1. Once removed the category base (meaning the word category in the URL) will not show anymore on all the post links. Then it will depend on the permalink structure you choose in wordpress settings – http://prntscr.com/oh8l48
The website mentioned above https://www.theepochtimes.com/ uses a post name permalink structure from what I can see. So the URL will be example.com/post-name, no category base or category name.
2. You could check some online guides mentioning best free or premium newsletter plugins. Mailchimp is one of the most popular ones as far as I know
– https://www.formget.com/best-free-wordpress-newsletter-email-marketing-plugins/
3. I really can’t say, maybe try some of these – https://www.sitepoint.com/best-donation-plugins-for-wordpress/
4. By default WordPress cannot do this. maybe it could be done with a plugin, check this topic for some plugin suggestions – https://www.quora.com/How-do-I-publish-manage-blog-posts-from-single-Wordpress-website-to-multiple-Wordpress-websites
5. The theme can export the theme panel settings only – https://forum.tagdiv.com/import-export-theme-settings/
So all the settings made in the theme panel, ad codes, custom codes etc can be exported and used in a different location where the theme is installed.
There are content protection plugins to try and prevent these actions. I believe this one is quite widely used – https://wordpress.org/plugins/wp-content-copy-protection/
There could still be ways to bypass it, but it should block the vast majority of the attempts.
You could try others as well – https://wordpress.org/plugins/tags/content-protection/
Thanks
Hi,
Thank you very much for your appreciation. I will try to help with the issues you are having.
In the homepage I see there are lots of mixed content issues, I believe you are in the process of installing the SSL certificate so that should solve itself when it is finished.
The wordpress recent posts widget doesn’t show an image as far as I know. It displays the post title and the date if enabled – http://prntscr.com/oh5ona
You could however use a theme block instead of that widget, and call it recent posts. Sort it by latest so that it shows the freshest posts – http://prntscr.com/oh4olg
– http://prntscr.com/oh4ooy
In the footer currently I see that a footer page is set. The theme provides predefined footer templates but it can also display a footer page in the footer location
– https://forum.tagdiv.com/footer-templates/
If you want to customize the footer page, there is an option in the theme panel
– http://prntscr.com/oh5qo4
Note that some demos when installed will load a custom stylesheet, containing various CSS customization. The journal demo will set a background color for the website
– https://demo.tagdiv.com/newspaper_journal/
This will override the theme panel background color it seems, I will make a note of it and we will find a different solution for this demo customization. For the time being you could remove the background color from the demo here – http://prntscr.com/oh5z27 Then the theme panel color will apply. Sorry for this inconvenience.
Please let me know if you have more questions.
Thanks
Following the 2 latest updates, my website encountered the following issues:
– The social media counter isn’t displaying the logos and the text inside the social media boxes had to be manually centered because it would go too far up by default. It used to look like this.
– There is a big green line on the top of the website, with an arrow on the left corner. Previously, there was a partial line like on the Newspaper Magazine demo. Can the big line be removed? My website used to look like this.
Any help to fix these issues would be appreciated, I wasn’t successful so far unfortunately.
The last thing that has been occurring lately is that recent edits to the website can’t be seen for people who aren’t logged in before some time or before clearing the cache. I haven’t made any significant change to the website (before these updates) so not sure what could be the issue unless a plugin was updated as is acting differently.
Thank you very much.
PS: I also already sent this to contact@tagdiv.com.
Hi,
The HOT NEWS and MOST POPULAR articles are set in Appearance > Widgets hot news -> https://www.screencast.com/t/3evRntI2HNPo you can remove from there or you can set a a different sidebar for posts/pages -> https://forum.tagdiv.com/sidebars-tutorial/ -> https://forum.tagdiv.com/smart-sidebar-2/
Hope this will help you!
Thank you!
Hi,
It should be right below the homepage post image – http://prntscr.com/odleca so there should be no problem in removing it from the page.
If you cannot remove it, please send us an email at contact@tagdiv.com and provide the website and admin login. Include a link top this topic in the email.
Let us know.
Thanks
Hi,
I will try to help you with these questions.
1. That is not actually an error, the mobile theme will display it’s own version of the website on phones – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
You can check how it looks here (check with a phone or browser mobile emulator)
– https://demo.tagdiv.com/newspaper_local_news/
If the top grid is missing for you, please make sure there are posts in the featured category created by the theme – https://forum.tagdiv.com/featured-posts-2/
The mobile theme is optional, if you want the same content from desktop on mobile, deactivate it.
I should note that in coming updates the mobile theme will receive many more settings, including an option to disable it for specific pages.
2. Those could be removed with some CSS if needed. Do you want them removed for all categories or specific category pages?
Let me know.
Thanks
I did so through the functions (‘taxonomies’=> array( ‘category’, ‘post_tag’ )) as well as on the Theme Panel under Custom post types. We are on version 9.6. I think this setting might have been removed from the earlier version. I was thinking this particular setting would do the job for me; otherwise, the setting appears to be pointless and does nothing. Guess I’ll have to go in and customize theme files then.
Good to know about the child theme. Updating would completely remove the functionality we need to keep.
You could remove all the itemprop, itemscope schema attributes from the file mentioned above – http://prntscr.com/ocxkjv
So for example if you want to remove the article and review meta this function should be deleted/commented – http://prntscr.com/ocxpcn -> http://prntscr.com/ocxnaw
-> http://prntscr.com/ocxphq
Then remove all of these – http://prntscr.com/ocxpyv – http://prntscr.com/ocxq8q
Then check in the page source to see if anything remains. Note that Yoast also loads schema, it could be removed like so – https://forum.tagdiv.com/topic/a-value-for-the-logo-field-is-required/
If the Google tester still is not detecting the theme lazyload, but the lazyload is indeed working on your website, I can’t say what could be done about it. There are similar topics online when Google simply won’t detect various lazyload implementations being used and working. Maybe reconsider using a plugin if that is detected correctly.
The booster doesn’t have any other capabilities, besides moving the loading of resources in the footer. There are more advanced plugins for this, that provide settings. It could be however a matter of time before Google sees this correctly.
Our developer team is still investigating the disqus issue. I can’t say when this will fixed, or if the plugin will be officially supported. Remains to be seen. Currently disqus works fine if the comments are not closed, there is an issue when they are closed for specific posts or if enabling comments on pages (seen a few cases). Sorry for the inconvenience.
Hi,
In order to remove the view post counter you’ll need to deactivate it from the theme panel -> https://www.screencast.com/t/EbcX1AGuDW you can check our documentation for
Global settings -> https://forum.tagdiv.com/general-settings/
Ajax view count -> https://forum.tagdiv.com/ajax-view-count/
Thank you!
Hi,
If you want to remove those categories -> https://www.screencast.com/t/l4nEBMyn you’ll need to add this custom css in Theme panel>Custom code> Custom css
-> https://www.screencast.com/t/IADuxIAdk
.tag .td-post-category {
display: none;
}
Thank you!
Hi,
That demo uses a cloud post template for posts, so the template can be edited with the composer. That background color is set for the column from what I can see.
Please edit the template with the composer and select the column, than in the CSS tab remove/change the colors as needed – http://prntscr.com/obyeps
More about the cloud library plugin here – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
If you have more questions let me know.
Thanks
When I click on a tag and it shows all related posts with the same tag, on those post previews it shows the category tag.
How do I remove the category icon from the tag view?
Hi,
Thank you for the kind words, we will try to help as much as possible.
1. There is an explanation for this. Is there a general background set in the theme panel?
– https://forum.tagdiv.com/background-introduction/
If a background color or image is set in the theme panel, the website will be boxed, in order to display the background. Please check if that is the case. Removing the background will allow full width grids and other wider elements.
2. Maybe the mobile theme plugin is active – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
When the plugin is active, the mobile pages, posts, etc will be different from desktop. However this plugin is optional, if you want the same content from desktop on mobile you can disable it.
I should mention that in coming updates there will be an option to choose for which pages or posts you want the mobile theme to be active.
3. Using the clear option on a row will only remove it’s content. If you want to remove a row you can click and drag it to the right corner – https://www.screencast.com/t/LocGydRWO
or click on it and hit the delete key on the keyboard.
If you have more questions let me know.
Thanks
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!
I created a new post template using a blank cloud template – here is the template link – https://www.staging1.itechguides.com/tdb_templates/blank-single-template-2/
I need help with the following issues:
1. I have configured my post to use the template but it does not apply – Configured it via Theme Panel => POST SETTINGS => Default Post Template (Sitewide) –
2. The ad on the right-hand side is configured to be sticky via the container column but the container does not stick
3. I want to add more elements beside the author name – I am struggling with it. Each element I add goes under author name but I want them beside the author name – for example, I want to add Last Updated date
4. On the social share element, I checked the box to remove share text but it is still there.
Thanks for your help
Hi,
Please note that all of the header styles should work as expected, without any problems! I have made some tests with them and it returns good results. I have checked your website and I saw that you are using the Header Style 5 which works as expected. If you are using some untested plugins, please remove all of them, purge CDN files and check the results.
Also, I have checked your license status and I saw that your support is expired, as you can see here -> https://www.screencast.com/t/bs477qjLKHPj In the future, if you want to have access to our technical support, please extend your license.
Both Newspaper Theme and Newsmag Theme are supported by the tagDiv team accordingly to the ThemeForest Item Support Policy -> https://themeforest.net/page/item_support_policy. In summary, the Themeforest policy states that once you purchase the theme, you receive a 6 months customer support period with the possibility to extend the support to 12 months if you need further assistance. To post or reply on the forum, you have to be in the premium support period.
Thank you!