We have a product on page Units ( hidden link ). When we make a change to the product itself, it disappears from the list on the page.
This is an example of a product that is not show.
Here is the link that not showing on the Units page: hidden link
Best regards,
Marko
Hello,
What kind of change have done to the post "archmi-815p"?
Please try to check these:
1) Make sure you are using the latest version of Toolset plugin, you can download them here:
https://toolset.com/account/downloads/
2) In case it is a compatibility problem, please deactivate other plugins, and switch to wordpress default theme 2017, and test again
3) If the problem still persists, please provide database dump file(ZIP file) of your website, also point out the problem page URL and view URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/
Hello,
Seems you are using other plugin "backupbuddy" to make the backup file, since I don't have a copy on it, so the backup file is not valid, please follow our document to make the database dump file
https://toolset.com/faq/provide-supporters-copy-site/
then put it into your own google drive disk, and share the link in your private message box:
https://toolset.com/forums/topic/we-have-a-product-on-page-units/#post-1096870
Thanks for the details, I am downloading the file, will update here if there is anything found
I have tried your database dump file in my localhost, it works fine, then I have tested it in your website, it works fine too:
hidden link
See screenshot: units.JPG, is this problem resolved?
Since you are going to sort the result by a custom field "status", you need to setup the "status" field value in all posts, including the post "ARCHMI-815P", or it will be excluded from the view result.
This is a limitation of WordPress. see document here:
https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
orderby
...
'meta_value' - Note that a 'meta_key=keyname' must also be present in the query.