Passer la navigation

[Résolu] View

Ce fil est résolu. Voici une description du problème et la solution proposée.

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 Il y a 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 -

Fuseau horaire du supporter : Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par brandiR Il y a 4 years, 7 months.

Assisté par: Luo Yang.

Auteur
Publications
#2218709

This page (lien caché) 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!