Skip Navigation

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

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

Our next available supporter will start replying to tickets in about 7.16 hours from now. Thank you for your understanding.

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 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 3 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#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:
hidden link (need login)

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

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

Instead, I got:
Squares in any categories pages:
hidden link
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: hidden link ), 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