Saltar navegación

[Resuelto] Theme layout breaks when toolset enabled.

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

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 -

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 6 respuestas, tiene 2 mensajes.

Última actualización por christopherL-7 4 years, 1 month ago.

Asistido por: Minesh.

Autor
Mensajes
#2361567

I am trying to: Enable toolset so that I can add custom type properties.

Link to a page where the issue can be seen: enlace oculto

I expected to see: Content below the homepage video hero.

Instead, I got: Content does not display below homepage hero when toolset is enabled. With toolset disabled. I'm able to see the content.

#2361581

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

You have content template "Content template for Pages" attach to "page" post type and which is blank content template:
=> enlace oculto

I've remove the content template "Content template for Pages" association with page post type and saved the content template and I can see the home page is working as expected.

Can you please confirm it works at your end as well.

#2361587

Thank you. I still notice one odd thing. On the homepage with toolset off the page should appear like (enlace oculto). But when i turn toolset on I get this added space (enlace oculto).

#2361595

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

I do not experience what you told on home page, when I deactivate all Toolset plugins I can still the content loaded after the main image. You may try to check and find from where that space which you are pointing out is coming from.

#2361601

I'm sorry - I'm confused. Are you saying that you do not see this space from my screenshot (enlace oculto) when toolset is enabled?

And then if you disable toolset plugins you do not see it go away as in my screenshot (enlace oculto).

That space does not exist when toolset plugins are disabled. It seems that enabling the toolset plugin is introducing this space. Do you not agree?

#2361617

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

It seems there is a conflict between the theme and how page renders. I see the following div adds : margin-bottom: 471px; and the following div is coming from theme and it adds inline CSS as you can see below:

<div class="container-wrap" style="padding-bottom: 0px; margin-bottom: 471px; box-shadow: rgb(0, 0, 0) 0px 70px 110px -30px;">

The div is coming from theme and I'm not sure what calculation it has to add bottom margin. You may need to add custom CSS code in order to fix this issue.

#2363363

My issue is resolved now. Thank you!