Skip Navigation

[Resolved] Working view somehow now broken…

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

Last updated by Minesh 8 months ago.

Assisted by: Minesh.

Author
Posts
#2700323
nari_biz_listing_error.jpg

The nariindy.com site loosely follows the directory example. A list of a user's businesses is incorporated into the WooCommerce user dashboard and worked perfectly until recently. Now the list displays the numeric ID of the view instead of appropriate content.

I have included a screenshot with the issue highlighted in red.

Obviously, troubleshooting this will require access to the site. I will create a standard user account for the site (or an "admin" level account if necessary) for your use.

Thanks!

#2700456

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Please provide the admin user account by setting the next reply as private.

I also need to know what was the change that caused the issue of having the View ID instead of the content of the website?

If you use the Content template method, please check how the view is called there. Try to add another instance of the View call by adding the view block or view shortcode if you use the classic mode.

On the next reply also tell us which view and content template to check to see the issue.

Thank you.

#2700974

Minesh
Supporter

Languages: English (English )

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

I see on my account page where you are listing the business:
- hidden link

It seems to me you already followed the following Doc - can you please double check:
- https://toolset.com/course-lesson/allow-users-to-manage-their-items/

As a admin user I can not see any other user's content as view you added on the following page:
- hidden link

The view is set to filter the results with Post Author as current loggedin user.
- Select posts with the author the same as the current logged in user.

Can you please share frontend user access details for which there should be business listings available?

I have set the next reply to private which means only you and I have access to it.

#2701798

Minesh
Supporter

Languages: English (English )

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

I've added the following CSS code to your view's CSS box:

form[name='wpv-filter-1625'] { 
display: none !important; 
}

More info:
- https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/#steps-for-adding-css-to-a-view

Can you please confirm its working as expected now.