Navigation überspringen

[Gelöst] Categories Show Squares & Store’s categories not showing any results

This support ticket is created vor 4 years, 7 months. 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 -

Zeitzone des Unterstützers: Asia/Karachi (GMT+05:00)

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Waqar vor 4 years, 7 months.

Assistiert von: Waqar.

Author
Artikel
#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:
versteckter Link (need login)

Link to a page where the issue can be seen:
versteckter Link

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

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