Saltar navegación

[Resuelto] View

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:

Post view stopped displaying the results on the initial loading, until I click on the Submit button without choosing any filters.

Solution:

It should be a CSS issue, please try below CSS codes:

https://toolset.com/forums/topic/view-6/#post-2218999

Relevant Documentation:

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/Hong_Kong (GMT+08:00)

Este tema contiene 2 respuestas, tiene 2 mensajes.

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

Asistido por: Luo Yang.

Autor
Mensajes
#2218709

This page (enlace oculto) is suppose to show all of our recent deliveries and then, if a user wishes, they can use the filters to narrow the results.

Recently, this page stopped acting this way and instead, on the initial loading of the page is blank until I click on the Submit button without choosing any filters. Then all of the recent deliveries show.

Please help! We don't want users seeing a page with only the filters.

#2218999
visibility.jpg

Hello,

It should be a CSS issue, please try below CSS codes:

#wpv-view-layout-5888{
visibility: visible !important;
}

It works fine with my chrome browser, see my screenshot visibility.JPG

#2221463

My issue is resolved now. Thank you!