{ "name": "woolentor/product-grid-editorial", "category": "woolentor-blocks", "title": "WL: Product Grid Editorial", "description": "Display products in Editorial grid and list layout.", "keywords": [ "woolentor", "product", "editorial", "grid", "list", "Grid Editorial", "woocommerce", "shop product" ], "supports": { "align": [ "wide", "full" ] }, "attributes": { "blockUniqId": { "type": "string", "default": "" }, "areaPadding": { "type": "object", "default": { "device": "desktop" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} { padding: {{areaPadding}} !important; }" } }, "areaMargin": { "type": "object", "default": { "device": "desktop" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}} { margin: {{areaMargin}} !important; }" } }, "areaBGProperty": { "type": "object", "default": { "imageId": null, "imageUrl": "", "position": "", "attachment": "", "repeat": "", "size": "" }, "style": { "selector": "{{WOOLENTOR_WRAPPER}}" } }, "query_type": { "type": "string", "default": "products" }, "include_products": { "type": "array", "default": [] }, "posts_per_page": { "type": "number", "default": 3 }, "categories": { "type": "array", "default": [] }, "tags": { "type": "array", "default": [] }, "orderby": { "type": "string", "default": "none" }, "order": { "type": "string", "default": "DESC" }, "exclude_products": { "type": "array", "default": [] }, "exclude_out_of_stock": { "type": "boolean", "default": false }, "exclude_no_image": { "type": "boolean", "default": false }, "enable_filters": { "type": "boolean", "default": false }, "layout": { "type": "string", "default": "grid" }, "default_view_mode": { "type": "string", "default": "grid" }, "columns": { "type": "object", "default": { "desktop": 3 } }, "gap": { "type": "number", "default": 25, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial { gap: {{gap}}px; }" } }, "show_image": { "type": "boolean", "default": true }, "image_size": { "type": "string", "default": "woocommerce_thumbnail" }, "show_secondary_image": { "type": "boolean", "default": false }, "show_title": { "type": "boolean", "default": true }, "title_tag": { "type": "string", "default": "h3" }, "show_price": { "type": "boolean", "default": true }, "show_rating": { "type": "boolean", "default": true }, "show_categories": { "type": "boolean", "default": true }, "show_add_to_cart": { "type": "boolean", "default": true }, "show_quick_view": { "type": "boolean", "default": true }, "show_wishlist": { "type": "boolean", "default": true }, "show_compare": { "type": "boolean", "default": true }, "show_badges": { "type": "boolean", "default": true }, "badge_style": { "type": "string", "default": "gradient" }, "badge_position": { "type": "string", "default": "top-left" }, "show_sale_badge": { "type": "boolean", "default": true }, "sale_badge_text": { "type": "string", "default": "SALE" }, "show_new_badge": { "type": "boolean", "default": true }, "new_badge_text": { "type": "string", "default": "NEW" }, "new_badge_days": { "type": "number", "default": 7 }, "show_trending_badge": { "type": "boolean", "default": false }, "trending_badge_text": { "type": "string", "default": "HOT" }, "show_grid_description": { "type": "boolean", "default": true }, "grid_description_length": { "type": "number", "default": 15 }, "show_grid_stock_indicator": { "type": "boolean", "default": true }, "show_view_details": { "type": "boolean", "default": true }, "view_details_text": { "type": "string", "default": "View Details" }, "grid_image_aspect_ratio": { "type": "string", "default": "3-4" }, "show_list_description": { "type": "boolean", "default": true }, "list_description_length": { "type": "number", "default": 30 }, "show_list_stock_indicator": { "type": "boolean", "default": true }, "list_image_aspect_ratio": { "type": "string", "default": "3-4" }, "stock_text_in_stock": { "type": "string", "default": "In Stock" }, "stock_text_out_of_stock": { "type": "string", "default": "Out of Stock" }, "add_to_cart_text": { "type": "string", "default": "" }, "card_hover_effect": { "type": "string", "default": "lift" }, "image_hover_effect": { "type": "string", "default": "zoom" }, "show_quick_actions": { "type": "boolean", "default": true }, "enable_pagination": { "type": "boolean", "default": true }, "pagination_type": { "type": "string", "default": "numbers" }, "load_more_text": { "type": "string", "default": "Load More" }, "load_more_complete_text": { "type": "string", "default": "No more products" }, "container_background": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-card,{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-editorial-list-card { background-color: {{container_background}}; }" } }, "container_border": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-card,{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-editorial-list-card" } }, "container_border_radius": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-card,{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-editorial-list-card { border-radius: {{container_border_radius}}; }" } }, "container_box_shadow": { "type": "object", "default": {}, "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-card,{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-editorial-list-card" } }, "container_padding": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-card,{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-editorial-list-card { padding: {{container_padding}}; }" } }, "image_border_radius": { "type": "object", "style": { "dependency": [ [ { "key": "show_image", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-image img.woolentor-product-img { border-radius: {{image_border_radius}}; }" } }, "content_padding": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-content { padding: {{content_padding}}; }" } }, "content_align": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-content,{{WOOLENTOR_WRAPPER}} .woolentor-content-header{ align-items: {{content_align}}; }" } }, "badge_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_badges", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-item .woolentor-badge{ color: {{badge_color}}; }" } }, "badge_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_badges", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-item .woolentor-badge{ font-size: {{badge_typography}}; }" } }, "badge_background_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_badges", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-item .woolentor-badge{ background-color: {{badge_background_color}};background: {{badge_background_color}}; }" } }, "badge_border": { "type": "object", "style": { "dependency": [ [ { "key": "show_badges", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-item .woolentor-badge" } }, "badge_border_radius": { "type": "object", "style": { "dependency": [ [ { "key": "show_badges", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-item .woolentor-badge { border-radius: {{badge_border_radius}}; }" } }, "badge_padding": { "type": "object", "style": { "dependency": [ [ { "key": "show_badges", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-item .woolentor-badge { padding: {{badge_padding}}; }" } }, "title_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_title", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-title a{ color: {{title_color}} !important; }" } }, "title_hover_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_title", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-title a:hover{ color: {{title_hover_color}} !important; }" } }, "title_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_title", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-style-editorial .woolentor-editorial-grid-card .woolentor-product-title,{{WOOLENTOR_WRAPPER}} .woolentor-style-editorial .woolentor-editorial-list-card .woolentor-product-title{ font-size: {{title_typography}} !important; }" } }, "title_margin": { "type": "object", "style": { "dependency": [ [ { "key": "show_title", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-title { margin: {{title_margin}}; }" } }, "review_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-stars .star{ color: {{review_color}} !important; }" } }, "empty_review_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-stars .star.empty{ color: {{empty_review_color}} !important; }" } }, "start_size": { "type": "string", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-stars .star{ width: {{start_size}}px !important; height: {{start_size}}px !important; }" } }, "start_space_between": { "type": "string", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-stars{ gap: {{start_space_between}}px !important; }" } }, "review_counter_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-review-count,{{WOOLENTOR_WRAPPER}} .woolentor-product-rating .rating-info{ color: {{review_counter_color}}; }" } }, "review_counter_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-grid-editorial .woolentor-review-count,{{WOOLENTOR_WRAPPER}} .woolentor-product-rating .rating-info{ font-size: {{review_counter_typography}}; }" } }, "review_margin": { "type": "object", "style": { "dependency": [ [ { "key": "show_rating", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-rating{ margin: {{review_margin}}; }" } }, "category_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_categories", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-categories .woolentor-product-category{ color: {{category_color}}; }" } }, "category_hover_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_categories", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-categories .woolentor-product-category:hover{ color: {{category_hover_color}}; }" } }, "category_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_categories", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-categories .woolentor-product-category{ font-size: {{category_typography}}; }" } }, "category_margin": { "type": "object", "style": { "dependency": [ [ { "key": "show_categories", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-categories{ margin: {{category_margin}}; }" } }, "description_color": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-description p{ color: {{description_color}} !important; }" } }, "description_typography": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-description p{ font-size: {{description_typography}} !important; }" } }, "description_margin": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-description p{ margin: {{description_margin}} !important; }" } }, "price_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_price", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-price,{{WOOLENTOR_WRAPPER}} .woolentor-product-price del{ color: {{price_color}} !important; }" } }, "sale_price_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_price", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-price ins{ color: {{sale_price_color}} !important; }" } }, "price_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_price", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-product-price,{{WOOLENTOR_WRAPPER}} .woolentor-product-price del{ font-size: {{price_typography}} !important; }" } }, "view_details_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail{ color: {{view_details_color}}; }" } }, "view_details_bg_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail{ background-color: {{view_details_bg_color}}; background: {{view_details_bg_color}}; }" } }, "view_details_hover_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail:hover{ color: {{view_details_hover_color}}; }" } }, "view_details_hover_bg_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail:hover{ background-color: {{view_details_hover_bg_color}}; background: {{view_details_hover_bg_color}}; }" } }, "view_details_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail{ font-size: {{view_details_typography}}; }" } }, "view_details_border": { "type": "object", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail" } }, "view_details_border_radius": { "type": "object", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail { border-radius: {{view_details_border_radius}}; }" } }, "view_details_padding": { "type": "object", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail { padding: {{view_details_padding}}; }" } }, "view_details_margin": { "type": "object", "style": { "dependency": [ [ { "key": "show_view_details", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-grid-card .woolentor-view-detail { margin: {{view_details_margin}}; }" } }, "stock_indicator_color": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-stock-status{ color: {{stock_indicator_color}} !important; }" } }, "stock_dot_color_in_stock": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-stock-status.in-stock .stock-dot{ background-color: {{stock_dot_color_in_stock}} !important; }" } }, "stock_dot_color_out_of_stock": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-stock-status.out-of-stock .stock-dot{ background-color: {{stock_dot_color_out_of_stock}} !important; }" } }, "stock_indicator_typography": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-stock-status{ font-size: {{stock_indicator_typography}} !important; }" } }, "stock_indicator_margin": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-stock-status{ margin: {{stock_indicator_margin}} !important; }" } }, "cart_action_button_text_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn{ color: {{cart_action_button_text_color}}; }" } }, "cart_action_button_background_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn{ background-color: {{cart_action_button_background_color}};background: {{cart_action_button_background_color}}; }" } }, "cart_button_hover_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn:hover{ color: {{cart_button_hover_color}}; }" } }, "cart_button_background_hover_color": { "type": "string", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn:hover{ background-color: {{cart_button_background_hover_color}}!important;background: {{cart_button_background_hover_color}}!important; }" } }, "cart_action_button_typography": { "type": "string", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn{ font-size: {{cart_action_button_typography}}; }" } }, "cart_button_border": { "type": "object", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn" } }, "cart_button_border_radius": { "type": "object", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn{ border-radius: {{cart_button_border_radius}}; }" } }, "cart_button_padding": { "type": "object", "style": { "dependency": [ [ { "key": "show_add_to_cart", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-editorial-list-card a.woolentor-cart-btn{ padding: {{cart_button_padding}}; }" } }, "quick_action_button_text_color": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action,{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action a{ color: {{quick_action_button_text_color}}; }" } }, "quick_action_button_background_color": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action{ background-color: {{quick_action_button_background_color}}; background:{{quick_action_button_background_color}}; }" } }, "quick_button_hover_color": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action:hover,{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action:hover a{ color: {{quick_button_hover_color}}; }" } }, "quick_button_background_hover_color": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action:hover{ background-color: {{quick_button_background_hover_color}}; background:{{quick_button_background_hover_color}}; }" } }, "quick_action_button_size": { "type": "string", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action svg{ width: {{quick_action_button_size}}px; height: {{quick_action_button_size}}px; } {{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action{ font-size:{{quick_action_button_size}}px; }" } }, "quick_button_border_radius": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action{ border-radius: {{quick_button_border_radius}}; }" } }, "quick_button_padding": { "type": "object", "style": { "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-quick-actions .woolentor-quick-action{ padding: {{quick_button_padding}}; }" } }, "pagination_position": { "type": "string", "default": "center", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination{ justify-content: {{pagination_position}}; }" } }, "pagination_typography": { "type": "string", "default": "center", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a,{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span,{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn{ font-size: {{pagination_typography}}; }" } }, "pagination_border": { "type": "object", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a,{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span,{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn" } }, "pagination_border_radius": { "type": "object", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a,{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span:not(.dots),{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn{ border-radius:{{pagination_border_radius}}; }" } }, "pagination_padding": { "type": "object", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a,{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span:not(.dots),{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn{ padding:{{pagination_padding}}; }" } }, "pagination_margin": { "type": "object", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination{ margin:{{pagination_margin}}; }" } }, "pagination_space_between": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul{ gap:{{pagination_space_between}}px; }" } }, "pagination_link_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a{ color:{{pagination_link_color}}; }" } }, "pagination_link_bg_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a{ background-color:{{pagination_link_bg_color}}; }" } }, "pagination_border_color_normal": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a{ border-color:{{pagination_border_color_normal}}; }" } }, "pagination_link_color_hover": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a:hover{ color:{{pagination_link_color_hover}}; }" } }, "pagination_link_bg_color_hover": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a:hover{ background-color:{{pagination_link_bg_color_hover}}; }" } }, "pagination_border_color_hover": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li a:hover{ border-color:{{pagination_border_color_hover}}; }" } }, "pagination_link_color_active": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span:not(.dots){ color:{{pagination_link_color_active}}; }" } }, "pagination_link_bg_color_active": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span:not(.dots){ background-color:{{pagination_link_bg_color_active}}; }" } }, "pagination_border_color_active": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "===", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-pagination ul li span:not(.dots){ border-color:{{pagination_border_color_active}}; }" } }, "loadmore_spinner_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-ajax-loader .spinner{ border-color:{{loadmore_spinner_color}}; }" } }, "loadmore_active_spinner_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-ajax-loader .spinner{ border-left-color:{{loadmore_active_spinner_color}}; }" } }, "loadmore_button_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn{ color:{{loadmore_button_color}}; }" } }, "loadmore_bg_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn{ background-color:{{loadmore_bg_color}}; }" } }, "loadmore_border_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn{ border-color:{{loadmore_border_color}}; }" } }, "loadmore_button_hover_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn:hover{ color:{{loadmore_button_hover_color}}; }" } }, "loadmore_hover_bg_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn:hover{ background-color:{{loadmore_hover_bg_color}}; }" } }, "loadmore_hover_border_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn:hover{ border-color:{{loadmore_hover_border_color}}; }" } }, "loadmore_disable_button_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn:disabled{ color:{{loadmore_disable_button_color}}; }" } }, "loadmore_disable_button_bg_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn:disabled{ background-color:{{loadmore_disable_button_bg_color}}; }" } }, "loadmore_disable_button_border_color": { "type": "string", "style": { "dependency": [ [ { "key": "enable_pagination", "condition": "===", "value": true }, { "key": "pagination_type", "condition": "!==", "value": "numbers" } ] ], "selector": "{{WOOLENTOR_WRAPPER}} .woolentor-load-more-btn:disabled{ border-color:{{loadmore_disable_button_border_color}}; }" } } } }