WooCommerce Category Slider Pro

  1. Home
  2. Docs
  3. WooCommerce Category Slider Pro
  4. FAQs

FAQs

Q. As I have a business site, Do I need to purchase a Business license or Personal license is sufficient?

Ans: If you have a business site and want to use the plugin in your single business site, you don’t need to purchase the Business package/license. A Personal license is sufficient for you. You can just purchase a Personal package/license as you have a single website, whether it’s a business or personal site.

Q: How to insert the php do shortcode (template include)?

Ans: To use a shortcode inside a page template, you need to know which page template file you want to insert the shortcode into. This could be a custom template file that you’ve created or one of the default page templates that comes with your WordPress theme. Once you have located the page template file, open it in a text editor such as Notepad. To insert the do shortcode, simply copy and paste the PHP function

<?php echo do_shortcode('[woocatslider id="x"]'); ?>

into the appropriate place in your template file. Save the page template file. Go to the front end and refresh the page to see the changes.

Q. How to provide the plugin access to the Editors?

Ans: If you want to give the plugin access to the Editor role users, you can do it easily with the help of the following custom code. If you check the code, you can see there is an action hook (sp_wcslider_ui_permission) available in the plugin, which allows you to modify the plugin’s functionality.

// Editor role user access
function sp_wcslider_ui_permission_to_editor(){
    return 'edit_posts';
}
add_filter( 'sp_wcslider_ui_permission', 'sp_wcslider_ui_permission_to_editor' );

Q. How to Activate the License Key?

Ans: This video will show you how to Activate the License Key of WooCommerce Category Slider Pro.

Q. How to Show WooCommerce Categories (Parent, Child, Grand Child, and Great-grand Child)?

Ans: This video will show you how to show WooCommerce categories (parent, child, grandchild, and great-grandchild) with WooCommerce Category Slider Pro.

Q. How to Show WooCommerce Parent Categories?

Ans: This video will show you how to show WooCommerce parent categories.

Q. How to Show WooCommerce Child Categories?

Ans: This video will help you learn how to show WooCommerce child categories.

Q. How to Show WooCommerce Grand Child Categories?

Ans: This video will help you learn how to show WooCommerce Grand Child Categories.

Q. How to Show WooCommerce Great-grand Child Categories?

Ans: This video will show you how to show WooCommerce Grand Child Categories.

Q. How to Show Specific Categories in WooCommerce?

Ans: This video will help you learn how to show specific categories in WooCommerce with WooCommerce Category Slider Pro.

Q. How to Show Child Under Parent Categories in WooCommerce?

Ans: This video will help you know how to show a child under parent categories in WooCommerce with WooCommerce Category Slider Pro.

Q. How to Show WooCommerce Parent and Child Categories Individually?

Ans: This video will help you learn how to show WooCommerce parent and child categories individually with WooCommerce Category Slider Pro.

Q. How to Exclude Different Levels of Categories in WooCommerce?

Ans: This video will help you know how to exclude different levels of categories in WooCommerce with WooCommerce Category Slider Pro.