- TutorialsDefault Block Settings Guide
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsOffset Feature
- TutorialsWhat is Ajax preloading?
Where can I edit the filter queries for a block?
Ok, I see.
Is there a way to make the title font on mobile smaller, for just this feed, with some custom CSS?
Wouldn’t that be a way to make the text block smaller as well?
Hi,
Unfortunately using the mobile theme you can not achieve the layout of the desktop, sorry!
The mobile theme is a plugin that provide you a better speed then responsive version of theme, but in order to achieve that speed you’ll need to use for pages that are made with builders ( tagDiv Composer, WPBakery ) only the classic editor also for mobile theme the content for pages need to be set in mobile editor -> https://www.screencast.com/t/ebUIzt4se
Mobile Theme: Automatic Optimization for Mobile with Newspaper Theme -> https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
I think that you are referring to those 3 blocks, for those you’ll need to have set seam feature posts (that have set feature category) -> https://forum.tagdiv.com/featured-posts-2/ -> https://www.screencast.com/t/QsJ6ppY4
If you want to have the desktop layout you can deactivate the mobile theme and use the responsive version of newspaper for mobile.
Thank you!
How to remove Empty Column? https://c2n.me/40z8LKd
And how to create the block in all width of the page, 2/3 width?
Hello All,
I liked the default demo. Can someone tell me why I can’t edit the attached block? is it a widget? what widget?
https://ibb.co/t2NgGnp
Hi,
If you are referring to title post, this do not have any link on it
-> https://www.screencast.com/t/V0jiSDgjex
The only titles on that page are the one on the blocks -> https://www.screencast.com/t/RatmN9Q8
Thank you!
Hi,
Unfortunately in this way was design the style for that block, the title of post will come over feature image, if the title is very long, then it will overlay a big part of feature image.
Thank you for your understanding!
Hi,
My TD composer not working to delete blocks.
The login info is
https://www.dainikjugeralo.com/wp-admin/
Please never doing anythings on Homepage (This is live), create a new page and test it.
Thanks
Thanks for the reply. But what I meant was that can I keep different colors for my categories? I want the category tag on the modules/blocks to have a different color for each category. Right now it is black everywhere.
the website is thewrestlepost.com if you want to check!
Cheers!
Hi,
You need to yous tagDiv Composer in order to add blocks on your pages.
Basics: Using the tagDiv Composer Front-End Page Builder – https://tagdiv.com/tagdiv-composer-page-builder-basics/
Here is an example how to make a sidebar with tagDiv Composer
-> https://www.screencast.com/t/kQc6pEXYm -> https://www.screencast.com/t/s7jl2pMef
-> https://www.screencast.com/t/2F1FmZQ3pV
Thank you!
Hi,
1. The amp url will be https://website.com/post-url/?amp this will not affect the seo, but is possible to be some changes because the google need to index the new link.
2. The smart list will change only the content from smart list and nothing more, that is way that text remain there.
3. For this please use a custom css
.comments .comment-form .td-warning-comment, .comments .comment-form .td-warning-author, .comments .comment-form .td-warning-email{
display: block;
text-align: center;
font-size: 11px;
opacity: .65;
}
.comments .td-form-url{
display: none;
}
-> https://www.screencast.com/t/xyMzVQZZcJug
Please set the code in Newspaper>Mobile theme > Custom code
Thank you!
I’ve deleted blocks by accident. Where to find blocks with menus? And how to set sidebar blocks?
Hi,
If you want to show the category post to all posts please make sure that you have enable this option in theme panel -> https://www.screencast.com/t/rBa1xP7csXo
Also please check this documentation:
-> Global settings -> https://forum.tagdiv.com/general-settings/
-> Category tag on modules/blocks – https://forum.tagdiv.com/category-tag-on-modulesblocks/
-> Post templates – https://forum.tagdiv.com/post-templates-2/
Thank you!
Hi,
I have created a simple custom field called personName in a post.
I have installed td-api-plugin, created a page and I use “Block 77” in this.
I want the value of this custom field to show up under the post’s title in that page.
Let’s assume that I create this custom field with key “personName” and I give it a string value.
Then I go to module_77.php file and I add some code to display the this string value:
<?php
class td_module_77 extends td_module {
function __construct($post) {
//run the parrent constructor
parent::__construct($post);
}
function render() {
ob_start();
?>
<div class="<?php echo $this->get_module_classes();?>">
<div class="td-module-image">
<?php echo $this->get_image('td_324x235');?>
<?php if (td_util::get_option('tds_category_module_1') == 'yes') { echo $this->get_category(); }?>
</div>
<?php echo $this->get_title();?>
<?php echo $this->get_excerpt();?>
<?php $personName = get_post_meta($post->ID, 'personName', true);
echo $personName;
?>
<div class="td-module-meta-info">
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</div>
<?php echo $this->get_quotes_on_blocks(); ?>
</div>
<?php return ob_get_clean();
}
}
The result is here
The value is not showing up under the excerpt.
I have tried various ways, like having that string in “Subtitle” and tried to display the post’s subtitle in the page, under each post’s title or excerpt but with no luck.
Any recommendations, please?
Hi Calin,
Thank you for your reply.
I don’t think we understand each other.
I have set the blocks to show modified date and it’s working fine. No problem with that.
I have also set the single post template to show modified date after reading this tutorial: http://www.techbuzz.in/tagdiv-newspaper-theme-last-updated-modified-time.php
So, my posts are showing the modified date instead of publishing date.
The problem is that the:
<meta property=”article:published_time” content=”2019-03-04T16:26:51+00:00″ />
Is still visible in the post’s code.
And even though after using the WP Last Modified plug-in I also get this code on the same post:
<meta property=”article:modified_time” content=”2019-03-06T19:26:04+00:00″ />
Google won’t show the modified date on the SERP’s as long as the published_time/date is present in the post’s code.
The whole point of doing so is to increase CTR to the post by adding the “FRESHNESS” element to the post and show more up to date dates.
I don’t understand why your team can’t implement this somewhat simple feature that is available in a lot of other themes that don’t come close to the “Newspaper” quality.
I really want to understand.
Thanks again.
Hi,
The modified date is a new option in latest them version that allow you to display each date you want on blocks, you can use this option, or use the old one with publish date.
Please check the settings from theme panel -> https://www.screencast.com/t/H7CFzAKVw7 set the option with tagDiv Composer-> https://www.screencast.com/t/OAoAK9oUu make update on post -> https://www.screencast.com/t/vcQoLkQByxc now check the date of that post -> https://www.screencast.com/t/sKbLrp1jz also you can can sort after modified date -> https://www.screencast.com/t/VSePr63B
Also the modified date on post can be set with tagDiv Composer on single post template -> https://www.screencast.com/t/eYkeLqbCqV -> https://www.screencast.com/t/3qCSo9Nxtt
Hope this will help you!
Thanks.
Hi,
Please check our documentation for Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Thanks.
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.thenerdystudent.com
How can I improve my page speed on my mobile site? By deferring CSS and JS, and minifying CSS.
Desktop site is fine.
I am on Version 9.5.
Thanks!
Hi,
Unfortunately we do not have any blocks that can achieve this, sorry, you can use the slider or revolution slider, and you can achieve something similar.
Revolution slider -> https://tagdiv.com/revolution-slider-plugin-with-newspaper-theme/
Thank you for your understanding!
Hi
I tried what you suggested. And with WP Smush disabled. But the front display remains blurred. For single images (Full Width) as well as for Gallery. To be certain it was not an issue with Photo resolution, I tested this image before deleting it. This is from the website: https://weblines.com.au/gutenberg-blocks-wide-alignment-full-width/. On this site, the image is clear but on my site its blurred. Sharing this, in case it provides a clue.
Hi,
Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also please check for wordfence and put the firewall in learning mode (or disable any other firewall). This is the most common theme panel blockers.
Thank you!
Hi,
If you want to make something like this, you need to remove that rule from the code. For what block is it? I need to know this so I can find in the code from where you have to remove it.
Thank you!
Hello,
I am using the update date with Newspaper 9.6. I have activated the “Show update date” setting in all blocks. However, the date on the article page still appears as the publication date, as shown in this link. What should I do to show the update date instead of the publication date on the article page?
Note: I don’t use any templates for article pages.
Thanks in advance for your interest and help.
My image was from block 11…