Skip Navigation

[Resolved] Show content below products on attribute pages

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)

This topic contains 0 replies, has 1 voice.

Last updated by Minesh 1 month, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2782526
Snip20241107_21.png
Snip20241107_20.png

Hi Guys,

We would like to show the content with Toolset below the products on the attributes page.

We've added this a few years ago, but the content not showing anymore since some WordPress updates, but now we really need this.

How can we make sure the product text will appear below the products?

See screenshots attached of example on: hidden link

Kind regards,

Etienne Rozenblad

#2782561

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Product attributes are treated as taxonomy with WooCommerce.

Can you please share admin access details and let me check what could be the possible solution for this issue if any available. Once I review your setup I will be able to guide you in the right direction and for that I will require admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2782726

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

When I try to login using the access details you shared, I see the following message:

LOGIN BLOCKED: 2FA is required to be active on your account. Please contact the site administrator.

Can you please remove any 2FA or any other restrictions so that I can login without any issues.

#2782729

Sorry I have just removed 2FA for your account now!

#2783043

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - it seems you are using the theme's template to display the attributes (taxonomy) archive.

Normally, you should create a view in legacy mode:
- https://toolset.com/documentation/legacy-features/views-plugin/

And to display the term field:
- https://toolset.com/documentation/displaying-wordpress-term-fields/#displaying-term-fields-with-views-without-writing-any-code

However - if you want to deal with theme's PHP template, here is the Doc that you should follow and try to use the Types PHP API function types_render_termmeta() to display the term field:
- https://toolset.com/documentation/displaying-wordpress-term-fields/#displaying-term-fields-with-types-api

#2783655
WhatsApp Image 2024-11-13 at 12.14.16.jpeg

Hey guys,

We have tried to enable the legacy view in our WordPress dashboard from this page: hidden link

But we don't have this option to enable the legacy view (see attachment). How could we get this possibility to activate the content below?

We are looking forward to your reply.

Kind regards,

#2783660

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - you should install and activate the Toolset Blocks plugin.

You can download the latest Toolset Blocks plugin from your account's Download page:
- https://toolset.com/account/downloads/

Once you install and activate the Toolset Blocks plugin, you should be able to see the option.

Just to remind you, you should either create archive using Toolset Blocks (by enabling the legacy mode) or you can edit the default theme files for your archive as I shared with the previous reply:
- https://toolset.com/forums/topic/show-content-below-products-on-attribute-pages/#post-2783043