- 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
Ok.
I’m done. No more wasting time. Please help me. Change wp_config plus code plus temp folder. Nothing. Server is blocking or? Please help me…
Waiting
Hi 2zi0, the post loop is a special element with automatic filters that will filter the posted from the templates were are set, in category, tags… Now the problem it is that you can use only one post loop, if you set more then one, all of theme will have the same settings (you can not set them individual like blocks or flex).
Also for the moment the special filters from flex blocks are not apply on tag s only on posts (singe) on category and on author templates.
So the only solution That I see here it is to set the ad above or below the post loop and to use only one, also you can set some sit bars and set there some ads.
Thank you for your understanding!
Hi,
I think that you mange to fix the problem or maybe was only some cache, because right now it is set the same font https://i.imgur.com/T4DxAw8.png
Also it is possible to have set some individual settings on those block 5 with tagDiv Composer in Style tab https://i.imgur.com/08sVrit.png please check that section.
Thank you!
Hello,
I purchased the support for this theme a few days ago because my support had run out.
But I haven’t gotten support yet, so I am trying again.
luforum.com is a college news site, and I need to get it fixed as soon as possible.
I was told to increase the PHP, which I did. Then I got three warning showing up on the home page which all say: Warning: A non-numeric value encountered in /home/luforum/www/www/wp-content/themes/Newspaper/includes/wp_booster/td_block.php on line 352.
When I sent in a ticket I was told to degrade WordPress prior to 5.5, which I did.
It did not fix the problem. I tried deactivating the plugins. That did not help.
Please help me with this issue. Thanks
Hello,
1. Please make sure you don’t have a set offset on the block => https://i.imgur.com/anuypGf.png
2. You can filter that block by “Single – Related by category” to display the posts from that category.
Thank you!
hi
tried all that but nothing helps
ist now different blocks but still different on live page…
My WordPress site ver 5.8.1 with Template 11.2 is working, but I can’t edit Widgets = error:
The “tag_cloud” block was affected by errors and may not function properly.
screen – https://prnt.sc/1rp3nbh
May by because of Cache. I’m not sure to refresh the Cache after that 🙁
Hello Bettina, I tried as you suggested but I’m experiencing a strange problem: In my page I placed a loop block with 8 articles, then a banner and then another loop with 4 articles and an offset of 8
It looks ok on tagDIV composer, but when I see it on the frontend, the second loop is 8 articles with no offset.
I have no cache plugin and it’s no cache, because if I put in the second block a title, it appears correctly
Hello,
If you referring to this, edit with tagDiv Composer, select the block, after then you need to filter that block https://i.imgur.com/gmdhRVs.png
Thank you!
Hi There.
On single posts, we use featured image as 1200×675 px. On the main page, The row size is 1200px and on the one column we use flexblock 9. But those featured images do not fit the flexblock size.
https://pasteboard.co/6PQNyilZXzGf.jpg
How do I match it?
Thanks
Hi rougesmagazine, if you have some problems with our theme, just let us know and we’ll try to help. But please notice that this comportment is not tolerate on this forum and if you continue with bad language you’ll be blocked!
Thank you for your understanding!
Hi alec, what you can do is to move over tagDiv Standard pack to only tagDiv Cloud Templates (to can disable the standard pack), this should improve the performances.
Indeed there are more MySQL requests because each blocks that you have set make a request to the database.
Another solution it is to use a cache on database, this should solve the problem.
Thank you!
Hello,
I hope you are doing great.
I just noticed recently that I’ve been using the same Block 5 with the same default settings but on different page sections the font appears with different styles, however, they both are Block 5 and using the same font.
The difference
https://www.housenest.net/2021/09/08/maceo-plex-returns-to-printworks-london-for-the-first-time-in-three-years/
https://www.housenest.net/about/
Is the “News” bar on the right side.
I do not know how to do a test using the tagdiv Plugin. I deleted all the blocks and just using thee lower part of the site from when I installed it.
Hi there,
I’ve got:
WP version – 5.8.1 – was updated automatically.
Newspaper – Theme: 11.2
After WP update in the section Appearance – Widgets – I’ve got such errors:
———-
The “calendar” block was affected by errors and may not function properly. Check the developer tools for more details.
The “search” block was affected by errors and may not function properly. Check the developer tools for more details.
The “meta” block was affected by errors and may not function properly. Check the developer tools for more details.
The “nav_menu” block was affected by errors and may not function properly. Check the developer tools for more details.
———
Screenshots – https://prnt.sc/1rn52dm
Could you explain, what’s wrong?
Is it because of new WP version update?
1. I have tried all category filters but this is not working. I even created a duplicate element but it didn’t work. Please look at the screenshot (https://imgur.com/7twTiN5)
2. I want to show articles related to the category which is open on the Post page. For example: If the open article is under “Blogging” category I just want to show articles related to the “Blogging” category. If the open article is under the “SEO” category I just want to show articles related to the “SEO” category in the must-read column of the post page. See the screenshot (https://imgur.com/wQOoArf)
We found out that this piece of code is creating the issue. When we removed it, the background ad starts to work again but the website layouts gets messed up.
@media (min-width: 1180px){
.td-boxed-layout #td-outer-wrap {
width: 1071px!important;
}
.td-boxed-layout #td-outer-wrap {
position: relative;
top: 120px;
margin-bottom: 120px;
display: block;
margin: 0 auto;
}
}
Hi all,
I see you can set the “Post type” in a block filter to “page” but I can’t get further than this (except by setting the post ID) in refining the filter. Is there something I’m missing?
Here’s the context:
On a site that is under development for a weekly print newspaper, each issue page contain blocks of article posts for each category, filtered by their issue tag, which is marvellous, leading to really fast updates and beautiful presentation of the latest weekly issue in print.
The problem is we have a Media page, in which we want to have a flex block which displays the latest issue pages of the weekly newspaper, as opposed to the latest posts.
The client can use the Post ID filter and put the page ID in, and update this each week.
But the client’s current bespoke website Media page uses code to fetch the latest issue automatically, so I am at a disadvantage, (the code will not operate on wordpress).
I realise that if each weekly newspaper issue was in its own category, I could use a category page rather than a normal page, but this is a wrong approach for various reasons. (For instance, the site will contain over 1000 issues, and categories are simply not intended to be used in that way. But also, the page for each issue is used to highlight and arrange the content in a way a category template cannot.)
I’m hoping you have experience of this issue.
They could create a summary post each week tagged with the issue number, and the Media page could filter by that, but this is duplication.
It would be great if the latest page got automatically shown, maybe according to its parent page ([newspaper name]) , if this can be set in the filter somehow.
Or I guess pages don’t work that way? Is there a work around? Am I approaching this wrong? Just hoping…
Hope you can help.
Thanks
Pete
Hello!
Please check if this option is enabled in the theme panel: https://forum.tagdiv.com/7-days-post-sorting/
Also, please check in the flex block element settings if you have any offset and let the offset field empty with no space, no value and see the results.
Hope that helps you!
Thank you!
Hello,
You can adjust and set the size of the images on the blocks, please edit with tagDiv Composer, select the block, and in the tab called “Layout” you can set the image to be full, also the width and height => https://i.imgur.com/gHJKiLZ.jpg -> https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello,
Please do a test using tagDiv plugins, clear all cache and check the block and try to change the font and color, also, please let me know what block you set there.
Thank you!
Hello,
This is strange, but you can change the color of the border with custom code CSS https://i.imgur.com/0QFtOWB.png
.td-lifestyle .td_block_template_8 .td-block-title:after
{
background-color:#a22;
}
If you want to change the color only for that block, you need to add an extra class on the block and add the class to the custom code.
This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.
Thank you!
Hello Jannis,
There is a block, Flex Block 2 https://i.imgur.com/ggFfkNd.jpg where is set a post, and that image is the featured image of the post, so you can edit the post and change the featured image.
Thank you!