- 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,
You can exclude a category or subcategory from display in a block like this: -> https://imgur.com/PHnwRab https://prnt.sc/7RG90kzgszFv (-ID).
Thank you!
Instagram GalleryBlock Render Failed – Error validating access token: Session has expired on Monday, 06-Feb-23 23:25:13 PST. The current time is Thursday, 09-Feb-23 11:29:45 PST.
Still broken for personal and or business account.
Instagram GalleryBlock Render Failed – Error validating access token: Session has expired on Monday, 06-Feb-23 23:25:13 PST. The current time is Thursday, 09-Feb-23 10:57:28 PST.
Hello,
Is there a way to ensure the thumbnails in Flex Blocks resize the featured post image instead of cropping them?
Hello,
You can import from Cloud Library on your page -> https://i.imgur.com/056P42f.png-> https://i.imgur.com/Xwb3E5T.png. The block will be set at the bottom page content, but you can move it where you want, select the row => https://i.imgur.com/ddupL4m.jpg
Thank you!
Hi everyone, I set my row on three columns of equal size, when I go to place the two blocks (central and on the right) I have no margin problem, but when I go to insert the customized Flex Block, it aligns to left to full width and I can’t detach it slightly from the margins like the other blocks, can you tell me how I can do it? I made a copy of the block below, and saw that it sticks out regardless of the margins above the line, so I guess it’s some wrong setting of the blocc. I hope I was clear, thanks! I await some help.

Unfortunately I couldn’t do anything. I would like to ask how I can find this block. Maybe I don’t have access to the sweatshirt block. It also tells me that I cannot make changes to this footer with the tagdiv composer. The site is https://trikalatroll.gr/
Thank you very much
Hello,
For the audio block, you can add an extra class https://i.imgur.com/yikEH7I.png, so you can do a custom code to hide it for the desktop and display only for the amp, set the code here https://i.imgur.com/caVLVwm.png
Thank you!
Hello,
Here is not set the link correctly -> https://i.imgur.com/RgCih4s.png as in our documentation, and that is displayed like that.
You can’t edit the Mobile theme and AMP version with tagdiv Composer; the only settings are from Theme Panel -> Mobile Theme.
1. The color for the menu is this one -> https://i.imgur.com/iI6oIMe.png and you can upload the logo here https://i.imgur.com/txTOvca.png
2. Please provide a screenshot to understand what you are referring to.
3. You can hide them on the posts from here -> https://i.imgur.com/AN90QQz.png and from blocks here -> https://i.imgur.com/MyVATTX.png
4. You translate it from Theme Panel -> Translations-> Translations or you can simply set a space and then will not be displayed.
5. This is the layout for AMP, and the images are displayed.
The mobile+AMP has standard templates, and you can’t customize them.
Please check this topic where I explained each mobile version -> https://forum.tagdiv.com/topic/mobile-version-not-working-properly-2/ and choose your mobile version.
Thank you!
Hello,
Our theme also works with Nginx, but yes, there may be some problems related to Mod Security, which block certain functionalities, but they can be fixed-> https://forum.tagdiv.com/search/nginx/
You can use it.
Thank you!
I thought I’d post my solution for anyone who encounters the same issue, add this to the custom css area:
.td_woo_products_block.tdc-no-posts {
display: none !important;
}
this will hide the block if there are no items to display
Sorting not working on center and left blocks. No matter what I try, it’s pulling up old posts.
Sort by “Latest” doesn’t work. Sort by “Featured” doesn’t work either (shows a blank post).
Thanks in advance.
Robert
Hello,
I would like to integrate the lead block into the content.
Do you have any solution?
Find an example right here:
It should be defined as ad to be integrated.
thanks,
Armand
Sorry but when I hide the audio block it also hides the article text.
So, I have to look for another solution, until an update for – the bug for the amp with the featured audio.
Thanks
Hello,
I create some different CPT posts, all it’s right.
But, i add a block “CPT comments” and save, the comment block is not visible on the website.
I try in my different CPT cloud models and same problem.
Is it something more to do ?
Thanks for your help
Please guide me how to do this:
If you use cloud templates, then there is a workaround:
Delete the custom title of that block, add an “inline text” element, and there you can have a title and also some text.
Where am I supposed to go and edit the flex block to delete the custom title and add an inline text element.
-
This reply was modified 3 years by
Central.
Hello,
You can add a category for those posts and set the category for that block, and sort it random.
Thank you!
Hello,
These are the paths => wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php => https://i.imgur.com/bQpMgSf.png and this for flex block 1wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php
Also, please check this topic https://forum.tagdiv.com/topic/how-to-change-the-size-of-thumbs-on-moduleblock/
Thank you!
Hello!
Set up your thumbs from Newspaper -> Theme panel -> Block settings -> Thumbs on modules/blocks. If you deactivate a dimension from there, next time when you will upload an image, it will not be resized to that dimension.
After changing the thumbnail sizes you need to regenerate your thumbnails using a plugin. Check this: https://forum.tagdiv.com/using-the-theme-with-existing-content/
Thank you!
I want to create a Custom Block with selected posts with 1 big post and many (3 to 6) small posts and random order(change the big post with every page refresh).
Is this possible ?
Hello @central!
Flex block is not a template. A flex block is a block. Read more about it here: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello,
You can achieve that only if you use a custom code css; if you want only for a specific block, please add an extra class -> https://i.imgur.com/I5hAuoj.png set the meta info to align to the bottom, and after use, this custom code with your extra class added -> .yourclass .td_module_wrap .entry-title
{
position: absolute;
top: 0;
}
Set the code in theme panel-> custom code-> custom css.
Thank you!
Hello,
There is for figure marguin 0, if you wnt you can chage it with this custom code figure.wp-block-embed
{
margin: 15px;
}
Set the code Newspaper -> Theme panel -> Custom code -> Custom CSS.
I will add that that edge should be modified, to be a different size.
Thank you!
Hello,
Yes, you need to use a custom code css to hide the first module.
For example for Big Grid Flex 9, you can display 5 posts, but you need to hide two modules .
You can use this code for big grid flex 9 .td_block_big_grid_flex_9 .td_module_flex_6
{
display: none;
}
Please set this code in the theme panel > custom code> advance css > phone section and will be applied only on a mobile or if you want to apply also on a desktop only in custom code -> custom css.
Thank you!
Hello,
Do you have posts in that category? Also, please check if you don’t have set offset on the block. Please edit the cloud template with tagDiv Composer -> https://i.imgur.com/j8YvKks.png click on the block and remove the offset -> https://i.imgur.com/dJ0iFQu.png let that field empty.
Thank you!