Search Results for 'flex'

Results from the Forum
Michaelgroth
tagDiv Member

Hi,

I have the same problem with the search results described above. The live search displays search results from pages and posts. The search page only displays search results from posts.

Only in the composer, everything works as expected.

I´m using version 12.2 and the flex loop as described.

Is this bug resolved?

Thank you in advance.

Anamaria
tagDiv Staff

Hello,

You can reduce the space only using a custom code css
.td_flex_block_1.td_block_template_1 .td-block-title
{
margin-bottom: 4px;
}

Set the code in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Anamaria
tagDiv Staff

Hello,

This option is available in the Single Post Template https://i.imgur.com/Y0lQSax.png, but for the Flex Block is not implemented.

Thank you!

renatot10
Participant
#0

Good morning,
Since I need to insert blocks that contain subcategories within each category, i have to create flex blocks with a separate title (two different blocks) where I rename the title with the name of the subcategory and in the block I filter the articles of the subcategory.

How can I reduce the distance between the title element and the block element by making it equal to the one present by default when I enter the title directly in the flex block? this change must be active for all blocks in each category! Thanks


https://ibb.co/LSwvDps

FBM
Participant
#0

Hi,
one really important request of ours would be to integrate a feature, that automatically displays the est. reading time of an article in the teaser (Flex Block 1) and also in the post itself.

Incase this is not scheduled yet, it would really be a great add on!

Thanks!

Bettina
tagDiv Staff

Hello @nisantiago!

Please check this guide: https://forum.tagdiv.com/flex-block-settings-guide/
You can use only one filter not both.
Make sure that your posts have no multiple categories assign.

Thank you!

Anamaria
tagDiv Staff

Hi,

This will adapt after the length of elements that are show (category, post title, author, date …).
In order to make them to look the same size, you’ll need to set an excerpt on title and post content like this -> https://i.imgur.com/o8UQm5B.png
Big Grid Flex Settings -> https://forum.tagdiv.com/big-grid-flex-settings/
Also you can set the excerpt on words or letters from theme panel -> https://i.imgur.com/c7Q8ckX.png
Here is a similar topic -> https://forum.tagdiv.com/topic/flex-block-1-and-same-blocks-height/

Thank you!

Anamaria
tagDiv Staff

Hello,

The custom label is added for the Gutenberg editor and will be displayed for Flex Block and Big Grid Flex -> https://i.imgur.com/3Uop58r.jpg.

Thank you!

Anamaria
tagDiv Staff

Hello @therion250,

If you are referring to adding more post type, then you can do it for Flex Loop – > https://i.imgur.com/ogRLJ1L.png

Thank you!

mcneillmedia
Participant
#0

Trying to use FlexBlock 1 on our site. Pulled in a sample template to get the look we wanted. Also tees to add the same look on my own. Neither are working. Can not edit the # of posts per column. Can’t edit the photo placement. And can’t edit the fonts. When I make a change in the settings nothing happens. Once I hit save it reverts back to the original. Any ideas. I’ve spent a few hours trying to figure this out with no success.

knthdgd
Participant
#0

Hi!

I am trying to customize the excerpt “Read More” button on Flex Block 1.

But when I try to do it with some code in functions.php customizing the default WordPress “Read More” button it does not work – it seems like you made your own “Read More button” filter?

I tried this default function from WordPress Codex, and did not work:
function modify_read_more_link() {
return ‘Your Read More Link Text‘;
}
add_filter( ‘the_content_more_link’, ‘modify_read_more_link’ );

What to do?

Calin
tagDiv Staff

Hi,
I made some tests and indeed on category if you hover over the < button the / appears - https://i.imgur.com/he8hBAK.png, but when you actually click on the button the link will not have / - https://i.imgur.com/bVc9hzs.png
In order not to display that / even when hover is done, the theme files must be edited, unfortunately, this will have to be done with every update.
The file path to the flex loop elements is wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop.php and wp-content/plugins/td-cloud-library/shortcodes/common/tdb_loop_2.php
Thank you!

Anamaria
tagDiv Staff

Hello Dominik,

The Flex Loop is for taxonomy is like Post Loop; you can’t apply filters. You can try to use Flex Block X.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please set Flex Block 1 instead to block 23 and check after.

Thank you!

sunnymind
Participant
#0

Hello,

I like how one can add filters and sorting to Flex Loops. However, other than with Flex Blocks, I can not exclude categories from showing in the Flex Loop.

Is there a way to do that?

Like let’s say I have a category for blog posts (1) and a category for news (2). I only want the Flex Loop to show posts from category 1, but not from 2. How can I do that?

With Flex Blocks it’s easy, simple add – and the category id, however I can’t seem to find a similar option for Flex Loops.

Thank you!
Dominik

stuartmasson
Participant
#0

Is it possible to filter and sort flex blocks by custom fields rather than categories and tags? We use Flex Block 1 for most of our pages and would like to maintain the style but sort by custom fields, which doesn’t appear to be possible.

gc_envato
tagDiv Member

Hi,

flex block is fine, but I need to get posts related with the current article which ID is in an Advanced custom field. Let me explain:
1. main article is a book author (CPT)
2. flex block lists books (CPT) written by the author
In the book post there is a ACF where I set relation between the book and the author.
Is it possible to set a dynbamic loop in the flex block?

Thanks

Anamaria
tagDiv Staff

Hello,

You need to edit with tagdiv Composer, select the block and go to the tab Style -> https://i.imgur.com/U6X4jsc.png -> https://i.imgur.com/Xjqw6m0.png
I recommend to you to use Flex Block 1, inside to block 23.

Thank you!

Calin
tagDiv Staff

Hi,
The newspaper theme contains flex blocks with a filter for related articles – https://i.imgur.com/42YQgEi.png also the ACF filed can be set in the “custom filed” element https://i.imgur.com/6SQYtXM.png
I hope this will help you!

al-2
Participant
#0

I have a very weird issue – I’m using Flex Block 1 with filter by tags to show relevant posts but when users add a lot of tags all posts are gone. With 7 tags it works but when I add 13 tags – this block has no posts.
I have no filters except “related by tag” option: https://tinyurl.com/2gxfgj7d

The example, see RELATED ARTICLES at the bottom:
https://multilingual.com/women-in-localization-announces-2023-president-and-board/

I also have at least 1 post attached to every tag and a lot of posts in the Women in Localization tag:
https://multilingual.com/tag/women-in-localization/

Looking for any help, thank you!

Anamaria
tagDiv Staff

Hello,

We have some filters like this For example, add a flex block in a post template go to the filter tab of the element’s settings and from the dropdown category filter you can choose between: Single – More from author, Single – Related by category, Single – Related from tags. Those special filters will work as expected.
In your case you should use Single – Related by category and this will pick up more posts that have the category the same as the current post.

Thank you!

Anamaria
tagDiv Staff

Hello,

You can set the custom label in the posts editor-> https://i.imgur.com/gTtAQRv.png, which will be displayed for Flex Block and Big Grid Flex -> https://i.imgur.com/3Uop58r.jpg.

Thank you!

Anamaria
tagDiv Staff

Hello @SzSza,

I saw that you use Block 23; I recommend you use Flex Block (1-5) or Big Grid Flex. You can design it as Block 23, and you will make the changes in the frontend, and disable the tagdiv Standard Pack plugin because is deprecated.
I recommend using Cloud Templates, then you can edit them in frontend with tagdiv Composer.
But if you want to use Block 23, then to disable the category, please go to Theme Panel -> Block Settings -> Category tag on module -> https://i.imgur.com/p15iuc5.png

Thank you!

Anamaria
tagDiv Staff

Hello,

So you have a category year and month?
If yes, you can use the posts loop to display the posts from that category and use the flex block to display the posts from other categories.

Thank you!

Anamaria
tagDiv Staff

Hi,

The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).

Thank you!

Viewing 25 results - 2,251 through 2,275 (of 6,276 total)