Skip Navigation

[Resolved] Author and content stopped display after plugins update

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 7 replies, has 2 voices.

Last updated by Luo Yang 1 year, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#2532863

I have 3 authors with user type "Teacher". One author with nick "info" stopped display. Likely as a result post of the author stopped display as well. Another 2 authors visible.

The issue occur after plugins update.

Looking forward your support.

Thank you in advance
Anton

#2532875
don't display.png
View.png
post of author.png

I've found and fixed issue with display of name of author.

But post of author still is not displayed.

#2532909
Снимок экрана 2023-01-12 в 15.26.08.png
Снимок экрана 2023-01-12 в 15.26.15.png

I've found an issue.

there are condition that level field should be less than 68.

the post is visible with level value 6 but it's not visible with level value 7.
May be system see 7 as greater than 68 somehow..

Sincerely
Anton

#2533525

Hello,

Q1) If you want to display post's author information, please try shortcode: [wpv-post-author], for example:
[wpv-post-author format="meta" meta="nickname"]
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154504

Q2) How do you setup the condition? with [wpv-conditional] shortcode? can you take a screenshot for your codes?

#2534719
View — копия.png

please find conditions set up. Please see that level should be less 68.

#2534729
Post — копия.png

post has level 7

#2534739

and condition see that 68 less than 7 and post is not display.

Other number of level like 6 and 8 works correctly.

#2535225

I have tried it in a fresh WP installation, it works fine, see below test site:
Login URL: hidden link

Custom number field "Level":
hidden link

Page with view block:
hidden link
You will need to change the filter to:
Select items with field:
Level is a number lower than or equal 68

It works fine in frontend:
hidden link