Skip Navigation

[Resolved] view

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.

Our next available supporter will start replying to tickets in about 2.64 hours from now. Thank you for your understanding.

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

Last updated by Minesh 5 months, 1 week ago.

Assisted by: Minesh.

Author
Posts
#2702430

Okay, I'm really dumb. I have a search view set up. I have one set up for like 8 other types of posts. BUT -- this one? No workee, and I just can't solve it.

hidden link

#2702431
shops-shot.jpg

Okay, this is the backend: hidden link

This is the frontend: hidden link

which looks like the above pic, and doesn't work. Sigh. Sorry for the dumbness. Please help.

#2702457

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Can you please send me admin access details and tell me what exactly not working or what is your expected results or what you want to achieve wit the view you created.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

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

#2702470

Minesh
Supporter

Languages: English (English )

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

I've just done primary investigation and I found that you added the view to custom field.

As you are on production site we do not recommond to debug issues on production site.

*** Please make a FULL BACKUP of your database and website.***
I suggest the following troubleshooting steps:

- Can you please create a new page and add your view directly to that page:

[wpv-view name="search-shops-by-region"]

- Can you please switch to default theme and check if you able to see the view output?
- Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?

Do you see any difference after following above steps?

#2702518
Screen Shot 2024-06-14 at 3.23.13 PM.png

I did, Minesh, and now the Search works, but the page looks wrong. I've attached. Thanks.

#2702770

Minesh
Supporter

Languages: English (English )

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

Can you please share to what test page you added the view - can you please share link of that page?

#2702969

Sure, here it is:

hidden link

Thanks, Minesh.

#2703002

Minesh
Supporter

Languages: English (English )

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

There is something going on I'm not sure what it could be as I just checked the query generated by views:

SELECT SQL_CALC_FOUND_ROWS  wp_jwhy_posts.ID
					 FROM wp_jwhy_posts 
					 WHERE 1=1  AND wp_jwhy_posts.post_type = 'shop' AND ((wp_jwhy_posts.post_status = 'publish' OR wp_jwhy_posts.post_status = 'private'))
					 
					 ORDER BY wp_jwhy_posts.post_title DESC
					 LIMIT 0, 10

And the above query does return the results but I'm not sure why those results are not get displayed with the view.

*** Please make a FULL BACKUP of your database and website.***

In order to make sure there is no possible conflict with the plugins/theme you use:

Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
- Do you see any difference?

#2703096

How can that be? All other views that are the same are working.

#2703499

Minesh
Supporter

Languages: English (English )

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

I'm not sure as I already shared that the view is producing the correct result but somehow those results are overridden on your hope page.

As you already tested where you added the same view on different testing page and you confirm that it shows output but homepage it just does not display output really weird.

*** Please make a FULL BACKUP of your database and website.***

Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
- Do you see any difference?

Or

You should try to check your homepage and remove few sections one by one in order to debug this further.
Or also check by switching to default 2021 theme and check if you able to see the view results.
Or check if you have added any view's filter hooks or any other custom code or CSS that is applied to this view result.

#2704036
Screen Shot 2024-06-23 at 5.48.45 PM.png

What's this mean?

#2704060

Minesh
Supporter

Languages: English (English )

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

Those are the things that server is not able to load or possibly blocked.

As I shared with my previous reply:
- https://toolset.com/forums/topic/view/#post-2703002

The view generates the query shared with above reply and somehow it does not display the results so there must be something that conflicts.

Have you tried any options I asked with my previous reply:
- https://toolset.com/forums/topic/view/#post-2703499