You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

591 lines
16 KiB

<?php
/**
* CSS files.
*
* @version 1.0
* @package xts
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Direct access not allowed.
}
return array(
// Layouts.
'layout-wrapper-boxed' => array(
array(
'title' => esc_html__( 'Layout wrapper boxed', 'woodmart' ),
'name' => 'layout-wrapper-boxed',
'file' => '/css/parts/layout-wrapper-boxed',
),
),
// Modules.
'notices-fixed' => array(
array(
'title' => esc_html__( 'Sticky notifications module', 'woodmart' ),
'name' => 'notices-fixed',
'file' => '/css/parts/mod-notices-fixed',
),
),
// Woocommerce.
'colorbox-popup' => array(
array(
'title' => esc_html__( 'Color box popup library', 'woodmart' ),
'name' => 'colorbox-popup',
'file' => '/css/parts/woo-lib-colorbox-popup',
),
),
'woocommerce-base' => array(
array(
'title' => esc_html__( 'WooCommerce base', 'woodmart' ),
'name' => 'woocommerce-base',
'file' => '/css/parts/woocommerce-base',
),
),
'brands' => array(
array(
'title' => esc_html__( 'Brands element', 'woodmart' ),
'name' => 'brands',
'file' => '/css/parts/el-brand',
),
),
'product-tabs' => array(
array(
'title' => esc_html__( 'Product tabs element', 'woodmart' ),
'name' => 'product-tabs',
'file' => '/css/parts/el-product-tabs',
),
),
'slick' => array(
array(
'title' => esc_html__( 'Slick slider library', 'woodmart' ),
'name' => 'slick',
'file' => '/css/parts/woo-lib-slick-slider',
),
),
'add-to-cart-popup' => array(
array(
'title' => esc_html__( 'Add to cart popup option', 'woodmart' ),
'name' => 'add-to-cart-popup',
'file' => '/css/parts/woo-opt-add-to-cart-popup',
),
),
'size-guide' => array(
array(
'title' => esc_html__( 'Size guide', 'woodmart' ),
'name' => 'size-guide',
'file' => '/css/parts/woo-opt-size-guide',
),
),
'social-login' => array(
array(
'title' => esc_html__( 'Social login', 'woodmart' ),
'name' => 'social-login',
'file' => '/css/parts/woo-opt-social-login',
),
),
'sticky-add-to-cart' => array(
array(
'title' => esc_html__( 'Sticky add to cart', 'woodmart' ),
'name' => 'sticky-add-to-cart',
'file' => '/css/parts/woo-opt-sticky-add-to-cart',
),
),
'page-cart' => array(
array(
'title' => esc_html__( 'Cart page', 'woodmart' ),
'name' => 'page-cart',
'file' => '/css/parts/woo-page-cart',
),
),
'page-checkout' => array(
array(
'title' => esc_html__( 'Checkout page', 'woodmart' ),
'name' => 'page-checkout',
'file' => '/css/parts/woo-page-checkout',
),
),
'page-compare' => array(
array(
'title' => esc_html__( 'Compare page', 'woodmart' ),
'name' => 'page-compare',
'file' => '/css/parts/woo-page-compare',
),
),
'page-wishlist' => array(
array(
'title' => esc_html__( 'Wishlist page', 'woodmart' ),
'name' => 'page-wishlist',
'file' => '/css/parts/woo-page-wishlist',
),
),
'page-my-account' => array(
array(
'title' => esc_html__( 'My account page', 'woodmart' ),
'name' => 'page-my-account',
'file' => '/css/parts/woo-page-my-account',
),
),
'page-shop' => array(
array(
'title' => esc_html__( 'Shop page', 'woodmart' ),
'name' => 'page-shop',
'file' => '/css/parts/woo-page-shop',
),
),
'page-single-product' => array(
array(
'title' => esc_html__( 'Single product page', 'woodmart' ),
'name' => 'page-single-product',
'file' => '/css/parts/woo-page-single-product',
),
),
'product-loop' => array(
array(
'title' => esc_html__( 'Product loop', 'woodmart' ),
'name' => 'product-loop',
'file' => '/css/parts/woo-product-loop',
),
),
'select2' => array(
array(
'title' => esc_html__( 'Select2 library', 'woodmart' ),
'name' => 'select2',
'file' => '/css/parts/woo-lib-select2',
),
),
'categories-loop' => array(
array(
'title' => esc_html__( 'Categories loop', 'woodmart' ),
'name' => 'categories-loop',
'file' => '/css/parts/woo-categories-loop',
),
),
// Base.
'blog-base' => array(
array(
'title' => esc_html__( 'Blog base', 'woodmart' ),
'name' => 'blog-base',
'file' => '/css/parts/blog-base',
),
),
'portfolio-base' => array(
array(
'title' => esc_html__( 'Portfolio base', 'woodmart' ),
'name' => 'portfolio-base',
'file' => '/css/parts/portfolio-base',
),
),
'page-404' => array(
array(
'title' => esc_html__( 'Page 404', 'woodmart' ),
'name' => 'page-404',
'file' => '/css/parts/page-404',
),
),
'wp-gutenberg' => array(
array(
'title' => esc_html__( 'Gutenberg', 'woodmart' ),
'name' => 'wp-gutenberg',
'file' => '/css/parts/wp-gutenberg',
),
),
'page-search-results' => array(
array(
'title' => esc_html__( 'Search page', 'woodmart' ),
'name' => 'page-search-results',
'file' => '/css/parts/page-search-results',
),
),
// Options.
'age-verify' => array(
array(
'title' => esc_html__( 'Age verify option', 'woodmart' ),
'name' => 'age-verify',
'file' => '/css/parts/opt-age-verify',
),
),
'bottom-toolbar' => array(
array(
'title' => esc_html__( 'Button navbar option', 'woodmart' ),
'name' => 'bottom-toolbar',
'file' => '/css/parts/opt-bottom-toolbar',
),
),
'cookies-popup' => array(
array(
'title' => esc_html__( 'Cookies popup option', 'woodmart' ),
'name' => 'cookies-popup',
'file' => '/css/parts/opt-cookies',
),
),
'header-banner' => array(
array(
'title' => esc_html__( 'Header banner option', 'woodmart' ),
'name' => 'header-banner',
'file' => '/css/parts/opt-header-banner',
),
),
'lazy-loading' => array(
array(
'title' => esc_html__( 'Lazy loading option', 'woodmart' ),
'name' => 'lazy-loading',
'file' => '/css/parts/opt-lazy-load',
),
),
'off-canvas-sidebar' => array(
array(
'title' => esc_html__( 'Off canvas sidebar option', 'woodmart' ),
'name' => 'off-canvas-sidebar',
'file' => '/css/parts/opt-off-canvas-sidebar',
),
),
'promo-popup' => array(
array(
'title' => esc_html__( 'Promo popup option', 'woodmart' ),
'name' => 'promo-popup',
'file' => '/css/parts/opt-promo-popup',
),
),
'scroll-top' => array(
array(
'title' => esc_html__( 'Scroll to top option', 'woodmart' ),
'name' => 'scroll-top',
'file' => '/css/parts/opt-scrolltotop',
),
),
'sticky-social-buttons' => array(
array(
'title' => esc_html__( 'Sticky social buttons option', 'woodmart' ),
'name' => 'sticky-social-buttons',
'file' => '/css/parts/opt-sticky-social',
),
),
// Libraries.
'justified' => array(
array(
'title' => esc_html__( 'Justified gallery library', 'woodmart' ),
'name' => 'justified',
'file' => '/css/parts/lib-justified-gallery',
),
),
'mfp-popup' => array(
array(
'title' => esc_html__( 'Magnific popup library', 'woodmart' ),
'name' => 'mfp-popup',
'file' => '/css/parts/lib-magnific-popup',
),
),
'owl-carousel' => array(
array(
'title' => esc_html__( 'Owl carousel library', 'woodmart' ),
'name' => 'owl-carousel',
'file' => '/css/parts/lib-owl-carousel',
),
),
'photoswipe' => array(
array(
'title' => esc_html__( 'Photoswipe library', 'woodmart' ),
'name' => 'photoswipe',
'file' => '/css/parts/lib-photoswipe',
),
),
// Integrations.
'wpbakery-base' => array(
array(
'title' => esc_html__( 'WPBakery integration', 'woodmart' ),
'name' => 'wpbakery-base',
'file' => '/css/parts/int-wpbakery-base',
),
),
'elementor-base' => array(
array(
'title' => esc_html__( 'Elementor integration', 'woodmart' ),
'name' => 'elementor-base',
'file' => '/css/parts/int-elementor-base',
),
),
'elementor-pro-base' => array(
array(
'title' => esc_html__( 'Elementor Pro integration', 'woodmart' ),
'name' => 'elementor-pro-base',
'file' => '/css/parts/int-elementor-pro',
),
),
'advanced-nocaptcha' => array(
array(
'title' => esc_html__( 'Advanced Nocaptcha integration', 'woodmart' ),
'name' => 'advanced-nocaptcha',
'file' => '/css/parts/int-advanced-nocaptcha',
),
),
'bbpress' => array(
array(
'title' => esc_html__( 'BBPress integration', 'woodmart' ),
'name' => 'bbpress',
'file' => '/css/parts/int-bbpress',
),
),
'wpcf7' => array(
array(
'title' => esc_html__( 'Contacts form 7 integration', 'woodmart' ),
'name' => 'wpcf7',
'file' => '/css/parts/int-wpcf7',
),
),
'woo-curr-switch' => array(
array(
'title' => esc_html__( 'WC currency switcher integration', 'woodmart' ),
'name' => 'woo-curr-switch',
'file' => '/css/parts/int-woo-curr-switch',
),
),
'woo-dokan-vend' => array(
array(
'title' => esc_html__( 'Dokan integration', 'woodmart' ),
'name' => 'woo-dokan-vend',
'file' => '/css/parts/int-woo-dokan-vend',
),
),
'woo-germanized' => array(
array(
'title' => esc_html__( 'Germanized integration', 'woodmart' ),
'name' => 'woo-germanized',
'file' => '/css/parts/int-woo-germanized',
),
),
'mc4wp' => array(
array(
'title' => esc_html__( 'Mailchimp for wordpress integration', 'woodmart' ),
'name' => 'mc4wp',
'file' => '/css/parts/int-mc4wp',
'wpb_file' => '/css/parts/wpb-int-mc4wp',
),
),
'woo-paypal-express' => array(
array(
'title' => esc_html__( 'PayPal Express integration', 'woodmart' ),
'name' => 'woo-paypal-express',
'file' => '/css/parts/int-woo-paypal-express',
),
),
'revolution-slider' => array(
array(
'title' => esc_html__( 'Slider Revolution integration', 'woodmart' ),
'name' => 'revolution-slider',
'file' => '/css/parts/int-revolution-slider',
),
),
'woo-stripe' => array(
array(
'title' => esc_html__( 'Stripe integration', 'woodmart' ),
'name' => 'woo-stripe',
'file' => '/css/parts/int-woo-stripe',
),
),
'woo-wcfm-fm' => array(
array(
'title' => esc_html__( 'WCFM – Frontend Manager integration', 'woodmart' ),
'name' => 'woo-wcfm-fm',
'file' => '/css/parts/int-woo-wcfm-fm',
),
),
'woo-wc-marketplace' => array(
array(
'title' => esc_html__( 'Multivendor Marketplace integration', 'woodmart' ),
'name' => 'woo-wc-marketplace',
'file' => '/css/parts/int-woo-wc-marketplace',
),
),
'woo-wc-vendors' => array(
array(
'title' => esc_html__( 'WC Vendors integration', 'woodmart' ),
'name' => 'woo-wc-vendors',
'file' => '/css/parts/int-woo-wc-vendors',
),
),
'wpml' => array(
array(
'title' => esc_html__( 'WPML integration', 'woodmart' ),
'name' => 'wpml',
'file' => '/css/parts/int-wpml',
),
),
'woo-yith-compare' => array(
array(
'title' => esc_html__( 'YITH Compare integration', 'woodmart' ),
'name' => 'woo-yith-compare',
'file' => '/css/parts/int-woo-yith-compare',
),
),
'woo-yith-vendor' => array(
array(
'title' => esc_html__( 'YITH Vendor integration', 'woodmart' ),
'name' => 'woo-yith-vendor',
'file' => '/css/parts/int-woo-yith-vendor',
),
),
'woo-yith-req-quote' => array(
array(
'title' => esc_html__( 'YITH Request Quote integration', 'woodmart' ),
'name' => 'woo-yith-req-quote',
'file' => '/css/parts/int-woo-yith-req-quote',
),
),
'woo-yith-wishlist' => array(
array(
'title' => esc_html__( 'YITH Wishlist integration', 'woodmart' ),
'name' => 'woo-yith-wishlist',
'file' => '/css/parts/int-woo-yith-wishlist',
),
),
// Elements.
'360degree' => array(
array(
'title' => esc_html__( '360 Element', 'woodmart' ),
'name' => '360degree',
'file' => '/css/parts/el-360deg',
),
),
'banner' => array(
array(
'title' => esc_html__( 'Banner element', 'woodmart' ),
'name' => 'banner',
'file' => '/css/parts/el-banner',
'wpb_file' => '/css/parts/wpb-el-banner',
),
),
'countdown' => array(
array(
'title' => esc_html__( 'Countdown element', 'woodmart' ),
'name' => 'countdown',
'file' => '/css/parts/el-countdown-timer',
),
),
'counter' => array(
array(
'title' => esc_html__( 'Counter element', 'woodmart' ),
'name' => 'counter',
'file' => '/css/parts/el-counter',
),
),
'image-gallery' => array(
array(
'title' => esc_html__( 'Image gallery element', 'woodmart' ),
'name' => 'image-gallery',
'file' => '/css/parts/el-gallery',
),
),
'image-hotspot' => array(
array(
'title' => esc_html__( 'Image hotspot element', 'woodmart' ),
'name' => 'image-hotspot',
'file' => '/css/parts/el-hotspot',
),
),
'info-box' => array(
array(
'title' => esc_html__( 'Info box element', 'woodmart' ),
'name' => 'info-box',
'file' => '/css/parts/el-info-box',
),
),
'instagram' => array(
array(
'title' => esc_html__( 'Instagram element', 'woodmart' ),
'name' => 'instagram',
'file' => '/css/parts/el-instagram',
),
),
'list' => array(
array(
'title' => esc_html__( 'List element', 'woodmart' ),
'name' => 'list',
'file' => '/css/parts/el-list',
),
),
'map' => array(
array(
'title' => esc_html__( 'Google maps element', 'woodmart' ),
'name' => 'map',
'file' => '/css/parts/el-map',
),
),
'menu-price' => array(
array(
'title' => esc_html__( 'Menu price element', 'woodmart' ),
'name' => 'menu-price',
'file' => '/css/parts/el-menu-price',
),
),
'pricing-table' => array(
array(
'title' => esc_html__( 'Pricing table element', 'woodmart' ),
'name' => 'pricing-table',
'file' => '/css/parts/el-pricing-table',
),
),
'responsive-text' => array(
array(
'title' => esc_html__( 'Responsive text element', 'woodmart' ),
'name' => 'responsive-text',
'file' => '/css/parts/el-responsive-text',
),
),
'dividers' => array(
array(
'title' => esc_html__( 'Dividers element', 'woodmart' ),
'name' => 'dividers',
'file' => '/css/parts/el-row-divider',
),
),
'section-title' => array(
array(
'title' => esc_html__( 'Section title element', 'woodmart' ),
'name' => 'section-title',
'file' => '/css/parts/el-section-title',
),
),
'slider' => array(
array(
'title' => esc_html__( 'Slider element', 'woodmart' ),
'name' => 'slider',
'file' => '/css/parts/el-slider',
),
),
'social-icons' => array(
array(
'title' => esc_html__( 'Social icons element', 'woodmart' ),
'name' => 'social-icons',
'file' => '/css/parts/el-social-icons',
),
),
'team-member' => array(
array(
'title' => esc_html__( 'Team member element', 'woodmart' ),
'name' => 'team-member',
'file' => '/css/parts/el-team-member',
),
),
'testimonial' => array(
array(
'title' => esc_html__( 'Testimonial element', 'woodmart' ),
'name' => 'testimonial',
'file' => '/css/parts/el-testimonial',
),
),
'timeline' => array(
array(
'title' => esc_html__( 'Timeline element', 'woodmart' ),
'name' => 'timeline',
'file' => '/css/parts/el-timeline',
),
),
'twitter' => array(
array(
'title' => esc_html__( 'Twitter element', 'woodmart' ),
'name' => 'twitter',
'file' => '/css/parts/el-twitter',
),
),
);