Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Ajax Results don’t interpret Divi shortcode content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Theo Springfeld
    #233836

    Hi,
    i try to use Divi snippets as search results.

    This works fine, when i don’t use the search filter pro ajax option.
    Without Ajax the searchform seems to be send by post. So the result is as wanted an interpreted Divi shortcode.

    After turning on the ajax option the results are imported “inline”, which means the site isn’t reloaded. The result is the same Divi shortcode, but this time it isn’t interpreted.

    Is there any way to show the searchresults correctly when using ajax? Could you please explain howto?

    Best, wp-teo

    Screenshots:
    result without ajax
    result with ajax

    Trevor Moderator
    #233847

    Are you able to send me a live link/URL to your search page so I can take a look?

    Theo Springfeld
    #233874
    This reply has been marked as private.
    Trevor Moderator
    #233949

    Before you try the second option (below), can you edit the child theme functions.php file and add this code:

    function ddtest_et_builder_load_actions( $actions ) {
    	$actions[] = 'ddtest_handle_divi_section_shortcode';
    
    	return $actions;
    }
    
    add_filter( 'et_builder_load_actions', 'ddtest_et_builder_load_actions' );

    If that does not work, you may need to use our Divi integration method (unless you know that using their Blog Grid will no work for you), as described in this post:

    https://support.searchandfilter.com/forums/topic/divi-4-templates-blog-module/#post-226630

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.