Skip Navigation

[Resolved] View

This thread is resolved. Here is a description of the problem and solution.

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 3 years, 9 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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by brandiR 3 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#2218709

This page (hidden link) 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!