Skip Navigation

[Resolved] View not displayed properly

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

Problem:
View not displayed properly

Solution:
User has conflict with his cached CSS.

You can find proposed solution, in this case, with the following reply:
https://toolset.com/forums/topic/view-not-displayed-properly/#post-900885

Relevant Documentation:

This support ticket is created 6 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
- 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)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 6 years, 7 months ago.

Assisted by: Minesh.

Author
Posts
#899942

I am trying to: Display a view

Link to a page where the issue can be seen: hidden link

I expected to see: Elements in a 3 x 3 layout

Instead, I got: Black lines on each side for no reason

I have a problem with my display. I use bootstrap to show elements on my page and Divi builder to format them. Black lines appear on each side of the page. And search but I don't understand why...

#900885

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - I checked on your install and I see that the culprit CSS is coming from the cache:

.et_pb_text_19 {
    font-family: 'Oxygen',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
  background-color: #000000;
  font-family: 'Oxygen',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 16px;
 background-color: #000000; 
}

As you can see with above CSS background-color is added two time and its set to black color and the path of this CSS is:
=> hidden link

The above CSS coming from the above cache URL.

Could you please try to delete your cache and try to resolve your issue.