Skip Navigation

[Resuelto] What does this mean? This filter be applied to Taxonomy Archives …

This support ticket is created hace 7 años. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 11 respuestas, tiene 2 mensajes.

Última actualización por Francisco Ramón Molina Busquiel hace 7 años.

Asistido por: Minesh.

Autor
Mensajes
#592658
2017-11-23_20-02-13.jpg

What does this mean?
"This filter will be applied to Taxonomy Archives matching the filtered taxonomies: category-history."
Look at the screenshot.

Thanks for your help.

Best regards,
Francisco R.

#592693

Minesh
Supporter

Idiomas: Inglés (English )

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

Hello. Thank you for contacting the Toolset support.

What does this mean?
"This filter will be applied to Taxonomy Archives matching the filtered taxonomies: category-history."

The message you getting is expected one - you can't filter a taxonomy archive by the same taxonomy. WordPress Archives are not designed to work for a single term within a taxonomy.

One way to get around this is to create a View that acts like an archive for your category term. Create a View that shows all posts, then add a filter by taxonomy term. Add this View to a page and link to this page instead of your archive.

#592737

But, I'm doing it the way you say, so I do not understand why that message is shown.

#592745

Minesh
Supporter

Idiomas: Inglés (English )

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

well - are you working with archive or you created custom search view?

#592752
2017-11-24_10-08-10.jpg

Yes. It is a archive.
Look at the screenshot.

#592755

Minesh
Supporter

Idiomas: Inglés (English )

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

As I tried to explain you before :

The message you getting is expected one - you can't filter a taxonomy archive by the same taxonomy. WordPress Archives are not designed to work for a single term within a taxonomy.

What you should do is - create a new custom view and add taxonomy filter with this view and all this view to new page thats the only possible solution.

#592769

But as far as I know, I do not have any filtering by taxonomy inside that archive definition.
In the filter there is only one general search field and one version field.

[wpv-filter-start hide="false"]
[wpv-filter-controls]
<div class="rowbox">
  <div class="row">
    <div class="col-sm-8">
      <div class="form-group">
        <label>[wpml-string context="wpv-views"]Búsqueda[/wpml-string]</label>
        <div class="input-group">
	      [wpv-filter-search-box output="bootstrap"]
          <span class="glyphicon glyphicon-search form-control-feedback" aria-hidden="true"></span>
        </div>
      </div>
    </div>
    <div class="col-sm-4">
      <label>[wpml-string context="wpv-views"]Versión[/wpml-string]</label>
	  [wpv-control-postmeta field="wpcf-hversion" url_param="wpv-wpcf-hversion"]
    </div>
  </div>
  <div class="row">
    <div class="col-sm-6">
      [wpv-filter-submit value_where="full_content" name="Buscar" output="bootstrap" class="btn-primary"]
      [wpv-filter-reset value_where="full_content" output="bootstrap" class="btn-danger"]
    </div>
    <div class="col-sm-6">
      <div class="rightbuttons">
        <a class="btn btn-success" href="<em><u>enlace oculto</u></em>"><span class="glyphicon glyphicon-th-large"></span> Categorías</a>
        <a class="btn btn-success" href="<em><u>enlace oculto</u></em>"><span class="glyphicon glyphicon-th"></span> Etiquetas</a>
      </div>
    </div>
  </div>
</div>
[/wpv-filter-controls]
[wpv-filter-end]
#592774

Minesh
Supporter

Idiomas: Inglés (English )

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

Could you please share your problem archive link and temporary 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 would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

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

#592807

Minesh
Supporter

Idiomas: Inglés (English )

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

As you can see with the following image:
=> enlace oculto

Your archive is assigned to multiple entities - CPT and couple of taxonomies, that is why it displays the message.

You should create separate archive for your CPT and taxonomies.

#592819

It is curious, however, in the front-end everything works correctly.

#592824

Minesh
Supporter

Idiomas: Inglés (English )

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

Yes - but that message is displaying because you assigned the same archive to couple of your taxonomy. You can remove the assignment of taxonomy archive and you will not see the said message.

#592826

Ok. Thanks Minesh.