- ApiPractical example – How to add a new Block and Module
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_top_posts_style::add
- ApiAPI – Category top section style – Introduction
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- ApiUsing the Theme API in plugins
- ApiThe Theme API
Hello dynamicon, I got it working following https://forum.tagdiv.com/topic/display-tags-along-the-category-on-the-blocks/
-
This reply was modified 7 years by
m0rtyr.
Hello,
I’ve tried to import ‘Block 1 slide’ into a page and it will not recognise posts. It simply says ‘no posts’ when there are obviously hundreds. Please can you help? Is there something I need to check?
Actually, none of the ‘slide’ blocks seems to work.
Thanks
Hi,
The drop-down filter (img) should appear if the settings from the Categories>Category global settings -> CATEGORY PULL-DOWN FILTER is enable (img), you do not need to do other settings, but if you are using a cache plugin you’ll need to clear all cache.
Or maybe you are referring on ajax category from blocks -> https://www.screencast.com/t/dXsX1uSGyw
Block settings guide -> https://forum.tagdiv.com/block-settings-guide/
If there is still a problem please provide some more details and some screenshots.
Thank you!
Hi,
Please check our documentation for excerpt -> https://forum.tagdiv.com/excerpts-introduction/
Theme modules and blocks -> https://forum.tagdiv.com/theme-blocks-modules/
Also you can check the excerpt from the blocks with tagDiv Composer -> https://www.screencast.com/t/Va2GIlaiXD
Thank you!
Hi guys,
As I’m sure you already know, we love the Newspaper theme. However, one area it’s lacking compared to some other themes is how it treats reviews.
Can you please add the following suggestions to your long list of feature requests?
– rich snippets should reflect review units used (points, percentages, stars) rather than always converting to stars
– similarly, blocks should show the actual review units used, rather than converting points or percentage values into stars.
– ability for users to rate/vote is becoming very popular and would greatly enhance the current reviews.
– ability for users to sort blocks rather than just filter would be very helpful. I’d like our readers to be able to sort reviews by score, date or popularity – I can do this when designing a page in TD composer, but I would like our readers to be able to do it, too.
– numbered ranking for blocks, similar to what you do with smart lists. So, for example, when a block of ten posts is sorted by review scores, it displays a ranking number to make it easy to see how it ranks.
Most of these suggestions can be achieved with third-party review plugins, but there is always the issue of integration with the theme. Given that the rest of Newspaper looks so slick, it’s a shame that the review section is lagging behind.
Many thanks,
stuart
Hi,
You can achieve something like that , but you need to do some more settings for this.
Please check our documentation for Primary Category: Build a clear hierarchy for your website -> https://forum.tagdiv.com/primary-category/
Unique articles -> https://forum.tagdiv.com/unique-articles/
Block settings guide -> https://forum.tagdiv.com/block-settings-guide/
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,
Some footer templates come with predefined content, others are blank and will display only the widgets you enter in the footer columns – https://forum.tagdiv.com/footer-templates/
The predefined content in the templates cannot be edited with settings.
The editors picks is a simple block 7 widget sorted by featured, so it will display featured posts only
– https://forum.tagdiv.com/featured-posts-2/
You could select a footer template with empty columns, for example
– http://prntscr.com/n3zqf3
Then enter the same block 7 widget in the first footer column – http://prntscr.com/n3zqwh
Now you can customize it as you want – http://prntscr.com/n3zrua
The popular posts in the second footer column is still a block 7 widget but filtered by popular posts. The widget in the third footer column is a popular category widget
– http://prntscr.com/n3ztjl
If you have more questions let us know.
Thanks
Hi,
That is the category of post, please check our documentation for Category tag on modules/blocks ->https://forum.tagdiv.com/category-tag-on-modulesblocks/
Thank you!
Hi,
If this is related to a plugin and we didn’t tested any such a plugin with our theme, all I can do is to provide you a custom css to hide that content -> https://www.screencast.com/t/lbYgu4ADXl
.td-footer-page .code-block,
.td-footer-page .yasr-visitor-votes{
display: none!important;
}
Thank you!
Hi,
What do you mean by updated posts? You can display any posts you want in the slide element. It uses the same filtering and sorting as blocks. Some more details about it would be helpful. Let me know.
Thanks
I can not see the photos of the blocks, I can see them when I install some demo
I’ve got a question concerning your dropcap feature.
I noticed that this feature and some others like pullquote etc. are only available in the classic TinyMCE editor.
Is it possible to get these features in Gutenberg directly? Like an extra dropcap button in the paragraph block?
Other plugins are already implemented like that.
Cheers
Hi,
For example if you want to change the h4 from the header blocks you need to go in wp-content/themes/Newspaper/includes/block_templates/td_block_template_1.php
-> https://www.screencast.com/t/Sfgugzt7
( this will change only for block 1 ).
In order to change the post title h you need to go in wp-content/themes/Newspaper/includes/wp_booster/td_module.php
-> https://www.screencast.com/t/L9StdPLSt
Hope this will help you!
Thanks.
Seems I missed the other question. I have checked the website, indeed the ajax pagination is not working when used. I tried in the menu and in blocks, no next posts are displayed after using the pagination.
The first thing to check are plugins, theme modifications, code entered in theme files or theme panel, or child theme. Also try to increase the max-execution time to 300 as recommended in the guide.
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, I just renewed the support because I’m wasting a lot of time for changes. I’m not a technician.
I use header style 9 | top bar style 1 | Footer style 8
I have a big list of changes and issue to solve …. ehehe so I start with this.
This is my css – I put in so You can check any issue
.td-a-rec-id-sidebar > div{
margin-bottom: 5px!important;
}
.td-main-page-wrap {
padding-top: 24px;
}
.td-all-devices{
margin-bottom:5px!important;
}
.td-ad-background-link {
cursor: pointer; cursor: hand;
}
.td-social-google, .td-social-pinterest, .td-social-facebook, .td-social-twitter{
display:none!important;
}
.td_block_related_posts .td-related-right {
display:none!important;
}
.category .td-page-title{
display:none!important;
}
/*.sf-menu{
margin-left: auto;
margin-right: auto;
display: table;
}*/
.entry-title, .td-module-title {
text-align: left;
}
.td-module-meta-info {
text-align: left !important;
}
.td-excerpt {
text-align: left !important;
}
.home .td-header-rec-wrap {
display:none;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
th, td {
text-align: left;
padding: 9px;
}
tr:nth-child(even) {
background-color: #f2f2f2
}
.intestazione {
color: white;
background: black;
}
.page-id-12658 .td-header-wrap, .page-id-12658 .td-footer-wrapper, .page-id-12658 .td-sub-footer-container {
display:none !important;
}
I would like to know if it’s possible display different version ads (for desktop and for mobile).
I try with this code
<div class=”td-all-mobile” style=”padding:0px”> I have a revolution slider inside </div>
<div class=”td-all-desktop” style=”padding:0px”> I have a revolution slider inside </div>
but don’t work.
I’ll wait for your answers. Probably You need more info…?
Thank a lot for your help.
Hi,
That is not possible. Blocks and grids can only display posts and pages, that would be what they are designed to display. maybe you can find a way to display those links in a different way. Sorry for any inconvenience.
Thanks
Hi,
I understand now, you mean these – http://prntscr.com/n7ahfe
That is the author name and post date, seems the author name is an email. If you want to remove them you can do so in the theme panel block settings – http://prntscr.com/n7ambm
Let me know if you have more questions.
Thanks
I want to create an “In The News” section on the homepage with links to external sources that mention us. Is there a way to display Links – for example, from the WordPress Blogroll – in TD Composer Blocks instead of Posts?
Hi, how do I edit my pages now that wordpress has changed to a blocks editor? I can’t find how to edit my newspaper theme as before. I am also getting a lot of AMP errors and some pages showing as Mobile pages on a Laptop, is this related? I have not experienced this before.
Hi,
You can achieve that using a single post template from tagDiv CLoud Library, edit the it with tagDiv Composer -> https://www.screencast.com/t/8jLnhZT5
-> https://www.screencast.com/t/jdwF99utfjHS
If you want to set it in sidebar post you can set the code for Mailchimp that you set in newsletter in a custom html https://www.screencast.com/t/L1gXiWkp7n3n -> https://www.screencast.com/t/pQft8xFSXI9f
Please check our documentation for Block settings -> https://forum.tagdiv.com/block-settings-guide/
Sidebars tutorial -> https://forum.tagdiv.com/sidebars-tutorial/
Thank you!
Hi,
Loops don’t have filters like blocks and grids. They will adapt the content that is displayed depending on where they are placed, automatically. So for example if you place a loop in a category template you can apply that template to all the categories, the loop will show the proper content.
If you want filtered content use a block or grid, flex block or flex grid. Check out some cloud designs made by us with flex blocks and flex grids, which can be imported
– https://cloud.tagdiv.com/#/load/Blocks
If you have more questions let me know.
Thanks
Hi,
When a demo is installed with content there will be demo posts and categories imported. To display your own content in pages (blocks, grids etc) edit the page with the composer
– https://tagdiv.com/tagdiv-composer-page-builder-basics/
Each block or grid can be customized to display your own content
– https://forum.tagdiv.com/block-settings-guide/
In the screenshot you mention that is the ajax menu, blocks can display it. You can choose to display categories, tags, authors or a popular filter – http://prntscr.com/n6v9jd
So for example when enabled and set by categories, by default all the categories you have will be shown. However the categories that appear there can be controlled by entering specific category IDs
– https://www.screencast.com/t/yMwVWBaqbJ
– https://www.screencast.com/t/BfB3rIVBUv
– https://www.screencast.com/t/cTa5OBBkt
The same for authors and tags.
Please let me know if you have more questions.
Thanks
Hi,
Unfortunately for this there is no general option in our theme, you need to go in page, select the row and you can select a different layout and stretch the row -> https://www.screencast.com/t/But2aGXek6X and set the content only in the middle column -> but please use only flex blocks, those can be set on any with dimension without provide conflicts.
Thank you for your understanding!