Forums Forums Search & Filter Pro How to use it with EDD without Shortcode

Tagged: ,

  • This topic has 7 replies, 2 voices, and was last updated 9 years ago by Ross.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #28898

    Hello !

    My theme is build for EDD and my page template don’t contains a shortcode like ‘[downloads]’. I think It’s inside of the loop (My theme is Checkout by Array themes). How to echo search and filters on my EDD pages ? Should I create a sidebar and echo the Search & Filter shortcode ?

    Another question. On my downloads archives I can easily add a sidebar and the widget. So it works fine but the widget dont want to show my category downloads and tags (only my post categories) ? How to fix it please ?

    Thank you so much, and sorry for the english ๐Ÿ˜‰

    Anonymous
    #29062

    I would like some help about how to run your plugin on EDD pages with the function do action please !
    My theme doesn’t work with shortcode ! If I have no answer I will ask for a refund !

    Ross Moderator
    #29065

    Do you have a link?

    Thanks

    Anonymous
    #29107
    This reply has been marked as private.
    Anonymous
    #29169
    This reply has been marked as private.
    Ross Moderator
    #29282

    Hi Yacine

    I see what you mean now.

    You cannot use S&F with custom queries – ie, you cannot wire it up to a custom WP_Query that is created somewhere else.

    What you would need to do is use S&F to create the whole query, and then customise the results.

    What I think is best to do in this case is to create the query with S&F

    http://www.designsandcode.com/documentation/search-filter-pro/search-results/using-a-shortcode/

    Make sure to complete the step about customising the template.

    Then the template file results.php would have your loop.

    I would then substitute the loop with the same structure as above and add in

    get_template_part( 'partials/content-download-thumbs' );

    The EDD specific support only works with EDD downloads shortcode itself.

    Thanks

    Anonymous
    #29479

    Hello Ross !

    Thank you for your help ! It works fine right now ๐Ÿ™‚
    I will recommend your plugin and your support

    Best regards.

    Ross Moderator
    #29481

    ๐Ÿ™‚

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