Search Results for 'flex'

Results from the Forum
bananaj
Participant
#0

Hello,

I tried to setup default font in theme panel, and it work on most elements but not the Big Grid Flex 3. It is still detected as Roboto but i don’t want that to be default

I know how to change font per element, i want to set default font for element post titles sitewide.

I changed font for Modules and blocks in theme panel

Can’t find where to set default for Big Grid Flex

thanks

/J

Obaida
tagDiv Member

how can I filter more than one value of custom fields in flex loop ?
I tried to seperate two value by (,) but not working and when I use one value it filters fine

https://imgur.com/DbyEfaR

  • This reply was modified 2 years by Obaida.
Anamaria
tagDiv Staff

Hello,

A workaround can be to save an element or row: https://www.screencast.com/t/kVxpDT9SV in the tagdiv composer, so you can add it on every other page. The saved elements can be seen at the end of the other blocks when you add an element in the tagDiv Composer.

You can copy and paste the style from one block to another block -> https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
-> https://tagdiv.com/right-click-menu-tagdiv-composer/

Thank you!

Anamaria
tagDiv Staff

Hello,

Please provide more screenshots with the block or a link to a website where the issue is. Make sure that you use a flex block.

Thank you!

Anamaria
tagDiv Staff

HI,

You can insert only a Flex Block, not a Flex Block Builder.

Thank you!

trebol30
Participant
#0

Flex blocks are inserted according to this video https://forum.tagdiv.com/set-block-inside-post-content/

But the Flex Block Builder cannot be inserted following these instructions, they do not work and are visually confusing.

How are Flex Block Builders introduced correctly in posts?

trebol30
Participant
#0

Since the 12.6.2 update, the titles (H) lose their correct reading for the Flex Block Builder modules in particular.

You can see the video https://www.loom.com/share/08425d238be1491cae7096d20908f778?sid=2e9c6911-f7a1-4829-89d5-ef1ab9744672

Bettina
tagDiv Staff

Hello!

The filter “category: current category” is working only on a category template.
The single filters works also on a single template: https://prnt.sc/zQ9B6dbHt-xj
Check our guides here:
https://forum.tagdiv.com/flex-block-settings-guide/
https://forum.tagdiv.com/big-grid-flex-settings/

Thank you!

upmy-life
Participant
#0

Hello,

I have created a taxonomy called “format”.
And on each category page I have made some sections with Big Grid Flex 2 elements.
My goal is to get in each “Big Grid Flex 2” a list of post from the CURRENT category AND a specific taxonomy.

For example in the first block of the page https://upmy.life/axe/relations-sociales/communication/ I just want to have posts from the current category “Mieux communiquer” AND from the taxonomy “format = Guide Ultime” (which is id=154).

Is it possible to make this ?
Because I have tried several filters (“Category -> Current category” + Multiple terms filter:154) or (“Category -> Current category” + Multiple terms filter:154 +Single – Related from taxonomies:format) and so on… but nothing works.

Thanks

Anamaria
tagDiv Staff

Hello,

Yes, you need to create a page with no header and no footer. You can use Flex Block 1.

Thank you!

paulab3nn3tt
Participant
#0

Hi there,

I haven’t had the chance until now, but I’m taking this opportunity to congratulate you on your theme! It’s great from many points of view!

There is a bug with the Flex Loop Filters element.
During the page load, there is a kind of “jump” of the selector, displaying the first option instead of the placeholder. When the page is fully loaded, the selector is displayed properly.

This can also be noticed on any of the Jobs or Companies pages of the Job Hunt demo.
I’m working on displaying a similar filter bar on the site, but I would really like to know how this problem can be fixed. It is quite unpleasant the loading way of this element. 🙂

I would really appreciate your support in this matter!

Kind regards,
Paula

Anamaria
tagDiv Staff

Hello,

You need to use a custom code css https://www.anantvijaysoni.in/creating-a-2-column-responsive-form-with-contact-form-7-wordpress-plugin/
This is the code used for the form
.td-coaching-form {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
margin-left: -30px;
margin-right: -30px;
}
.td-coaching-form-left,
.td-coaching-form-right {
width: 50%;
padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-coaching-form-left,
.td-coaching-form-right {
padding: 0 15px;
}
.td-coaching-form {
margin-left: -15px;
margin-right: -15px;
}
.td-request-form textarea {
height: 168px !important;
min-height: 168px !important;
}
}
@media (max-width: 767px) {
.td-coaching-form {
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.td-coaching-form-left,
.td-coaching-form-right {
width: 100%;
padding: 0 10px;
}
.td-coaching-form {
margin-left: 0px;
margin-right: 0px;
}
}
.td-request-form select {
font-size: 16px;
font-weight: 500;
margin-top: 12px;
padding: 13px 15px 12px;
width: 100%;
border: 3px solid var(--custom-accent-3);
}
.td-request-form textarea {
font-size: 16px;
font-weight: 500;
margin-top: 12px;
height: 176px;
min-height: 176px;
padding: 13px 15px;
border: 3px solid var(--custom-accent-3);
}
.td-request-form input[type=text],
.td-request-form input[type=url],
.td-request-form input[type=tel],
.td-request-form input[type=email] {
margin-top: 12px;
font-size: 16px;
font-weight: 500;
height: 54px;
padding: 0 15px;
border: 3px solid var(--custom-accent-3);
}
.td-request-form span.your-consent {
display: block;
text-align: center;
font-size: 14px;
}
.td-request-form span input[type=checkbox] {
margin-right: 10px;
}
.td-request-form input[type=submit] {
margin-left: auto;
margin-right: auto;
display: block;
background-color: var(--custom-accent-2);
color: #fff;
transition: all 0.3s ease;
padding: 18px 36px;
font-size: 14px;
border: 3px solid var(--custom-accent-3);
border-radius: 50px;
font-family: "Red Hat Display", "Open Sans", sans-serif;
font-weight: 700;
text-transform: uppercase;
}
.td-request-form input[type=submit]:hover,
.td-request-form input[type=submit]:focus,
.td-request-form input[type=submit]:active {
background-color: var(--custom-accent-1);
}
-> https://i.imgur.com/tpjPHkz.png -> https://i.imgur.com/3DjdnNm.png

Thank you!

stefanegirard
Participant
#0

Hi,
I created a new Flex Block 1.
In Layout I set Show date & Show author on Show.
But no display.

POST SETTINGS > Posts and Custom Posts Types > SHOW AUTHOR NAME & SHOW DATE are blue and on the right side.

Please help.

Socialpedia4u
Participant
#0

Hello, team
Flexi block pagination not working in mobile it’s working only on desktop
tell me why it’s happing

PatWire
tagDiv Member

This issue persists with 12.6.2 – updating ( never had an update issue before )

The mobile plugin doesn’t auto install now but…

On mobile ( not plugin, responsive ) Big Grid Flex 1 corrupts to two massive images – the rest of the home page on mobile look fine – it’s Big Grid Flex 1 that is corrupting – no plugin deactivating or similar, fixes it – all site requirements are met all plugins tested. Only rolling back to 12.5 fixes the problem.

Desktop unaffected.

JG2015
Participant
#0

Beginner looking for help 🙂 I use the TagDiv composer and the Newspaper theme. According to plugins, the performance of my website should be very good, it actually runs well. My problem is, in many elements the images load with a delay of one to one and a half seconds, including for example the whole Big Grids, the Flex Blocks and “Text with image”. The same images in a “Fancy Text with image” element or a “Title over image” element, on the other hand, load instantly, with absolutely no delay. I am at a bit of a loss here. How can I get the images in the “Text with Image” or in the Big Grid elements to load just as quickly as in the “Title over Image” or the “Fancy Text with image” element? Thanks in advance.

Anamaria
tagDiv Staff

Hi,


@minima

You can try to stretch the row. You can find more details here -> https://tagdiv.com/flexibility-rows-columns-newspaper-theme/
-> https://tagdiv.com/how-to-add-delete-and-duplicate-row-newspaper-theme/

@cntlive
Please check the console when you open edit content; if there is an error like this, please go to the Network tab, select the error, and select Preview -> https://i.imgur.com/iiBOHwP.png
Please check this topic -> https://forum.tagdiv.com/topic/wp-editor-for-text-with-title-and-column-text-not-updating-content/ and try the suggestions. Also, please check the cache, clear/purge all cache.

Thank you!

Anamaria
tagDiv Staff

Hi,

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. this element can’t be added in Single Post Template.

Thank you!

jtoney
Participant
#0

On my homepage flex block 3 is used to display some posts. The images are never shown correctly. No matter what I do its cropping them. Is there a mean to get the image to scale to fit that box instead? I don’t want the images to looked zoomed in which is what is happening now.

Anamaria
tagDiv Staff

Hi,

You can use flex block.

Thank you!

Calin
tagDiv Staff

Hi,
If I understood correctly, you want to offer visitors/users the possibility to filter the results on certain blocks and you are using the “Flex Loop Filters” element – https://i.imgur.com/VWVLeEd.png this is using the “TAXONOMIES” to filter the flex loop, and a taxonomy in this case is the category – https://i.imgur.com/cr3q2U4.png, post_tag – https://i.imgur.com/W1zhodQ.png and you can create your own taxonomies using a cpt plugin and doing this you can display only the “tax categories you want to be in that filter”.
Thank you!

Anamaria
tagDiv Staff

Hi,

You can’t set a limit for big grid flex only if you use more blocks with offset option.

Thank you!

#0

Hi, how can I set the Big Grid Flex 2 responsive? As you can see from screenshot here: https://prnt.sc/6prr-JgsNmct it cuts posts grids in responsive mobile view.

info@simonebarbone.net
tagDiv Member

I mean I want to display even 40 posts, is there any setting I have to choose even in flex blocks, or the only way is to use OFFSET POSTS?

theheritagelab
tagDiv Member

No that’s not what am aiming for. I am creating a way for users to filter articles according to categories and tags. I am trying to use the Flex Loop Filters but cannot understand the “taxonomies” part. When I write “category” under “slug” — it obviously shows all categories. Can I modify this to show only certain categories?

Viewing 25 results - 1,551 through 1,575 (of 6,276 total)