Skip Navigation

[Resolved] Toolset type bought again and can't update the version

This support ticket is created 4 years, 11 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.

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 20 replies, has 2 voices.

Last updated by pabloA-6 4 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#1955795

Minesh
Supporter

Languages: English (English )

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

If you go to the following divi theme settings page:
=> hidden link

You will notice the setting where you want to display sidebar, on left or right of the page:
Screenshot - hidden link

As said, sidebar is controlled using Divi and your page layout is also controlled using Divi. I do not see Toolset Types plugin involved here. As sidebars and page layouts are controlled using the Theme. So you will have to play with the Divi theme settings.

#1955811

Ok, I see

But there is not option for full-width content (nor sidebar). In projects I don't want sidebar. That's how the site was displaying projects before updating.

Where can I set fuul-width?

#1955875

Minesh
Supporter

Languages: English (English )

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

Here is the Divi Doc that shows how you can disable the sidebars:
=> hidden link

However, I've added the following CSS code to hide the sidebar as well as to make the layout full-width as per the above Doc I shared at:
Dashboard-> Appearance-> Customize-> Additional CSS

.single-proyecto  #sidebar {display:none;}

@media (max-width: 480px){
	#footerColumn2{
		border-right: none !important;
	}
	
	@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

How you want to display the content you should adjust your content now and I suggest for more help you should contact the Divi theme as I certainly do not how how exactly was your single project page used to display.

#1955913

Thanks so much for hiding the sidebar.

As I see in the site there is only one optopn for the display in all pages. And it was warking before...

I will try to contact them.

If you have any other sugeestion I willl be glad to hearing it.

Regards

#1955919

Minesh
Supporter

Languages: English (English )

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

I do not have any other suggestion at the moment as I shared I'm not sure how those pages were build and another thing is that as you confirm that only Toolset Types plugin was installed and using Toolset Types plugin you can only create structure as I described before in my previous reply and structure does not affect the theme layout or sidebars.

#1962417

My issue is resolved now. Thank you!