- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperHow to use the Flex Blocks cache option
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to insert a block inside the content of a post
- NewspaperFlex Block Settings Guide
- NewspaperMeta Info on Modules and Blocks
- NewspaperTheme modules and blocks
- NewspaperThumbnails – Fix strange looking images on blocks
- NewspaperBlock settings tutorial
- NewspaperCategory Tag on Modules/blocks
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Opt-In Builder – Emails
- NewspaperBookmark – Save For Later
- NewspaperModules Builder in Newspaper Theme
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperLockers
- NewspaperLeads
Hi,
If you do not want to show the author in modules please go in Theme panel> Block Settings > Meta info on Modules/Blocks -> https://www.screencast.com/t/ox0an0sS91 and in order to remove the author from post you need to go in Theme panel>Post settings >Post and Custom Post Types -> https://www.screencast.com/t/cxmnkOn9mF
Thank you!
Hi,
You can use a custom css to remove that author comments from your website,
.author .td-author-counters span:last-child,
.td_block_authors .td-author-comments-count
{
display:none;
}
Thank you!
Hi,
That is possible, first split the row containing those blocks like this for example
– http://prntscr.com/n9x73o
This will create an additional column in which you can add the sidebar you want.
This is a guide for the composer if you want to take a look – https://tagdiv.com/tagdiv-composer-page-builder-basics/
There is helpful information in it, useful to know when using the composer. Let me know if you need help.
Thanks
Hi,
You need to check the filter section of blocks -> https://www.screencast.com/t/08uYvjm0mUi
Please check our documentation for block settings guide -> https://forum.tagdiv.com/block-settings-guide/
Thank you!
Hi,
You can save that block as element -> https://www.screencast.com/t/JHOz0c66cq5 -> https://www.screencast.com/t/2cRi96KoedfQ -> https://www.screencast.com/t/7GTwKnRHm2 after you save the block, you can set it with tagDiv Composer in other pages/templates.
Thanks!
Hi,
The two blocks are full grids and when you zoom the page those will still be full, only if you change the full grid, you will can zoom the page normally.
Category top post styles -> https://forum.tagdiv.com/category-top-post-styles-2/
Thank you!
Nothing to worry about in most cases when that message is displayed. That message appear when making changes in the backend of pages, for example like saving it as draft, changing the page template and updating the page etc.
The tagDiv composer was built by us, it uses similar shortcodes as WPBakery to provide an easier transition between the two if needed. So for example a page that is built with either, containing theme provided blocks, grids etc will work with each of them.
If on the other hand a page contains specific elements from WPBakery it should be edited only with WPBakery, or if it contains tagDiv composer specific elements it should be edited only with the tagDiv composer.
Please let me know if you have further questions or you need help.
Help me!
tagDiv importer detected an error. The importer will try to recover and continue to install the demo after you click ok on this dialog.
Step to troubleshoot:
– Check the permission on your upload foder
– please make sure that WP_DEBUG is set to false in wp-config.php
– Contact our support via email contact@tagdiv.com (please provide your product license key)
Have the time ago functioning within the FlexBlock1 module … seems to be perfectly fine.
Except the styling is off and I know just enough about all this to be dangerous and can’t figure out how to style that particular part.
Using:
<?php echo human_time_diff( get_the_time(‘U’, $post_id), current_time(‘timestamp’) ) . ‘ ago’; ?>
Hello
http://www.the-blockchain.com – all front page images are gone. It happened after I tried to upload a large image and it failed. I deleted all caches, including Cloudflare, and tried multiple PCs and browsers.
I am getting this kind of image source links for images on the front page and they are all grey.
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUQAAACgAQMAAABOhoelAAAAA1BMVEWurq51dlI4AAAAAXRSTlMmkutdmwAAAB1JREFUWMPtwTEBAAAAwiD7p/ZdCGAAAAAAAAAQBxpAAAH8le3bAAAAAElFTkSuQmCC
How do I change the most read to actually show most read instead of rando_post….sort= ?
[td_block_21 custom_title=”Most read” sort=”random_posts” limit=”5″ td_ajax_filter_type=”td_category_ids_filter” td_ajax_filter_ids=”” td_ajax_preloading=”preload” ajax_pagination=”next_prev”]
Is it possible to copy a block on one page and paste it on another page in the site?
With TD Composer nearly all blocks/modules do work — except the “Recent Comments”. When I drag it somewhere in the page layout… there’s just the loading animation (and it’s infinite, I’ve waited for hours). All other elements I’ve tried do work like a charm.
Maybe it’s just a problem with my setup/installation. So I’d appreciate if you could provide me the right shortcodes (something like [td_block_1]) for the recent comments, so I can edit it by text.
Thanks
Jan
Hi,
Flex blocks can do that, this option is per device – http://prntscr.com/n9ktou So with these blocks you can have for example 3 posts on desktop, and one on mobile.
The limit setting is not per device at the moment – http://prntscr.com/n9kuqr
Thanks
Hi,
If you want to hide a specific category on blocks you can use a custom css ,
for example I want to hide the category Travel -> https://www.screencast.com/t/sCinDIlcM
-> https://www.screencast.com/t/p6jk08Lu4E -> https://www.screencast.com/t/ICb5keRVOkK
.td-module-image a[href$="/travel/"],
.td-meta-info-container a[href$="/travel/"]
{
display: none;
}
All you need to do is to change the category in code and the background color will apply on that category.
Thank you for your understanding!
Hi,
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 create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Also please check our documentation for 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
You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured
Thank you for your understanding!
Hi,
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 create a new content for pages because in the most of cases those were made with builders ( tagDiv Composer, WPBakery ) and you need to use only the mobile editor ( you need to set the content for pages in mobile editor and this content will be display on mobile theme)
-> https://www.screencast.com/t/ebUIzt4se
Also please check our documentation for 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
You’ll need to add some post in feature category -> https://forum.tagdiv.com/featured-posts-2/ if you do not have this category you can create it, just make sure that you set the category name to be
Featured
Thank you for your understanding!
Sorry for misunderstanding, you wanted then count removed and I gave you a code for the text. That code Bogdan mentioned will do that, you can use them both as well. Add it like this to be fully correct (there is an extra semicolon in Bogdan’s code)
.td_block_social_counter .td_social_info{
display:none!important;
}
The caution appears because of the !important used in the code, there will be no problem in this case, you can use it safely.
Please let us know if you have more questions.
Hi,
is it possible to specify a different number of posts to be shown in a block depending on the device? There are different device tabs on the general settings for the block, but when I change the number of posts, this change is applied across all devices.
Thanks
Klaus
Hi!
I have category which I want to hide so that this category tag will not appear on pages or blocks. How can I do it? Theme panel -> Categories -> Hide category… is not enough because it shows this category on blocks.
Hi,
You need to set Featured image in order to show the it in blocks/modules, please check our documentation for Featured image -> https://forum.tagdiv.com/featured-image-or-video/
Thank you!
Hi,
I check your link in amp version on mobile and this is looking normally -> https://www.screencast.com/t/1yMSQdH14 if you want you can use this custom css for this images -> https://www.screencast.com/t/nYPi3sZ2
body .post .td-post-content .wp-block-image .aligncenter > * {
max-width: 90%;
width: 100%
}
After you set the code in Theme panel>mobile theme>Custom code > css please check again with mobile phone the amp version.
Thank you!
Hi,
So you do not want to have the image in smart list? because that feature image is related to the smart image not to the feature image that appear in blocks thumbs.
If you want to remove the image from smart list, you need to remove it from post structure -> https://www.screencast.com/t/SL8NGstP7UZ -> https://www.screencast.com/t/rBXg4BgP
Thank you!
Hi,
In our theme all post titles are set with h3, and in mega menu we show modules with posts, like in blocks, that’s way those titles have set h3.
All post titles can be found in wp-content/themes/Newspaper/includes/wp_booster/td_module.php
-> https://www.screencast.com/t/BjPgUuU8ueF
Thank you for your understanding!
For some reason the Big Grid Flex 6 was showing 324 X 400, but was showing the images properly. When I changed MODULE CATEGORY GRID 1 Grid Size from xsmall-324 to small-696 they now show properly.
With the Big Grid 10, there is still a problem. There is no way to change the block grid size on it, so the images are really far out of bounds on it after running regenerate thumbnails.