This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Results from Shortcode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #32782
    Gacho317Gacho317
    Participant

    Hello!

    Short history of issue:

    Created custom fields with Crocoblocks (Meta box), but it`s 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.

    #32788
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Try changing this option. The contents are probably rendered from the shortcode, and if so, then that option should do the trick.

    #32798
    Gacho317Gacho317
    Participant

    You cannot access this content.

    #32815
    Ernest MarcinkoErnest Marcinko
    Keymaster

    The 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.
    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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.