Skip Navigation

[Resolved] The view doesn't appear the first time

This support ticket is created 4 years, 2 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/Karachi (GMT+05:00)

This topic contains 3 replies, has 2 voices.

Last updated by Deniz 4 years, 2 months ago.

Assisted by: Waqar.

Author
Posts
#1842315

Hi,

sorry for the late reply, we were running out of space on the server. (see last ticket)
Here is a stating link (use the same login ) to do whatever you want.
hidden link
Thank you

Regards
Fabien

#1843293

Hi Fabien,

Thank you for contacting us and I'd be happy to assist.

During troubleshooting, I noticed that the 0px width is being set to the view's container since it is not visible when the page initially loads.
( as the "nos-suggestions" tab is not the active tab, by default )

To counter that, you can include the following custom CSS code in your view:


.js-wpv-view-layout {
  width: 100% !important;
}

regards,
Waqar

#1847595

My issue is resolved now. Thank you!

#1966527

Hi,

This code fixed the problem but I just saw that it generates an overflow and streck the items.
you can see it : hidden link

Thanks