- 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 !
For that you can use this css code:
.td-scroll-up {
display: block;
}@media (max-width: 767px)
.td-scroll-up {
display: block;
}
The code must be inserted in here: https://www.screencast.com/t/s61BcemS2eW
Thank you !
Hi.
For our website we have installed the publishpress multiple author plugin.
For all the single posts, we use the template loop-single-5.php, where we have altered the author bit from this
<?php echo $td_mod_single->get_author();?>
to this
<div id="publishpress-author">Door <?php do_action('pp_multiple_authors_show_author_box', false, 'inline');?>/div>
However, in the overview page, located here: Camera eye overview created with the cloud library, we have something strange going on.
Our editor, ‘Jan van Den Bulck’, has created a post (right at the bottom of the page if you scroll through, above the “laad meer” button) and designated the author to ‘Nathan Dobbelaere’. This specific overview page uses the flex block module 1.

Then something odd happens, while the author on the post itself is correctly attributed to Nathan Dobbelaere, as can be seen here: post of the kooks, the overview page shows Jan Van Den Bulck.

To further deepen the mystery, this doesn’t seem to happen to all authors and randomly on top of that.
Suggestions on how to fix this ?
I have already altered the td_module_flex_1.php to show additional details next to the title, such as concertlocation and concert date.
Originally in the theme is this:
<span class="td-author-date">
<?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
<?php echo $this->get_author();?>
<?php echo $this->get_date();?>
<?php echo $this->get_comments();?>
</span>
Currently I have this:
<div class="post-title">
<?php get_the_title( $id );?>
<?php echo $this->get_title($title_length);?>
<h3 class="entry-title td-module-title">
<?php $datum = get_field( "datum" , $this->post->ID ); $concertlocatie = get_field( "concertlocatie" , $this->post->ID );//etc...?><?php if ( $datum ) : ?><a>post->ID);?>"<span class="cemetadate"><?php echo $datum ; ?></span></a><?php endif; ?>
<?php if ( $concertlocatie ) : ?><a>post->ID);?>"<span class="cemetacelocation"><?php echo $concertlocatie['0']; ?></span></a><?php endif; ?></h3>
</div>
…
<span class="td-author-date">
<?php if( $author_photo != '' ) { echo $this->get_author_photo(); } ?>
<?php echo $this->get_author();?>
<?php $datum = get_field( "datum" , $this->post->ID ); $concertlocatie = get_field( "concertlocatie" , $this->post->ID );//etc...?>
<?php if ( $datum ) : ?><span class="frontce"><?php echo $datum ; ?></span><?php endif; ?>
<?php echo $this->get_date();?>
<?php if ( $concertlocatie ) : ?><span class="metacelocation"><?php echo $concertlocatie['0']; ?></span><?php endif; ?>
<?php echo $this->get_comments();?>
</span>
Could you help me with this please ?
It would seem that there is an issue with the $this->get_author getting to see the correct post id, which I can not replace as simply as I did with the loop mentioned above: <?php do_action(‘pp_multiple_authors_show_author_box’, false, ‘inline’);?>
If possible don’t mention that the publishpress plugin isn’t tested, I already know that.
It seems a bit odd that it works on posts but not on the cloud templates.
I am working with the older version of the theme 9.6 and plugins.
I have refrained from trying the X version since I want to iron out the final mistakes first.
Hi,
Please check our documentation for strange Thumbnails – Fix strange looking images on blocks -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
Let me know the results!
Thank you!
Hi,
Please try to regenerate some images and check to see if these will appear better -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
I do not quite understand the problem with the style 4 and 10 for me is look normal -> https://www.screencast.com/t/jVhsGyB1NUXa also the number of standard post style do not correspond with the single post template from tagDiv Cloud Library, therefore for the post style 4 (standard) in cloud you’ll need to use the single post template 5 -> https://i.imgur.com/wbYThjD.png for post style 10 in cloud it will be single post template 9 -> https://i.imgur.com/gVfOuiv.jpg
Let me know the results!
Thank you!
Hi,
Usually this issue is related to a firewall or security module which blocks admin-ajax.php request. Please verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this, maybe you have a security module which blocks this.
If you use a plugin like Wordfence please set it in learning mode.
Let me know the results!
Thank you!
Hi,
The problem is that you sidebar set is to long, what you can do is to remove some elements from the right sidebar where you set the banners, or to edit the homepage with tagDiv Composer and add other blocks to fill the empty space.
Hope this will help you!
Le me know the results!
Hi,
More exactly which fonts (for blocks?) from search looks different? these once -> https://i.imgur.com/RPlvEfn.png ?
Thank you!
Hi,
So if you set a block 7 with tagDiv Composer and you want to change the fonts, then you’ll need to check what module is using that block -> https://i.imgur.com/rd0mtD8.png after that you can set for all modules 6 the font you want from theme panel -> https://i.imgur.com/6QOkTex.png or you can set individual the settings only on that block -> https://i.imgur.com/BOngQcI.png
Hope this will help you!
Thank you!
Hello !
Please try this options available in the tagDiv Composer for the images in the block as you can see here: https://www.screencast.com/t/OFJIMrdrZE0s
I hope this was helpful !
Thank you !
Hello !
You will have to do that manually on each post. In order to edit them please follow this tutorial: https://www.wpbeginner.com/wp-themes/how-to-customize-blockquotes-style-in-wordpress-themes/
I hope this was helpful !
Thank you !
Hi,
You’ll need to edit the page with tagDiv Composer, click on the blocks/modules and set in filter tab the categories you want to display.
-> https://i.imgur.com/vB2ykx0.png -> https://i.imgur.com/XVgwnqM.png
You can check more about the filter tab in our documentation for Flex Block Settings Guide -> https://i.imgur.com/cRhLYEr.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello !
That can be adjusted by setting up the image width when editing the block with tagDiv Composer as you can see here: https://www.screencast.com/t/2LA1SF9Lu
Thank you !
Hi Vlad,
Thanks but that didn’t help. This box was working fine before I deleted the extra users but now it’s not working at all. It won’t even load a header for the the block!
Here’s a screenshot: https://www.screencast.com/t/1lIyRnKhh
The author ID in the screenshot is sort of covered by a LastPass button overlay but the correct author ID is in the box under that overlay.
Also I am having another BIG problem with the site – on my own computer, when I’m logged into WordPress, all the images load fine. But on Other computers and mobile devices the images are not loading.
Here’s a screenshot of that same part of the page, where I’m not logged in: https://www.screencast.com/t/VYna7G8yc
Images are also not loading on post pages.
What can I do to fix this?
Newspaper theme and tagdiv are totally new to me so I am at a loss as to how to fix this.
Thanks,
Kathee
Recently installed the update (10.3) on my production site (www.hightechdad.com), and ever since then, I have been experiencing server crashes requiring my hosting provider to restart my virtual machine. I have plenty of RAM allocated (2 GB). This only started after installing the theme update. No other variables have changed nor have there been any updates other than that.
And this morning, I received the following automated email from my WordPress instance:
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.3.2
Current theme: Newspaper (version 10.3)
Current plugin: tagDiv Composer (version 2.5 | built on 05.02.2020 7:28)
PHP version 7.3.11Error Details
=============
An error of type E_ERROR was caused in line 7884 of the file /home/wp_dxswyn/hightechdad.com/wp-content/plugins/td-composer/td-multi-purpose/td-multi-purpose.php. Error message: Out of memory (allocated 4194304) (tried to allocate 32768 bytes)
Is there another update coming that may correct these issues?
While I love the Newspaper theme, my hosting provider support says that Newspaper is resource intensive. But I didn’t have this issue prior to the 10.3 update.
I have multiple licenses for Newspaper (my own and clients) but I’m reluctant to upgrade other instances until this issue is resolved.
Thank you,
HTD
I have included a block 7 on one page with the TD Composter. I increased the font size of module 7 in the panel under Theme Fonts > Modules and Blocks – Article Title. But nothing changes.
For testing I also set to Uppercase. No change. Where do I have to change the font size for Block 7?
Hello
I am want to change style of Blockquotes at all site. What can I do? I want to change it for every single post and all upcoming posts by default
Hi,
Please make sure that you are using the latest version of Newspaper, v10.3 in this version you should be able to use the right click, also make sure that you do not have any plugin conflicts. The right click on MacBook is working with out problems.
There are some animations on flex blocks and grids, unfortunately there are not so many as in visual composer.
Thank you!
Hi,
in our website we have a large number of category to be shown in every single post ad event.
Actually categories are shown at the top and we would like to move them at the bottom of the news.
Do you think is possible?
Here’s an example:
https://artigiani.lecco.it/ciclo-seminari-trasformazione-digitale-istruzioni-per-luso-pillole-digitali-per-artigiani-4-0/
Thanks for support
Antonio
Hello !
This option is only available on Flex Blocks at the moment.
Thank you for your understanding !
Sorry, I’m still not entirely clear: please see your current online documentation for Newspaper theme:
https://forum.tagdiv.com/modal-window/
There is Lightbox option on Image Detail screen as well as there is General Mode image switch on Newspaper Post settings page. Right? I have actual version of WP and Newspaper and there is neither of these options.
1) That means, this part of documentation is no longer valid? You have canceled these features in current version of Newspaper theme?
2) Only way nowadays is to use Guttenberg editor, insert Image not into text block but only as separate block – and then turn on lightbox effect, as you wrote me?
3) Problem is I use WP Classic Editor, so Lightbox feature is for me no longer achievable? I have to switch to Guttenberg editor every time I need lightbox image in your theme?
Hello !
In order to make it thicker you will have to use this code: .wp-block-separator.is-style-wide {
border-width: 0 0 10px 0;
}
Thank you !
Sir thank you so much for your response but the team has not addressed my issue. My issue, when I’m checking this big grid flex 2 from a mobile device then it is looking like this: https://ibb.co/0h8VNs2.
How do I get rid of this white space after the first block?
Hi,
I purchased a new copy of this theme for my site and it will not activate either way, by form or manual. No plugins except tagDiv Composer was active. Documentation was followed and it will not activate although it says repeatedly is is. The system status says Its not registered. There is some code in a file somewhere blocking this. With all the complaints I’m reading from others, surely someone has a solution other than just follow the documentation for activation because it doesn’t work.
I add banners on the right side. So now i have a lot of spaces between news blocks. How to fix that?
Hello! I had set up my WP site with three users who were all me (can’t remember why). I didn’t like the particular version that the Author Box block was picking up, so I deleted 2 of them. The remaining user is the Admin, and all posts are attributed to it.
But now the Author box isn’t picking up anything – no photo, no info.
How can I fix this?
Thanks,
Kathee