Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results from Shortcode
This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko 1 year, 11 months ago.
- AuthorPosts
- April 16, 2021 at 2:49 pm #32782
Hello!
Short history of issue:
Created custom fields with Crocoblocks (Meta box), but its checkbox is not compatible with ACF and can not get custom fields in WCFM products.
If custom fields done with ACF then in return I can not get to work SmartFilter by Crocoblocks.
Solution was to use Crocoblock and WCFM product custom fields, code in functions.php. Resulting checkbox to appear in WCFM product and works with SmartFilter.
As issue went further in Elementor template we could get checkbox Label, instead it showed Name (data base entry).
Issue:
Now to show checkbox values Shortcode was created, but the issue is that Ajax Search Pro does not show results anymore. Looks like search reads values but does not display them. Product with selected value appear in search.Thanks in advance, looking forward hearing from you.
Attachments:
You must be logged in to view attached files.April 17, 2021 at 10:59 am #32788Hi,
Try changing this option. The contents are probably rendered from the shortcode, and if so, then that option should do the trick.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 18, 2021 at 6:35 pm #32798You cannot access this content.April 19, 2021 at 11:24 am #32815The filetype custom field is then not a text based field in this case. It might be some sort of a custom storage, json encoded or serialized in some way. The best way would be to perhaps print the field contents via a custom code to the results content field via the asp_results filter.
Best,
You may have to check the plugin API which creates that field on how to get a list of the extensions properly. After that it should be easy for your developer.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.