Skip Navigation

[Resolved] WPBakery Page Builder, Blog masonry, does not recognize Post Types as a Post

This thread is resolved. Here is a description of the problem and solution.

Problem:
WPBakery Page Builder, Blog masonry, does not recognize Post Types as a Post

Solution:
You need to add custom CSS to view's Loop Editor's CSS box.

You can find the proposed solution in this case with the following reply:
=> https://toolset.com/forums/topic/wpbakery-page-builder-blog-masonry-does-not-recognize-post-types-as-a-post/#post-1366193

Relevant Documentation:

This support ticket is created 5 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 8 replies, has 2 voices.

Last updated by AlvaroB 5 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#1364973
post-masonry-grid.jpg
post-grid.jpg
Blog_masonry_and_grid.jpg

Hi, with toolset I add the Post Types GOOD PRACTICES, On each "GOOD PRACTICES" post, I like to show 3 related post from "GOOD PRACTICES" post types, I have to select wichs post to show, that's why I try to select them using "Blog masonry and grid" Attached screenshot "Blog_masonry_and_grid.jpg" but in the list it only show normal Post from word press is not showing post types of "GOOD PRACTICES", could you please tell me what can I do, so it show post types of "GOOD PRACTICES" in the list show I can select the ones I like to show.

I try with "Post Grid" seleccting the category "Good-practices" but I doesn't let select from a list Attached screenshot "post-grid.jpg", I also try with "Post Masonry Grid" but I got the same problem it doesn't let select from a list Attached screenshot "post-masonry-grid.jpg"

#1365427

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I see there is no option to select what posts you want to display with post grid or Post Masonry Grid.

This is not a Toolset feature, I suggest you should contact WPBakery page builder support and ask them and check with them or ask them to add this as a new feature.

You can easily build view to display the selected posts but you need to add checkbox field to your post where you should mark checked or unchecked. If checkbox is checked that means you want that post to display with your view as the grid. Later you can filter this view with your custom checkbox field to display only posts where the checkbox is checked.

More info:
=> https://toolset.com/documentation/getting-started-with-toolset/create-and-display-custom-lists-of-content/

#1365919
1364895-border_botton_line.jpg
1364895-Repeatable_field_group_of_links.jpg

Ok, I find out I can do it with "Post Grid" and select the posts to display.

You may hel me with this:

1- I like to have a zoom link in the featured image of a custom post type, I add this code to the templete:

But as you can see here hidden link is working but the zoom image is not centered, may be you know what I am doing wrong.

2- I add "Repeatable field group of links", as you can see here hidden link I add a repeatable group of Links attached screenshot "Repeatable field group of links.jpg", each link has the url field and text to link field, is working ok, but I can find the way to add a css to each Link (url+text link) son I add a grey "border-bottom-width: 1px;" linke attached screenshot "border-botton-line.jpg".

3- Also, I add the view "LINKS-GOOD_PRACTICES" on hidden link as a conditional so It do not show any thing even the title h2 "LINKS" when there is not links added.

Many many thanks, after this I will clouse the ticket

#1366155

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

1- I like to have a zoom link in the featured image of a custom post type, I add this code to the templete:

But as you can see here hidden link is working but the zoom image is not centered, may be you know what I am doing wrong.
===>
This is a custom thing, I suggest you should check with CSS expert and get fix it.

The access detail you shared was working for one url and when I try to load the URL that is shared with the 2nd and 3rd point it logout and when I try to login again it says the user is wrong.

when I try to access the URL directly without login - it says service not available. Can you please share working access details so I can check the point number 2nd and 3rd.

I have set the next reply to private which means only you and I have access to it.

#1366159

Hi, here is the new password xxxx tell me if you can access

#1366193

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

2- I add "Repeatable field group of links", as you can see here hidden link I add a repeatable group of Links attached screenshot "Repeatable field group of links.jpg", each link has the url field and text to link field, is working ok, but I can find the way to add a css to each Link (url+text link) son I add a grey "border-bottom-width: 1px;" linke attached screenshot "border-botton-line.jpg
===>
Ok - I've added the following CSS code to your view's loop editor's CSS section:
=> hidden link

.links-good {
 border-bottom-color: gray;
 border-bottom:1px solid;
padding: 5px 0px 5px 0;
  }

I can see the bottom border now. Can you please confirm.

3- Also, I add the view "LINKS-GOOD_PRACTICES" on hidden link as a conditional so It do not show any thing even the title h2 "LINKS" when there is not links added.
==>
I do not yet understand the issue clearly here. Can you please share more insights on this. Maybe a few screenshots would help to understand what you want to accomplish.

#1366533
icons-WPBakery-Page-Builder.jpg
icons-tool-set.jpg

MANY MANY MANY THANKS YOU HELP ME A LOT!!!

Just one more thing, I don´t know why there is a conflict with the Toolset icons and the "WPBakery Page Builder" icons, as you can see in the attached screenshots they are not showing, maybe you know how to solve it.

Tjhanks again

#1367069

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

As per our support policy we entertain only one question per ticket.

Would you mind to mark resolve this ticket and I'll split the ticket with your new question.

#1368163

My issue is resolved now. Many many thanks Minesh!!