Skip Navigation

[Resolved] Make a template with WPBakery Page Builder

This support ticket is created 5 years, 2 months 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 18 replies, has 3 voices.

Last updated by AlvaroB 5 years, 1 month ago.

Assisted by: Shane.

Author
Posts
#1328863
WPBakery2.JPG
WPBakery.JPG

I am usign theme the7 with "The7 WPBakery Page Builder" I can find the way to build a Templete with "The7 WPBakery Page Builder", as you can see on the screeem shot (WPBakery.JPG) there is not button to swich to "The7 WPBakery Page Builder" like in this video https://toolset.com/2016/05/toolset-2-1-preview-visual-composer-integration-content-templates/ also on "The7 WPBakery Page Builder / settings / Role Manger / Post Types" i select Custom and select the Post Type "Good practices", please help

#1328915

Hi, you should deactivate the Toolset Layouts plugin when using WPBakery page builder. Then you can create a template with WPBakery by going to Toolset > Content Templates. For more best practices with WPBakery and Toolset, check out this article: https://toolset.com/documentation/user-guides/using-toolset-with-wpbakery-page-builder/

#1330565

Thanks a lot, as you can see here hidden link it is showing the side bar, I do not want to show the side bar, do you know how to hide it.

Also I have add in the templete the title, featured image and body and now It is showing 2 titles, 2 featured image and 2 bodies, I thought that when creating a new template they wouldn't show up, you know how I can only show the fields I add on the templete?

THANKS A LOT!!!

#1330861

Hi, I can't see the site right now because it says WordPress logins have been temporarily disabled. Can I log in and take a closer look?

#1330879

Sorry, you right, could you please send mi your I.P so I add it to the white list, so you will be able to log in, please access this page and send screem capture hidden link MANY MANY THANKS Christian!

#1331305

Hello, I have already deactivated the security measure, now you will be able to access without anyproblems.

I think the problem is that I am using Tool Set on a old website with the post page personalize by hand.

Pleasel tell me if you can access now.

Thanks a lot Christian!

#1332187

Hello, I already add your i.p, please tell me if you can access now. Thanks a lot

#1332683

Hi, you shoud be able to access no, I think the problem is because I am using a wordpress with the post page personalized by hand, I will install a new wordpres and see if the problem persists. Anyway, please tell me if you can access now.

#1332693

hi, I add you new i.p

#1332833

I am installing a new wp, i will send you the new access in case I have the same problem, thanks a lot!!

#1332935

Sorry, I had to change locations and my IP has changed so I still see the error message. I'm going to transfer this ticket to another supporter who has a more stable internet connection, and he will follow up with you shortly. Thanks for understanding, I think this will be more effective support for you.

#1334569

Hello, I'm sorry, a long time to respond, I installed a new Word Press with The7 Theme, this time I built the Templete with

"Layouts" and I have the same doubts, I have created a Custom type call "Offers" you can see one here

hidden link my doubts are:

1- It is showing the defauult Side Bar, in this case I don´t want to show it.

2- I don't want to show the "Post Featured Image" it is showing it by default, I just want to display the "Post Featured Image"

that I have added using the "Tool Set Layouts".

3- The same with the "POst title", it is showing by default, I just want to display the "Post title" that I have added using the

"Tool Set Layouts".

4- I have added 2 images, but none are shown, it should show after the red text "CUSTOM IMAGE Nº1 HERE:" and CUSTOM IMAGE Nº2

HERE:".

5- I add custom fields for 3 Links, each link has a field for the text to display and the URL, but no one is showing.

4- Could you please tell me how I do hide a DIV that hold a field has not been filled?

5- At the end of the page, you can see a red text "MORE OFFERS:" it should show the related offer post of the same category, but

is no showing.

#1335021

Hi could you tell me if my messages is private? I have send you the access to the back end, please hide it and tell me how to send you private messages??

#1335485

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Alvaro,

I removed the credentials from your response so it is now secure.

I'm able to log in no and currently having a look at the issue.

Thanks,
Shane

#1335511

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Alvaro,

The best place to ask the questions in your previous post is by contacting the support forum for the theme, they usually have options to hide the areas that you are referring to.

The most I can do is to provide a css based solution.

1- It is showing the defauult Side Bar, in this case I don´t want to show it.

A. you can hide this with the css below.
.sidebar{
display: none;
}

2- 2- I don't want to show the "Post Featured Image" it is showing it by default, I just want to display the "Post Featured Image"

that I have added using the "Tool Set Layouts".

.post-thumbnail img{
display: none;
}

3- The same with the "POst title", it is showing by default, I just want to display the "Post title" that I have added using the

"Tool Set Layouts".

.entry-title{
display: none;
}

4- I have added 2 images, but none are shown, it should show after the red text "CUSTOM IMAGE Nº1 HERE:" and CUSTOM IMAGE Nº2

Since for this you are using a repeatable field group, then you will need to use a view to display these images. Take a look at the link below for a guide on how to do this.
hidden link

5- I add custom fields for 3 Links, each link has a field for the text to display and the URL, but no one is showing.

This is also a repeatable field group and would need to be displayed similarly to how I describe in 4 above.

6- Could you please tell me how I do hide a DIV that hold a field has not been filled?

To do this you will need to make use of our conditionals, have a look at this link below.
https://toolset.com/documentation/user-guides/conditional-html-output-in-views/checking-fields-and-other-elements-for-emptynon-empty-values/

You will need to then add your div within the conditional so it only displays if your item is not empty.

7- At the end of the page, you can see a red text "MORE OFFERS:" it should show the related offer post of the same category, but is no showing.

The problem with this is that you created your view but you have not told your view what to display. This is not an automatic process and you need to let you view know what to display after you've selected the post type.

Scroll to the Loop output section and use the loop output section in order to tell views what attributes from the post to display.
hidden link

Please let me know if this helps.
Thanks,
Shane