Saltar navegación

[Resuelto] Frist post Excerpt displaying after page title

This support ticket is created hace 6 años, 9 meses. 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)

Etiquetado: 

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Minesh hace 6 años, 9 meses.

Asistido por: Minesh.

Autor
Mensajes
#628072

I am trying to: Properly configure the Blog Archive

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

I expected to see: No except after the title

Instead, I got: I get the first's post except displaying after the title

#628074

You won't see the issue at first. The website is live and I had to use CSS to hide the issue. If you look at Genesis Extender/Genesis Extender Custom CSS you will see at the very end this:

/******** Hack ********/

.page-header .wrap p {
display: none;
}

The strange thing is that I am to seeing this in my developer copy of the site, I only saw this when I took the website live.

#628077

I figured out the issue. It's Yoast SEO plugin that is creating the issue. If I disable it, the problem goes away.

#628281

Minesh
Supporter

Idiomas: Inglés (English )

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

Hello. Thank you for contacting the Toolset support.

Well - as it's added from SEO plugin as you confirmed I think there is no other way to hack it other than by adding custom CSS as you already did.