Saltar navegación

[Resuelto] Categories Show Squares & Store’s categories not showing any results

This support ticket is created 4 years, 7 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Karachi (GMT+05:00)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Waqar 4 years, 7 months ago.

Asistido por: Waqar.

Autor
Mensajes
#2205687

I am trying to:
To remove the squares in the categories pages. All categories & Woocommerce pages it appears.
Also the Woocommerce page isn’t showing any under its catergories:
enlace oculto (need login)

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

I expected to see:
I want a clean page…to not confuse the user.

Instead, I got:
Squares in any categories pages:
enlace oculto
contains many categories you can try any.

#2206703

Hi,

Thank you for contacting us and I'd be happy to assist.

If you're referring to the square icons showing on the top ( screenshot: enlace oculto ), they don't seem to be added through the Toolset plugins.

The Toolset is only adding the content that is included in the WordPress Archive "Radio راديو":
{yourwebsite.com}/wp-admin/admin.php?page=view-archives-editor&view_id=101184

To hide that section, you can include the following CSS code in the CSS editor of your archive ( Radio راديو ):


.wc-catalog-header {
display: none;    
}

To investigate, exactly which third-party plugin or theme is including this section, you can temporarily deactivate all non-Toolset plugins and switch to a default theme like Twenty Twenty One. After that, you can start adding the disabled items, one by one, to narrow down to the item which is controlling that section.

regards,
Waqar