Tagged: x
-
AuthorPosts
-
February 20, 2017 at 4:37 am #1377981
glennyboyParticipantHi
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
February 20, 2017 at 5:34 am #1378029
ChristianModeratorHey 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.
March 17, 2017 at 5:38 am #1410881
glennyboyParticipantYes 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?
March 17, 2017 at 5:15 pm #1411538
RadModeratorHi 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.phpAnd 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1377981 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
