Skip Navigation

[Resolved] View not rendering posts on the frontend

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

Problem:
The user has created a view, but the posts were not displaying on the frontend correctly.

Solution:
It turns out that this is an issue with the theme's styles. The issue does not appear on a default theme such as TwentyTwenty.
Issue fixed with custom CSS style.

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: Africa/Casablanca (GMT+01:00)

This topic contains 9 replies, has 2 voices.

Last updated by alperenK 4 years, 2 months ago.

Assisted by: Jamal.

Author
Posts
#1795809

I created a view, it renders posts on the backend, but it does not on the frontend.

#1795851
#1795869

Please check my last reply on the chat transcript for instruction on how to migrate your website into our platform.
The transcript is private, click on show private message to view it. Check this screenshot hidden link

#1795885

Hi Jamal, site is migrated now - if you need any information let me know

#1795947

It seems that the theme has a style that affects the view. Check this screenshot hidden link
The theme sets some styling on the pseudo-selector "::before" and sets its display to "table".

Add the following CSS code to your view and it should fix the issue, check this screenshot hidden link

div.tb-grid:before {
    display: none;
}

Please note, that this is just a workaround. For a permanent fix, please contact the theme's authors.

#1795965
frontend-language-selection.png

Hi Jamal, looks great now! Is it a problem to leave it like this? Will any problems occur if I use it with the CSS?

On the Frontend after selecting a language it shows me also empty even when a language is selected - is this also a theme problem?

Many thanks for your support!

#1795989

I am sorry, but I do not understand your last question. Can you elaborate more in details what's the issue?

#1795993
selectionfieldfrontend.png

Sure 🙂 on the frontend page (search area):

hidden link

Backend:
hidden link

is a taxonomy search field "Sprachen". The problem is that it does not show me the selected option (default "Alle", or when I select to another language. The View loop is refreshing correctly but the selected Language field (Sprache) shows empty.

New threads created by Jamal and linked to this one are listed below:

https://toolset.com/forums/topic/dropdown-filter-does-not-display-the-selected-value/

#1797807

Hello Jamal, I cant find anything under settings to select colour of the selection taxonomy field. It shows empty even when an option is selected. How can we fix this? Any setting options I missed to click?

#1798655

Yes, this is a conflict between the theme and Toolset. However, for support rules, we are able to handle only one issue at a time. This helps us to bring you a better service and also helps other users to find all the information here exposed. For that reason, I have created another ticket and I'll be posting my reply there.

If you believe that the initial request of this thread is fixed, please mark this ticket as resolved, and open a new ticket for any other question or issue you may encounter.

#1798695

My issue is resolved now. Thank you!