Select Page
  • woocommerce-filters.php – main plugin file
  • css – folder with CSS files
    • admin.css – styles for admin panel
    • colpick.css – styles for color picker block
    • font-awesome.min.css – standard Font Awesome styles
    • jquery-ui.min.css – styles for jQuery UI
    • widget.css – styles for pages with widgets
    • images – folder with images for jQuery UI
    • scrollbar – styles for custom scrollbar
    • styler – form styler
  • fonts – Font Awesome fonts
  • images – images that uses in plugin
  • includes – folder with additional PHP files
    • functions.php – public functions
    • updater.php – BeRocket Updater for plugins update from BeRocket site
    • widget.php – AJAX Product Filters widget
  • js – folder with JavaScript files
    • admin.js – JavaScript for admin panel settings and widget settings
    • colpick.js – JavaScript for color picker in admin panel settings
    • j.doe.cloud.min.js – generate tag cloud in tag widget
    • jquery-ui.min.js – jQuery UI uses only in admin panel
    • mobiles.min.js – additional JavaScript for jQuery UI for mobile devices
    • widget.min.js – JavaScript for AJAX Product Filters widgets
    • scrollbar – JavaScript for custom sliderbar
    • styler – JavaScript for form styler
  • templates – templates for widgets and settings
    • admin-settings.php – plugin settings
    • admin.php – templates for AJAX Product Filters widget settings
    • checkbox.php – templates for widget with checkbox type
    • color.php – templates for widget with color type
    • color_ajax.php – templates for color/image picker in widget with color or image type
    • image.php – templates for widget with image type
    • permalink_option.php – templates for options in permalink settings
    • radio.php – templates for widget with radio type
    • select.php – templates for widget with select type
    • slider.php – templates for widget with slider type
    • tag_cloud.php – templates for tag widget with tag cloud type
    • widget_start.php – templates before all widget types
    • widget_end.php – templates after all widget types
    • widget_selected_area.php – templates for Selected Filters area
    • widget_update_button.php – templates for Update Products button