- ApiPractical example – How to add a new Block and Module
- Apitd_api_thumb::update
- Apitd_api_thumb::add
- ApiAPI – Thumbnail – Introduction
- Apitd_api_module::delete
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_module::add
- ApiAPI – Modules – Introduction
- Apitd_api_block::delete
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- ApiAPI – Blocks – Introduction
- ApiUsing the Theme API in plugins
Hi,
If these Story are posts/articles then you can set theme inside the post like this in excerpt -> https://i.imgur.com/uGjKCyO.jpg (classic excerpt) on homepage you can use flex blocks and blocks to display the excerpt -> https://i.imgur.com/Vdcf2lF.png -> https://i.imgur.com/YsBo5NT.png
If this is not what you mean, please provide some more details and some screenshots!
Hope this will help you!
Thank you!
hello. the screenshot shows the order by. I want to have 1 author template. Same for every author. Inside that one template to show only the specific authors articles.
AuthorA is different from AuthorB and when i click authorA i want to see only AuthorA articles.
The post loop i use is flex block 1 and 2.
i have 15 writers. to achieve that must i make a new template for each one? Wont that overload the site to load all those templates?
Thanks for the reply Calin. I understand that Big Grid Flex would give me more control over the featured image, but I have two questions.
A) Would I be able to move the crop around so that I can choose what’s in the center of the featured image? Or would I just have control over the overall size of it?
B) Big Grid Flex seems far more complex than Big Grid 1, is there some kind of tutorial so that I learn how to set it up?
Thanks,
I am trying to round the corners of my posts regardless of the Element. In the CSS section if I add a value for the border radius it has no effect
If I do it the custom code section on the theme panel, only the following works:
.td-big-grid-flex .td-image-wrap {
border-radius: 8px;
}
Please assist me thanks
Hello !
We recommend using Flex Blocks which give you the posibility to edit the title tag as you can see here: https://www.screencast.com/t/otF3tejC
Thank you !
Hi,
The theme crop automatically the thumb size set in theme panel -> https://i.imgur.com/IJe27ab.png
If the images look blurry on homepage, what you can do is to use some flex block or a Big grid flex you have some more control over the featured image using this element -> https://i.imgur.com/9eZ0pJe.png
The crop is set in two files inside the theme, one if theme is wp-content/plugins/td-composer/legacy/Newspaper/includes/td_config.php and the other one for flex elements -> wp-content/plugins/td-cloud-library/includes/tdb_config.php
Hope this will help you!
Thank you!
Hi,
If the images look blurry on homepage, what you can do is to use some flex block or a Big grid flex you have some more control over the featured image using this element -> https://i.imgur.com/9eZ0pJe.png
Hope this will help you!
Thank you!
Hi,
Please note that Big grids do not have this option to display the excerpt, this option is only for flex blocks and blocks.
Thank you for your understanding!
Hi,
If I understand correctly, you have two posts that you want to be change only manually, to be like a sticky posts, if yes, then you can do this like you suggest, but when you want to change the posts you’ll need to remove the tag from the other posts if you no longer want them, also you can simple filter all the posts by post id and set only the ids for posts you want to remain sticky -> https://i.imgur.com/rLmRiJC.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Hope this will help you!
Thank you!
Hi,
If, I understand correctly, you want to display in this block two categories, if yes, then all you need to do is to set these categories id like this: -> https://i.imgur.com/8GQHFEC.png -> https://i.imgur.com/gUCCEQT.png -> https://forum.tagdiv.com/flex-block-settings-guide/
Hop this will help you!
Thank you!
Hi there i was wondering if it is possible to change the column order for specific rows on a mobile device?
i have about 1/10 skill level when working with css and I was doing a bit of googling and was able to build something like this
@media all and (min-width: 767px) {
#reverse-cols1 .td-row.vc_row {
display: flex !important;
flex-flow: wrap;
flex-direction: row-reverse;
}
}
however its not working and was wondering if i was doing something wrong
Hi,
Am i using this feature correctly? When I type in the categories that I want to filter on a Flex Block 4 section on my homepage…it is not filtering at all. Do I need to remove “All Categories”? It will filter if I use drop down for a main category.
Is this the correct way to type in filters? ex: Esports News, Written Reviews,
I only want two categories to pull in and they are “Written Reviews” and “Video Reviews”. Documentation seemed straightforward, but it’s still not working, so I am not sure if I am typing it correctly.
Thanks!
Hi,
1. Unfortunately this element can not be stretch, there are few elements that are not responsive to large resolution, but using flex blocks and grids you should not have these problems.
2. Unfortunately there is no general option for this, also this can be achieve only on cloud header that need to be edited with tagDiv Composer, for example on single post template -> https://i.imgur.com/ItBX4LH.jpg -> https://i.imgur.com/WY19ev8.jpg these changes made on cloud template will apply on all post/categories .. that have these templates assigned.
Thank you!
Hi,
Indeed this option is only in Big Grid Flex, on Flex blocks you need to use a custom css to achieve a zoom like this one
.td-module-container:hover .td-thumb-css {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
}
.td-module-container .td-thumb-css, .td-module-container:hover .td-thumb-css {
transition: transform .5s ease;
}
.td-module-thumb {
overflow: hidden!important;
}
This will apply on all blocks from your website.
You need to set the code in theme panel> custom code> custom css.
Hope this will help you!
Thank you!
Hi,
1. If you like one of our demos, you can install an use it using our guide from here -> https://forum.tagdiv.com/installing-demos/ also you can edit it using tagDiv Composer.
2. I think that you can make posts and use categories for this, also you can check our documentation of
primary Category: Build a clear hierarchy for your website.
3. These should be added to posts, and the posts will be display on pages/categories in flex blocks/modules with a featured image, title and a short description.
Adding categories to these posts you’ll be able to create mega menus.
4. These profiles can be the categories.
5. Yes, you have the option to sort and filter the posts/articles -> https://i.imgur.com/mMA0s9n.png -> https://forum.tagdiv.com/flex-block-settings-guide/
in this way you can display all the time the latest articles, or most popular articles …
6. I think that it will be best to make these categories build a clear hierarchy for your website.
If you need help with something, just let us know!
Thank you!
I used Flex blocks as You say but i don’t see option you have
https://snipboard.io/VBkFGJ.jpg
I used Flex Blocks on my site
Hello !
That is possible on Big Grid Flex and Flex Blocks as you can see here: https://forum.tagdiv.com/topic/zoom-image/
Thank you !
Hello !
The news ticker seems to be fine on your website at the moment. You can assign a post into the flex block but you cannot choose which slot to be ocupied.
Thank you !
Hi,
Sorry, unfortunately the style set inside the post/article will be display wit our theme only inside the posts, this will not reflect in flex blocks on your homepage, these are individual settings for posts and blocks/modules.
What you can do is to set a part from your post with html in excerpt zone like this -> https://i.imgur.com/4SUZvQ7.png -> https://i.imgur.com/lK1T8Pg.png -> https://i.imgur.com/enRgclc.png
Hope this will help you!
Thank you for your understanding!
Hi,
news ticker is not scrolling well, it doesn’t show the full text scrolling, also it disappear very quickly.
this is the website : https://covid19qatar.info
also can it be possible to assign a certain post on a certain slot in the grid flex 5 ?
Kindly advise.
Hi Calin,
I get it now thank you, just layout my page how I want using flex blocks and change the filter to show pages rather than categories for now until I write more posts to display?
I wonder is there any way to install the demo… just so I can deconstruct the how the theme works rather than change it to suit my design??
I would prefer to start from scratch, and use the demo as an reference?
Kind Regards
Mark
Thanks, Calin. I know I’m probably not using all the right terminology.
What I have currently at the top of the homepage is a flex block pulling in a post (in the way that you’ve illustrated). However, the post content is styled as an excerpt which means it’s stripping out links, bold type, paragraph breaks, etc. I was just hoping to find a flex block that allowed for the post content to come through rather than just an excerpt.
Hi,
Maybe I do not understand correctly what you want to achieve, if you want to set a block on your homepage set a filter on it, you can do it using tagDiv Composer and use a flex block -> https://i.imgur.com/l2Tcgjm.jpg -> https://i.imgur.com/ghlYtth.png -> https://i.imgur.com/k8EYjQv.png -> https://i.imgur.com/xF7Hoda.png
If this is not what you mean, please provide some more details!
Thank you for your understanding!
Hi,
“But when the post is clicked, I want it to go the to the page its associated with?”
Please note that the posts can not be redirected, also you do not need to make posts to redirect theme to pages, you can use other elements from tagDiv Composer to achieve this, for example you can set some images with text and set the link to a page -> https://i.imgur.com/XKMjrRD.png -> https://i.imgur.com/bDpN1hl.png or you can display the page directly in blocks -> https://i.imgur.com/Uaq1qDo.png (just make sure that you set some featured image on pages ->https://i.imgur.com/8wJ0SYw.png)-> https://forum.tagdiv.com/flex-block-settings-guide/ indeed there is no option for categories in pages only in posts.
There is no limit of time for posts, as long you have theme in your WordPress you can display them, also you can sort the results -> https://i.imgur.com/gAv4JwT.png using tagDiv Composer and check the filter tab on blocks and flex blocks.
Hope this will help you!
Thank you!