Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1377981
    glennyboy
    Participant

    Hi

    The product filter we are using from Code canyon that previously replaced the default product filter has stopped working and so I need to hard code it back in. Can you advise what page I need to duplicate to our theme to add in the filter to the top of the Product Archive (it’s default position). If there is no page then can it be added as a function? I need to add in a shortcode via PHP for the template.

    Thanks

    Glennyboy

    #1378029
    Christian
    Moderator

    Hey Glennyboy

    It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Thank you for your understanding.

    #1410881
    glennyboy
    Participant

    Yes I understand that you can’t help with the plugin, but perhaps you can answer my question. On what template page could I add a shortcode/code to put the Woo Commerce filter in i.e. on which template is the default WordPress filter?

    #1411538
    Rad
    Moderator

    Hi there,

    X theme only provides the template that wraps woocommerce functionality. I can’t guarantee that it will work just placing it on the template, I’m not sure what the filter’s integration is added to the Woocommerce. But you can add it on this template

    \wp-content\themes\x\framework\views\{SELECTED_STACK}\woocommerce.php

    And as you notice, the template has only this one line to output woocommerce content.

    <?php woocommerce_content(); ?>

    Other templates are available from \wp-content\themes\x\woocommerce\ folder but it’s they aren’t related to Woocommerce filter.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1377981 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>