Skip Navigation

[Resolved] Enfold theme sidebar probem

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

Problem:

The issue here is that the user had created some rows and columns using our Layouts plugin but on the frontend the Rows and columns are not showing up.

Solution:

Our Layouts plugin uses the bootstrap class elements in order to do the columns and rows. If bootstrap is not loaded on the side then these items won't display correctly.

Our Toolset plugins include bootstrap but you will need to enable it by going to Toolset -> Settings -> Bootstrap Loading.

This support ticket is created 6 years, 8 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
- 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 8 replies, has 2 voices.

Last updated by simranjeetS-2 6 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#628759

I am trying to: show a sidebar in layout + view on left of sidebar
if I show "displayed everywhere" sidebar, sidebar is shown twice. If i try to show custom sidebar, on right comes defaut sidebar although not selected. On bottom of posts comes custom sidebar.

Link to a page where the issue can be seen: hidden link

I expected to see: see above please

Instead, I got:

#628822
Screenshot 2018-03-27 20.34.32.png

moreover, columns of bootstrap are not working. I have to pick css from theme. Isnt it something which should be in-built?

#628913

Shane
Supporter

Languages: English (English )

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

Hi Simran,

The issue was that you needed to have let Toolset import the bootstrap CSS to your site because this is what we use to do out GRID layouts.

Please let me know if this helps.
Thanks,
Shane

#629008

Please tell me how you did this. In case I need it in future in any other website or this website again, I should know how to correct things.

#629039
Screenshot 2018-03-28 13.08.47.png

After activating bootstrap, I got this css on breadcrumbs (see pic). how to remove this?

#629224

Shane
Supporter

Languages: English (English )

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

Hi Simran,

Bootstrap was imported by going to Toolset -> Settings -> Bootstrap Loading.

To fix this issue here add this css to your site.

.breadcrumb{
background-color: none !important;
}

Thanks,
Shane

#629231

Hi. Thanks for this. The CSS code is not working. Can you please check? I inserted it in Enfold theme as well as layouts CSS and JS.

#629236

Shane
Supporter

Languages: English (English )

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

Hi Simran,

IT was my fault I gave the wrong css.

It should be.

.breadcrumb{
background-color: transparent !important;
}

I've already applied this to your site.

Thanks,
Shane

#629246

Thanks. It is working