Plugin Directory

Changeset 3457926


Ignore:
Timestamp:
02/10/2026 11:27:33 AM (7 weeks ago)
Author:
pluginever
Message:

Update to version 2.2.8

Location:
wc-category-showcase
Files:
156 added
4 deleted
24 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wc-category-showcase/tags/2.2.8/includes/Admin/Admin.php

    r3401761 r3457926  
    6363     */
    6464    public function enqueue_scripts( $hook ) {
    65         wp_verify_nonce( '_nonce' );
    66 
    67         // Check if we are on the edit screen.
    68         $showcase_add = isset( $_GET['add'] ) ? true : false;
    69         $showcase_id  = isset( $_GET['edit'] ) ? absint( wp_unslash( $_GET['edit'] ) ) : '';
    70 
    71         // TODO: Remove this Black Friday style after the offer is over.
    72         wc_category_showcase()->scripts->enqueue_style( 'wccs-black-friday', '/styles/black-friday.css' );
     65        $showcase_add = isset( $_GET['add'] ) ? true : false; // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Readonly check for presence.
     66        $showcase_id  = isset( $_GET['edit'] ) ? absint( wp_unslash( $_GET['edit'] ) ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Readonly check for presence.
    7367
    7468        if ( in_array( $hook, Utilities::get_screen_ids(), true ) || $showcase_id || $showcase_add ) {
    75             // Register styles.
    7669            wc_category_showcase()->scripts->register_style( 'wccs_tailwind', '/styles/tailwind.css' );
     70            wc_category_showcase()->scripts->register_style( 'wcc-showcase-fontawesome-icons', '/fonts/fontawesome/fontawesome-icons.css' );
     71            wc_category_showcase()->scripts->register_style( 'wcc-showcase-happy-icons', '/fonts/happy-icons/happy-icons.css' );
     72            wc_category_showcase()->scripts->register_style( 'wcc-showcase-vendor', '/styles/vendor.css' );
     73            wc_category_showcase()->scripts->register_script( 'wcc-showcase-vendor', '/scripts/vendor.js', array( 'jquery' ), true );
    7774
    7875            wp_enqueue_style( 'bytekit-components' );
    7976            wp_enqueue_style( 'bytekit-layout' );
    80             // Early core enqueue.
    81             wc_category_showcase()->scripts->enqueue_style( 'wcc_showcase-admin', '/styles/admin.css', array( 'wccs_tailwind' ) );
    82             wc_category_showcase()->scripts->enqueue_script( 'wcc_showcase-admin', '/scripts/admin.js', array( 'wp-color-picker' ), true );
     77
     78            wc_category_showcase()->scripts->enqueue_style( 'wcc_showcase-admin', '/styles/admin.css', array( 'wccs_tailwind', 'wcc-showcase-vendor', 'wcc-showcase-fontawesome-icons', 'wcc-showcase-happy-icons' ) );
     79            wc_category_showcase()->scripts->enqueue_script( 'wcc_showcase-admin', '/scripts/admin.js', array( 'jquery', 'wp-color-picker', 'wcc-showcase-vendor' ), true );
     80
    8381            wp_enqueue_media();
     82
    8483            wp_localize_script(
    8584                'wcc_showcase-admin',
  • wc-category-showcase/tags/2.2.8/includes/Plugin.php

    r3383199 r3457926  
    167167     */
    168168    public function register_scripts() {
    169         $this->scripts->register_style( 'wcc-showcase-splide', '/styles/splide.min.css' );
    170         $this->scripts->register_style( 'wcc-showcase-showcase', '/styles/frontend.css', array( 'wcc-showcase-splide' ) );
    171         $this->scripts->register_script( 'wcc-showcase-splide', '/scripts/splide.js' );
    172         $this->scripts->register_script( 'wcc-showcase-splide-grid', '/scripts/splide-extension-grid.js' );
    173         $this->scripts->register_script( 'wcc-showcase-splide-auto-scroll', '/scripts/splide-extension-auto-scroll.js' );
    174         $this->scripts->register_script( 'wcc-showcase-showcase', '/scripts/frontend.js', array( 'jquery', 'wcc-showcase-splide', 'wcc-showcase-splide-grid', 'wcc-showcase-splide-auto-scroll' ), true );
     169        $this->scripts->register_style( 'wcc-showcase-fontawesome-icons', '/fonts/fontawesome/fontawesome-icons.css' );
     170        $this->scripts->register_style( 'wcc-showcase-happy-icons', '/fonts/happy-icons/happy-icons.css' );
     171        $this->scripts->register_style( 'wcc-showcase-vendor', '/styles/vendor.css' );
     172        $this->scripts->register_script( 'wcc-showcase-vendor', '/scripts/vendor.js', array( 'jquery' ), true );
     173
     174        // Common styles and scripts.
     175        $this->scripts->register_style( 'wcc-showcase-showcase', '/styles/frontend.css', array( 'wcc-showcase-vendor', 'wcc-showcase-fontawesome-icons', 'wcc-showcase-happy-icons' ) );
     176        $this->scripts->register_script( 'wcc-showcase-showcase', '/scripts/frontend.js', array( 'jquery', 'wcc-showcase-vendor' ), true );
    175177    }
    176178}
  • wc-category-showcase/tags/2.2.8/languages/wc-category-showcase.pot

    r3401761 r3457926  
    1 # Copyright (C) 2025 PluginEver
     1# Copyright (C) 2026 PluginEver
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Category Showcase 2.2.7\n"
    6 "Report-Msgid-Bugs-To: "
    7 "https://pluginever.com/plugins/woocommerce-category-showcase-pro/\n"
    8 "POT-Creation-Date: 2025-11-24 10:04:54+00:00\n"
    9 "MIME-Version: 1.0\n"
    10 "Content-Type: text/plain; charset=utf-8\n"
    11 "Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     5"Project-Id-Version: Category Showcase 2.2.8\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-category-showcase\n"
    137"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    148"Language-Team: LANGUAGE <LL@li.org>\n"
    15 "Language: en\n"
    16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
    17 "X-Poedit-Country: United States\n"
    18 "X-Poedit-SourceCharset: UTF-8\n"
    19 "X-Poedit-KeywordsList: "
    20 "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
    21 "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
    22 "X-Poedit-Basepath: ../\n"
    23 "X-Poedit-SearchPath-0: .\n"
    24 "X-Poedit-Bookmarks: \n"
    25 "X-Textdomain-Support: yes\n"
    26 "X-Generator: grunt-wp-i18n 1.0.3\n"
     9"MIME-Version: 1.0\n"
     10"Content-Type: text/plain; charset=UTF-8\n"
     11"Content-Transfer-Encoding: 8bit\n"
     12"POT-Creation-Date: 2026-02-10T11:14:58+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.12.0\n"
     15"X-Domain: starter-plugin\n"
    2716
    28 #: includes/Admin/views/showcase/general-settings.php:93
    29 #: includes/Admin/views/showcase/general-settings.php:201
    30 #: includes/Admin/views/showcase/general-settings.php:264
    31 msgid "1"
    32 msgstr ""
    33 
    34 #: includes/Admin/views/showcase/general-settings.php:105
    35 #: includes/Admin/views/showcase/general-settings.php:213
    36 #: includes/Admin/views/showcase/general-settings.php:276
    37 #: includes/Admin/views/showcase/general-settings.php:373
    38 msgid "2"
    39 msgstr ""
    40 
    41 #: includes/Admin/views/showcase/general-settings.php:118
    42 #: includes/Admin/views/showcase/general-settings.php:289
    43 #: includes/Admin/views/showcase/general-settings.php:386
    44 msgid "3"
    45 msgstr ""
    46 
    47 #: includes/Admin/views/showcase/general-settings.php:132
    48 #: includes/Admin/views/showcase/general-settings.php:303
    49 #: includes/Admin/views/showcase/general-settings.php:400
    50 msgid "4"
    51 msgstr ""
    52 
    53 #: includes/Admin/views/showcase/general-settings.php:147
    54 #: includes/Admin/views/showcase/general-settings.php:318
    55 #: includes/Admin/views/showcase/general-settings.php:415
    56 msgid "5"
    57 msgstr ""
    58 
    59 #: includes/Admin/views/showcase/general-settings.php:163
    60 #: includes/Admin/views/showcase/general-settings.php:334
    61 #: includes/Admin/views/showcase/general-settings.php:431
    62 msgid "6"
    63 msgstr ""
    64 
    65 #: includes/Admin/views/showcase/general-settings.php:448
    66 msgid "7"
    67 msgstr ""
    68 
    69 #: includes/Admin/views/showcase/fonts-settings.php:142
    70 #: includes/Admin/views/showcase/fonts-settings.php:410
    71 msgid "100"
    72 msgstr ""
    73 
    74 #: includes/Admin/views/showcase/fonts-settings.php:145
    75 #: includes/Admin/views/showcase/fonts-settings.php:413
    76 msgid "200"
    77 msgstr ""
    78 
    79 #: includes/Admin/views/showcase/fonts-settings.php:148
    80 #: includes/Admin/views/showcase/fonts-settings.php:416
    81 msgid "300"
    82 msgstr ""
    83 
    84 #: includes/Admin/views/showcase/fonts-settings.php:151
    85 #: includes/Admin/views/showcase/fonts-settings.php:419
    86 msgid "400"
    87 msgstr ""
    88 
    89 #: includes/Admin/views/showcase/fonts-settings.php:154
    90 #: includes/Admin/views/showcase/fonts-settings.php:422
    91 msgid "500"
    92 msgstr ""
    93 
    94 #: includes/Admin/views/showcase/fonts-settings.php:157
    95 #: includes/Admin/views/showcase/fonts-settings.php:425
    96 msgid "600"
    97 msgstr ""
    98 
    99 #: includes/Admin/views/showcase/fonts-settings.php:160
    100 #: includes/Admin/views/showcase/fonts-settings.php:428
    101 msgid "700"
    102 msgstr ""
    103 
    104 #: includes/Admin/views/showcase/fonts-settings.php:163
    105 #: includes/Admin/views/showcase/fonts-settings.php:431
    106 msgid "800"
    107 msgstr ""
    108 
    109 #: includes/Admin/Admin.php:91
    110 msgid "Search category..."
    111 msgstr ""
    112 
    113 #: includes/Admin/Admin.php:124
    114 #. translators: %s: Plugin name
    115 msgid "Thank you for using %s!"
    116 msgstr ""
    117 
    118 #: includes/Admin/Admin.php:130
    119 #. translators: %s: Plugin name
    120 msgid " Share your appreciation with a five-star review %s."
    121 msgstr ""
    122 
    123 #: includes/Admin/Admin.php:150
    124 #. translators: 1: Plugin version
    125 msgid "Version %s"
    126 msgstr ""
    127 
    128 #: includes/Admin/Admin.php:179
    129 msgid "Failed to Add Category Showcase: Please Try Again!"
    130 msgstr ""
    131 
    132 #: includes/Admin/Admin.php:242
    133 msgid "The category showcase has been successfully updated!"
    134 msgstr ""
    135 
    136 #: includes/Admin/Admin.php:259
    137 msgid "No, search term provided."
    138 msgstr ""
    139 
    140 #: includes/Admin/Admin.php:310 includes/Admin/Admin.php:331
    141 msgid "No, search term id provided."
    142 msgstr ""
    143 
    144 #: includes/Admin/Menus.php:44
    145 msgid "WC Showcase"
    146 msgstr ""
    147 
    148 #: includes/Admin/Menus.php:45
    149 msgid "WC Showcases"
    150 msgstr ""
    151 
    152 #: includes/Admin/Menus.php:55 includes/Admin/Menus.php:56
    153 msgid "All Showcases"
    154 msgstr ""
    155 
    156 #: includes/Admin/Menus.php:90 includes/Admin/Menus.php:91
    157 #: includes/Admin/Menus.php:142
    158 #: includes/Admin/views/add-category-showcase.php:233
    159 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:216
    160 msgid "Documentation"
    161 msgstr ""
    162 
    163 #: includes/Admin/Menus.php:141
    164 #: includes/Admin/views/add-category-showcase.php:52
    165 #: includes/Admin/views/add-category-showcase.php:102
    166 #: includes/Admin/views/add-category-showcase.php:119
    167 msgid "General"
    168 msgstr ""
    169 
    170 #: includes/Admin/listTables/ShowcaseListTable.php:94
    171 msgid "No items found."
    172 msgstr ""
    173 
    174 #: includes/Admin/listTables/ShowcaseListTable.php:106
    175 msgid "Title"
    176 msgstr ""
    177 
    178 #: includes/Admin/listTables/ShowcaseListTable.php:107
    179 #: includes/Admin/views/add-category-showcase.php:208
    180 msgid "Shortcode"
    181 msgstr ""
    182 
    183 #: includes/Admin/listTables/ShowcaseListTable.php:108
    184 msgid "Date created"
    185 msgstr ""
    186 
    187 #: includes/Admin/listTables/ShowcaseListTable.php:144
    188 #: includes/Admin/listTables/ShowcaseListTable.php:224
    189 msgid "Delete"
    190 msgstr ""
    191 
    192 #: includes/Admin/listTables/ShowcaseListTable.php:181
    193 #. translators: %d: number of things deleted.
    194 msgid "Showcases successfully deleted."
    195 msgstr ""
    196 
    197 #: includes/Admin/listTables/ShowcaseListTable.php:223
    198 msgid "Edit"
    199 msgstr ""
    200 
    201 #: includes/Admin/listTables/ShowcaseListTable.php:246
    202 #: includes/Admin/views/add-category-showcase.php:213
    203 msgid "Copy"
    204 msgstr ""
    205 
    206 #: includes/Admin/views/add-category-showcase.php:18
    207 msgid "Add Category Showcase"
    208 msgstr ""
    209 
    210 #: includes/Admin/views/add-category-showcase.php:20
    211 msgid "Go back"
    212 msgstr ""
    213 
    214 #: includes/Admin/views/add-category-showcase.php:25
    215 #: includes/Admin/views/list-category-showcase.php:21
    216 msgid "Add New"
    217 msgstr ""
    218 
    219 #: includes/Admin/views/add-category-showcase.php:36
    220 #: includes/Admin/views/showcase/showcase-settings.php:32
    221 msgid "Add title..."
    222 msgstr ""
    223 
    224 #: includes/Admin/views/add-category-showcase.php:60
    225 #: includes/Admin/views/add-category-showcase.php:127
    226 msgid "Showcase"
    227 msgstr ""
    228 
    229 #: includes/Admin/views/add-category-showcase.php:73
    230 #: includes/Admin/views/add-category-showcase.php:140
    231 #: includes/Admin/views/settings/export-import.php:29
    232 #: includes/Admin/views/showcase/general-settings.php:41
    233 msgid "Slider"
    234 msgstr ""
    235 
    236 #: includes/Admin/views/add-category-showcase.php:81
    237 msgid "Images"
    238 msgstr ""
    239 
    240 #: includes/Admin/views/add-category-showcase.php:90
    241 #: includes/Admin/views/add-category-showcase.php:157
    242 msgid "Fonts"
    243 msgstr ""
    244 
    245 #: includes/Admin/views/add-category-showcase.php:148
    246 msgid "Image"
    247 msgstr ""
    248 
    249 #: includes/Admin/views/add-category-showcase.php:190
    250 msgid "Actions"
    251 msgstr ""
    252 
    253 #: includes/Admin/views/add-category-showcase.php:197
    254 msgid "Publish"
    255 msgstr ""
    256 
    257 #: includes/Admin/views/add-category-showcase.php:200
    258 msgid "Update"
    259 msgstr ""
    260 
    261 #: includes/Admin/views/add-category-showcase.php:215
    262 msgid "Click the icon to copy this category showcase shortcode."
    263 msgstr ""
    264 
    265 #: includes/Admin/views/add-category-showcase.php:222
    266 msgid "Need Any Help?"
    267 msgstr ""
    268 
    269 #: includes/Admin/views/add-category-showcase.php:225
    270 msgid "Support team is here to assist you. Get help with any issues you might have."
    271 msgstr ""
    272 
    273 #: includes/Admin/views/add-category-showcase.php:240
    274 msgid "Get Support"
    275 msgstr ""
    276 
    277 #: includes/Admin/views/add-category-showcase.php:247
    278 msgid "Try Pro!"
    279 msgstr ""
    280 
    281 #: includes/Admin/views/add-category-showcase.php:259
    282 #: includes/Admin/views/add-category-showcase.php:342
    283 msgid "Access premium grid and block layouts for stunning product showcases."
    284 msgstr ""
    285 
    286 #: includes/Admin/views/add-category-showcase.php:269
    287 #: includes/Admin/views/add-category-showcase.php:352
    288 msgid "Customize fonts, colors, and styles to match your brand effortlessly."
    289 msgstr ""
    290 
    291 #: includes/Admin/views/add-category-showcase.php:279
    292 #: includes/Admin/views/add-category-showcase.php:362
    293 msgid "Gain control over advanced settings for best performance and flexibility."
    294 msgstr ""
    295 
    296 #: includes/Admin/views/add-category-showcase.php:289
    297 #: includes/Admin/views/add-category-showcase.php:372
    298 msgid "Receive priority support and updates for uninterrupted usage."
    299 msgstr ""
    300 
    301 #: includes/Admin/views/add-category-showcase.php:299
    302 msgid "View Demo"
    303 msgstr ""
    304 
    305 #: includes/Admin/views/add-category-showcase.php:316
    306 #: includes/Admin/views/showcase/fonts-settings.php:47
    307 #: includes/Admin/views/showcase/fonts-settings.php:315
    308 #: includes/Admin/views/showcase/fonts-settings.php:581
    309 #: includes/Admin/views/showcase/general-settings.php:182
    310 #: includes/Admin/views/showcase/general-settings.php:232
    311 #: includes/Admin/views/showcase/general-settings.php:353
    312 #: includes/Admin/views/showcase/general-settings.php:467
    313 #: includes/Admin/views/showcase/general-settings.php:1143
    314 #: includes/Admin/views/showcase/showcase-settings.php:315
    315 #: includes/Admin/views/showcase/showcase-settings.php:829
    316 #: includes/Admin/views/showcase/slider-settings.php:46
    317 #: includes/Admin/views/showcase/slider-settings.php:128
    318 #: includes/Admin/views/showcase/slider-settings.php:462
    319 #: includes/Admin/views/showcase/slider-settings.php:610
    320 #: includes/Admin/views/showcase/slider-settings.php:681
    321 msgid "Upgrade To Pro!"
    322 msgstr ""
    323 
    324 #: includes/Admin/views/add-category-showcase.php:331
    325 msgid "Unlock exclusive features with our"
    326 msgstr ""
    327 
    328 #: includes/Admin/views/add-category-showcase.php:331
    329 msgid "Pro version!"
    330 msgstr ""
    331 
    332 #: includes/Admin/views/add-category-showcase.php:377
    333 msgid "I’ll think about it later"
    334 msgstr ""
    335 
    336 #: includes/Admin/views/add-category-showcase.php:379
    337 msgid "Upgrade to Pro"
    338 msgstr ""
    339 
    340 #. Plugin Name of the plugin/theme
     17#. Plugin Name of the plugin
     18#: wc-category-showcase.php
    34119msgid "Category Showcase"
    34220msgstr ""
    34321
    344 #: includes/Admin/views/list-category-showcase.php:32
    345 msgid "Search"
    346 msgstr ""
    347 
    348 #: includes/Admin/views/notices/black-friday.php:19
    349 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Category Showcase Pro !!"
    350 msgstr ""
    351 
    352 #: includes/Admin/views/notices/black-friday.php:26
    353 #. translators: 1. Offer Percentage, 2. Coupon Code.
    354 msgid ""
    355 "Unlock premium features at an unbeatable price this Black Friday! Enjoy "
    356 "%1$s on Category Showcase Pro with code %2$s. Hurry, this deal ends soon!"
    357 msgstr ""
    358 
    359 #: includes/Admin/views/notices/black-friday.php:38
    360 msgid "Claim your discount!!"
    361 msgstr ""
    362 
    363 #: includes/Admin/views/notices/black-friday.php:42
    364 msgid "Remind me later"
    365 msgstr ""
    366 
    367 #: includes/Admin/views/notices/black-friday.php:46
    368 msgid "Never show this again!"
    369 msgstr ""
    370 
    371 #: includes/Admin/views/notices/review.php:20
    372 msgid "Enjoying Product Category Showcase for WooCommerce?"
    373 msgstr ""
    374 
    375 #: includes/Admin/views/notices/review.php:27
    376 #. translators: %1$s: Product Category Showcase for WooCommerce plugin link,
    377 #. %2$s: Coupon code.
    378 msgid ""
    379 "We hope you had a wonderful experience using %1$s. Please take a moment to "
    380 "show us your support by leaving a 5-star review on <a href=\"%2$s\" "
    381 "target=\"_blank\"><strong>WordPress.org</strong></a>. Thank you! 😊"
    382 msgstr ""
    383 
    384 #: includes/Admin/views/notices/review.php:39
    385 msgid "Sure, I'd love to help!"
    386 msgstr ""
    387 
    388 #: includes/Admin/views/notices/review.php:43
    389 #: includes/Admin/views/notices/upgrade.php:41
    390 msgid "Maybe later"
    391 msgstr ""
    392 
    393 #: includes/Admin/views/notices/review.php:47
    394 msgid "I've already left a review"
    395 msgstr ""
    396 
    397 #: includes/Admin/views/notices/upgrade.php:19
    398 msgid "Flash Sale Alert!"
    399 msgstr ""
    400 
    401 #: includes/Admin/views/notices/upgrade.php:25
    402 #. translators: %1$s: Product Category Showcase for WooCommerce link, %2$s:
    403 #. Coupon code.
    404 msgid ""
    405 "Enjoy a <strong>10%% discount</strong> on %1$s! Use coupon code %2$s at "
    406 "checkout to grab the deal. Don’t miss out — this offer won’t last forever!"
    407 msgstr ""
    408 
    409 #: includes/Admin/views/notices/upgrade.php:37
    410 msgid "Upgrade now"
    411 msgstr ""
    412 
    413 #: includes/Admin/views/notices/upgrade.php:45
    414 msgid "Close permanently"
    415 msgstr ""
    416 
    417 #: includes/Admin/views/settings/export-import.php:14
    418 msgid "Export / Import"
    419 msgstr ""
    420 
    421 #: includes/Admin/views/settings/export-import.php:15
    422 msgid "These export import tabs will help you to export and import showcase data."
    423 msgstr ""
    424 
    425 #: includes/Admin/views/settings/export-import.php:21
    426 msgid "Export Showcases"
    427 msgstr ""
    428 
    429 #: includes/Admin/views/settings/export-import.php:26
    430 msgid "Select Option to export showcases"
    431 msgstr ""
    432 
    433 #: includes/Admin/views/settings/export-import.php:28
    434 #: includes/Admin/views/showcase/general-settings.php:1202
    435 msgid "All"
    436 msgstr ""
    437 
    438 #: includes/Admin/views/settings/export-import.php:30
    439 #: includes/Admin/views/showcase/general-settings.php:55
    440 msgid "Block"
    441 msgstr ""
    442 
    443 #: includes/Admin/views/settings/export-import.php:31
    444 #: includes/Admin/views/showcase/general-settings.php:69
    445 msgid "Grid"
    446 msgstr ""
    447 
    448 #: includes/Admin/views/settings/export-import.php:39
    449 msgid "Export"
    450 msgstr ""
    451 
    452 #: includes/Admin/views/settings/export-import.php:47
    453 msgid "Import Showcases"
    454 msgstr ""
    455 
    456 #: includes/Admin/views/settings/export-import.php:59
    457 msgid "Import CSV"
    458 msgstr ""
    459 
    460 #: includes/Admin/views/settings/export-import.php:65
    461 msgid "Upcoming Pro Features"
    462 msgstr ""
    463 
    464 #: includes/Admin/views/showcase/fonts-settings.php:19
    465 msgid "Fonts Settings"
    466 msgstr ""
    467 
    468 #: includes/Admin/views/showcase/fonts-settings.php:23
    469 msgid "Google Fonts Support"
    470 msgstr ""
    471 
    472 #: includes/Admin/views/showcase/fonts-settings.php:24
    473 msgid ""
    474 "Enable or disable the integration of Google Fonts for customizing text "
    475 "styles and typography."
    476 msgstr ""
    477 
    478 #: includes/Admin/views/showcase/fonts-settings.php:47
    479 #: includes/Admin/views/showcase/fonts-settings.php:315
    480 #: includes/Admin/views/showcase/fonts-settings.php:581
    481 #: includes/Admin/views/showcase/general-settings.php:182
    482 #: includes/Admin/views/showcase/general-settings.php:232
    483 #: includes/Admin/views/showcase/general-settings.php:353
    484 #: includes/Admin/views/showcase/general-settings.php:467
    485 #: includes/Admin/views/showcase/general-settings.php:1143
    486 #: includes/Admin/views/showcase/showcase-settings.php:315
    487 #: includes/Admin/views/showcase/showcase-settings.php:829
    488 #: includes/Admin/views/showcase/slider-settings.php:46
    489 #: includes/Admin/views/showcase/slider-settings.php:128
    490 #: includes/Admin/views/showcase/slider-settings.php:462
    491 #: includes/Admin/views/showcase/slider-settings.php:610
    492 #: includes/Admin/views/showcase/slider-settings.php:681
    493 msgid ""
    494 "Unlock a variety of professionally designed layouts to enhance the "
    495 "presentation of your product categories."
    496 msgstr ""
    497 
    498 #: includes/Admin/views/showcase/fonts-settings.php:55
    499 msgid "Main Title"
    500 msgstr ""
    501 
    502 #: includes/Admin/views/showcase/fonts-settings.php:56
    503 #: includes/Admin/views/showcase/fonts-settings.php:324
    504 msgid "Custom font styling for specific text elements within the plugin."
    505 msgstr ""
    506 
    507 #: includes/Admin/views/showcase/fonts-settings.php:61
    508 #: includes/Admin/views/showcase/fonts-settings.php:329
    509 msgid "DEFAULT TEXT TAG"
    510 msgstr ""
    511 
    512 #: includes/Admin/views/showcase/fonts-settings.php:89
    513 #: includes/Admin/views/showcase/fonts-settings.php:357
    514 msgid "FONT FAMILY"
    515 msgstr ""
    516 
    517 #: includes/Admin/views/showcase/fonts-settings.php:95
    518 #: includes/Admin/views/showcase/fonts-settings.php:106
    519 #: includes/Admin/views/showcase/fonts-settings.php:363
    520 #: includes/Admin/views/showcase/fonts-settings.php:374
    521 msgid "Roboto"
    522 msgstr ""
    523 
    524 #: includes/Admin/views/showcase/fonts-settings.php:109
    525 #: includes/Admin/views/showcase/fonts-settings.php:377
    526 msgid "Italic"
    527 msgstr ""
    528 
    529 #: includes/Admin/views/showcase/fonts-settings.php:112
    530 #: includes/Admin/views/showcase/fonts-settings.php:380
    531 msgid "Bengali"
    532 msgstr ""
    533 
    534 #: includes/Admin/views/showcase/fonts-settings.php:122
    535 #: includes/Admin/views/showcase/fonts-settings.php:390
    536 msgid "TEXT WEIGHT"
    537 msgstr ""
    538 
    539 #: includes/Admin/views/showcase/fonts-settings.php:128
    540 #: includes/Admin/views/showcase/fonts-settings.php:139
    541 #: includes/Admin/views/showcase/fonts-settings.php:396
    542 #: includes/Admin/views/showcase/fonts-settings.php:407
    543 #: includes/Admin/views/showcase/general-settings.php:1332
    544 #: includes/Admin/views/showcase/general-settings.php:1347
    545 #: includes/Admin/views/showcase/slider-settings.php:219
    546 #: includes/Admin/views/showcase/slider-settings.php:230
    547 msgid "Default"
    548 msgstr ""
    549 
    550 #: includes/Admin/views/showcase/fonts-settings.php:166
    551 #: includes/Admin/views/showcase/fonts-settings.php:434
    552 msgid "900\t"
    553 msgstr ""
    554 
    555 #: includes/Admin/views/showcase/fonts-settings.php:175
    556 #: includes/Admin/views/showcase/fonts-settings.php:443
    557 msgid "SIZE"
    558 msgstr ""
    559 
    560 #: includes/Admin/views/showcase/fonts-settings.php:192
    561 #: includes/Admin/views/showcase/fonts-settings.php:458
    562 msgid "LINE HEIGHT"
    563 msgstr ""
    564 
    565 #: includes/Admin/views/showcase/fonts-settings.php:209
    566 #: includes/Admin/views/showcase/fonts-settings.php:475
    567 msgid "LETTER SPACING"
    568 msgstr ""
    569 
    570 #: includes/Admin/views/showcase/fonts-settings.php:225
    571 #: includes/Admin/views/showcase/fonts-settings.php:491
    572 msgid "ALIGNMENT"
    573 msgstr ""
    574 
    575 #: includes/Admin/views/showcase/fonts-settings.php:261
    576 #: includes/Admin/views/showcase/fonts-settings.php:527
    577 msgid "DECORATION"
    578 msgstr ""
    579 
    580 #: includes/Admin/views/showcase/fonts-settings.php:291
    581 #: includes/Admin/views/showcase/fonts-settings.php:557
    582 msgid "COLOR"
    583 msgstr ""
    584 
    585 #: includes/Admin/views/showcase/fonts-settings.php:323
    586 #: includes/Admin/views/showcase/showcase-settings.php:617
    587 msgid "Category Title"
    588 msgstr ""
    589 
    590 #: includes/Admin/views/showcase/general-settings.php:21
    591 msgid "Display Settings"
    592 msgstr ""
    593 
    594 #: includes/Admin/views/showcase/general-settings.php:25
    595 msgid "Select Layout"
    596 msgstr ""
    597 
    598 #: includes/Admin/views/showcase/general-settings.php:26
    599 msgid ""
    600 "Choose how you want your product categories to be visually presented on "
    601 "your store page."
    602 msgstr ""
    603 
    604 #: includes/Admin/views/showcase/general-settings.php:77
    605 msgid "Layout Settings"
    606 msgstr ""
    607 
    608 #: includes/Admin/views/showcase/general-settings.php:81
    609 msgid "Slider Column Count"
    610 msgstr ""
    611 
    612 #: includes/Admin/views/showcase/general-settings.php:82
    613 #: includes/Admin/views/showcase/general-settings.php:253
    614 #: includes/Admin/views/showcase/general-settings.php:361
    615 msgid "Determine the number of columns you want your category showcase to have."
    616 msgstr ""
    617 
    618 #: includes/Admin/views/showcase/general-settings.php:189
    619 msgid "Slider Row Count"
    620 msgstr ""
    621 
    622 #: includes/Admin/views/showcase/general-settings.php:190
    623 msgid "Determine the number of rows you want your category showcase to have.."
    624 msgstr ""
    625 
    626 #: includes/Admin/views/showcase/general-settings.php:239
    627 msgid "Slider Height"
    628 msgstr ""
    629 
    630 #: includes/Admin/views/showcase/general-settings.php:240
    631 msgid "Set the height of the slider in pixels. Default is 300px."
    632 msgstr ""
    633 
    634 #: includes/Admin/views/showcase/general-settings.php:245
    635 msgid "Ex: 300"
    636 msgstr ""
    637 
    638 #: includes/Admin/views/showcase/general-settings.php:252
    639 msgid "Block Column Count"
    640 msgstr ""
    641 
    642 #: includes/Admin/views/showcase/general-settings.php:360
    643 msgid "Number of Categories to show"
    644 msgstr ""
    645 
    646 #: includes/Admin/views/showcase/general-settings.php:474
    647 msgid "Choose Layout Options"
    648 msgstr ""
    649 
    650 #: includes/Admin/views/showcase/general-settings.php:475
    651 msgid ""
    652 "Select the template that best fits your store's aesthetic and presentation "
    653 "preferences."
    654 msgstr ""
    655 
    656 #: includes/Admin/views/showcase/general-settings.php:1150
    657 msgid "Column Breakpoints"
    658 msgstr ""
    659 
    660 #: includes/Admin/views/showcase/general-settings.php:1151
    661 msgid ""
    662 "Configure how many columns your category showcase should display based on "
    663 "the users device screen size."
    664 msgstr ""
    665 
    666 #: includes/Admin/views/showcase/general-settings.php:1159
    667 msgid "Laptop (1200px)"
    668 msgstr ""
    669 
    670 #: includes/Admin/views/showcase/general-settings.php:1168
    671 msgid "Tablet (768px)"
    672 msgstr ""
    673 
    674 #: includes/Admin/views/showcase/general-settings.php:1177
    675 msgid "Mobile (576px)"
    676 msgstr ""
    677 
    678 #: includes/Admin/views/showcase/general-settings.php:1188
    679 #: includes/Admin/views/showcase/general-settings.php:1221
    680 msgid "Category Selection"
    681 msgstr ""
    682 
    683 #: includes/Admin/views/showcase/general-settings.php:1192
    684 msgid "Category Filter"
    685 msgstr ""
    686 
    687 #: includes/Admin/views/showcase/general-settings.php:1193
    688 msgid ""
    689 "Decide whether to display all product categories or selectively choose "
    690 "specific ones to showcase."
    691 msgstr ""
    692 
    693 #: includes/Admin/views/showcase/general-settings.php:1214
    694 msgid "Specific"
    695 msgstr ""
    696 
    697 #: includes/Admin/views/showcase/general-settings.php:1222
    698 msgid ""
    699 "If selecting specific categories, use multi-select mode to easily pick the "
    700 "ones you want to showcase."
    701 msgstr ""
    702 
    703 #: includes/Admin/views/showcase/general-settings.php:1226
    704 msgid "Select Categories..."
    705 msgstr ""
    706 
    707 #: includes/Admin/views/showcase/general-settings.php:1267
    708 msgid "Enable Additional Categories"
    709 msgstr ""
    710 
    711 #: includes/Admin/views/showcase/general-settings.php:1268
    712 msgid ""
    713 "Enable additional categories to expand your slider's customization options, "
    714 "allowing for greater flexibility and enhanced content organization."
    715 msgstr ""
    716 
    717 #: includes/Admin/views/showcase/general-settings.php:1281
    718 msgid "Add Additional Categories..."
    719 msgstr ""
    720 
    721 #: includes/Admin/views/showcase/general-settings.php:1320
    722 msgid "Sort By"
    723 msgstr ""
    724 
    725 #: includes/Admin/views/showcase/general-settings.php:1321
    726 msgid ""
    727 "Specify the criteria by which you want your categories to be ordered within "
    728 "the showcase display."
    729 msgstr ""
    730 
    731 #: includes/Admin/views/showcase/general-settings.php:1354
    732 msgid "Name"
    733 msgstr ""
    734 
    735 #: includes/Admin/views/showcase/general-settings.php:1360
    736 msgid "Date"
    737 msgstr ""
    738 
    739 #: includes/Admin/views/showcase/general-settings.php:1366
    740 msgid "Product Count"
    741 msgstr ""
    742 
    743 #: includes/Admin/views/showcase/general-settings.php:1372
    744 msgid "Category ID"
    745 msgstr ""
    746 
    747 #: includes/Admin/views/showcase/general-settings.php:1382
    748 msgid "Sort Order"
    749 msgstr ""
    750 
    751 #: includes/Admin/views/showcase/general-settings.php:1383
    752 msgid ""
    753 "Determine whether your categories should be arranged in ascending or "
    754 "descending order according to the selected criteria."
    755 msgstr ""
    756 
    757 #: includes/Admin/views/showcase/general-settings.php:1401
    758 #: includes/Admin/views/showcase/general-settings.php:1423
    759 msgid "Ascending"
    760 msgstr ""
    761 
    762 #: includes/Admin/views/showcase/general-settings.php:1432
    763 msgid "Descending"
    764 msgstr ""
    765 
    766 #: includes/Admin/views/showcase/general-settings.php:1444
    767 msgid "Categories Display Limit"
    768 msgstr ""
    769 
    770 #: includes/Admin/views/showcase/general-settings.php:1446
    771 msgid ""
    772 "Set the maximum number of categories to be displayed in your showcase. This "
    773 "won't applicable for Grid layout."
    774 msgstr ""
    775 
    776 #: includes/Admin/views/showcase/general-settings.php:1449
    777 msgid "Ex: 12"
    778 msgstr ""
    779 
    780 #: includes/Admin/views/showcase/general-settings.php:1454
    781 msgid "Include Sub-categories"
    782 msgstr ""
    783 
    784 #: includes/Admin/views/showcase/general-settings.php:1455
    785 msgid ""
    786 "Choose whether to include child categories along with parent categories in "
    787 "your showcase display."
    788 msgstr ""
    789 
    790 #: includes/Admin/views/showcase/general-settings.php:1466
    791 msgid "Hide Empty Categories"
    792 msgstr ""
    793 
    794 #: includes/Admin/views/showcase/general-settings.php:1467
    795 msgid "Hide empty categories if categories has no products to show."
    796 msgstr ""
    797 
    798 #: includes/Admin/views/showcase/image-settings.php:19
    799 msgid "Images Settings"
    800 msgstr ""
    801 
    802 #: includes/Admin/views/showcase/image-settings.php:23
    803 msgid "Image Layout"
    804 msgstr ""
    805 
    806 #: includes/Admin/views/showcase/image-settings.php:24
    807 msgid ""
    808 "Display the images associated with each category in a rectangle, rounded, "
    809 "or circle shape. This won't applicable for the Grid/Overly layout."
    810 msgstr ""
    811 
    812 #: includes/Admin/views/showcase/image-settings.php:36
    813 msgid "Rectangle"
    814 msgstr ""
    815 
    816 #: includes/Admin/views/showcase/image-settings.php:47
    817 #: includes/Admin/views/showcase/showcase-settings.php:750
    818 #: includes/Admin/views/showcase/slider-settings.php:329
    819 msgid "Rounded"
    820 msgstr ""
    821 
    822 #: includes/Admin/views/showcase/image-settings.php:58
    823 #: includes/Admin/views/showcase/slider-settings.php:346
    824 msgid "Circle"
    825 msgstr ""
    826 
    827 #: includes/Admin/views/showcase/image-settings.php:64
    828 msgid "Zoom on Hover"
    829 msgstr ""
    830 
    831 #: includes/Admin/views/showcase/image-settings.php:65
    832 msgid ""
    833 "Enable the zoom effect to occur when hovering over the images associated "
    834 "with each category. This won't applicable for the Grid/Overly layout only."
    835 msgstr ""
    836 
    837 #: includes/Admin/views/showcase/showcase-settings.php:19
    838 msgid "Essentials"
    839 msgstr ""
    840 
    841 #: includes/Admin/views/showcase/showcase-settings.php:23
    842 msgid "Section Heading"
    843 msgstr ""
    844 
    845 #: includes/Admin/views/showcase/showcase-settings.php:24
    846 msgid ""
    847 "This setting allows you to customize the section heading for the category "
    848 "showcase."
    849 msgstr ""
    850 
    851 #: includes/Admin/views/showcase/showcase-settings.php:39
    852 msgid "Section Description"
    853 msgstr ""
    854 
    855 #: includes/Admin/views/showcase/showcase-settings.php:40
    856 msgid ""
    857 "This setting allows you to customize the section description for the "
    858 "category showcase."
    859 msgstr ""
    860 
    861 #: includes/Admin/views/showcase/showcase-settings.php:48
    862 msgid "Add description..."
    863 msgstr ""
    864 
    865 #: includes/Admin/views/showcase/showcase-settings.php:54
    866 msgid "Alignment"
    867 msgstr ""
    868 
    869 #: includes/Admin/views/showcase/showcase-settings.php:55
    870 msgid ""
    871 "This setting allows you to customize the alignment of the section heading "
    872 "and description."
    873 msgstr ""
    874 
    875 #: includes/Admin/views/showcase/showcase-settings.php:68
    876 #: includes/Admin/views/showcase/showcase-settings.php:296
    877 #: includes/Admin/views/showcase/showcase-settings.php:383
    878 msgid "Left"
    879 msgstr ""
    880 
    881 #: includes/Admin/views/showcase/showcase-settings.php:77
    882 #: includes/Admin/views/showcase/showcase-settings.php:392
    883 msgid "Center"
    884 msgstr ""
    885 
    886 #: includes/Admin/views/showcase/showcase-settings.php:88
    887 #: includes/Admin/views/showcase/showcase-settings.php:284
    888 #: includes/Admin/views/showcase/showcase-settings.php:403
    889 msgid "Right"
    890 msgstr ""
    891 
    892 #: includes/Admin/views/showcase/showcase-settings.php:97
    893 msgid "Showcase Styling"
    894 msgstr ""
    895 
    896 #: includes/Admin/views/showcase/showcase-settings.php:101
    897 msgid "Choose Card Color"
    898 msgstr ""
    899 
    900 #: includes/Admin/views/showcase/showcase-settings.php:102
    901 msgid ""
    902 "Customize the color or tint of the category showcase cards to match your "
    903 "store's branding or design scheme."
    904 msgstr ""
    905 
    906 #: includes/Admin/views/showcase/showcase-settings.php:107
    907 #: includes/Admin/views/showcase/showcase-settings.php:492
    908 #: includes/Admin/views/showcase/showcase-settings.php:771
    909 #: includes/Admin/views/showcase/slider-settings.php:475
    910 #: includes/Admin/views/showcase/slider-settings.php:623
    911 msgid "BG Color"
    912 msgstr ""
    913 
    914 #: includes/Admin/views/showcase/showcase-settings.php:114
    915 #: includes/Admin/views/showcase/showcase-settings.php:778
    916 #: includes/Admin/views/showcase/slider-settings.php:482
    917 #: includes/Admin/views/showcase/slider-settings.php:630
    918 msgid "Text Color"
    919 msgstr ""
    920 
    921 #: includes/Admin/views/showcase/showcase-settings.php:121
    922 #: includes/Admin/views/showcase/showcase-settings.php:499
    923 #: includes/Admin/views/showcase/showcase-settings.php:785
    924 msgid "Hover BG Color"
    925 msgstr ""
    926 
    927 #: includes/Admin/views/showcase/showcase-settings.php:128
    928 #: includes/Admin/views/showcase/showcase-settings.php:792
    929 #: includes/Admin/views/showcase/slider-settings.php:496
    930 #: includes/Admin/views/showcase/slider-settings.php:644
    931 msgid "Hover Text Color"
    932 msgstr ""
    933 
    934 #: includes/Admin/views/showcase/showcase-settings.php:139
    935 msgid "Border Radius"
    936 msgstr ""
    937 
    938 #: includes/Admin/views/showcase/showcase-settings.php:140
    939 msgid ""
    940 "Adjust the degree of curvature for the corners of the category showcase "
    941 "cards."
    942 msgstr ""
    943 
    944 #: includes/Admin/views/showcase/showcase-settings.php:211
    945 msgid "Gap Between Cards"
    946 msgstr ""
    947 
    948 #: includes/Admin/views/showcase/showcase-settings.php:212
    949 msgid "Control the amount of space between category cards in your showcase."
    950 msgstr ""
    951 
    952 #: includes/Admin/views/showcase/showcase-settings.php:229
    953 msgid "Content Placement"
    954 msgstr ""
    955 
    956 #: includes/Admin/views/showcase/showcase-settings.php:230
    957 msgid "Choose the alignment or position of the contents."
    958 msgstr ""
    959 
    960 #: includes/Admin/views/showcase/showcase-settings.php:248
    961 msgid "Overlay"
    962 msgstr ""
    963 
    964 #: includes/Admin/views/showcase/showcase-settings.php:260
    965 msgid "Top"
    966 msgstr ""
    967 
    968 #: includes/Admin/views/showcase/showcase-settings.php:272
    969 msgid "Bottom"
    970 msgstr ""
    971 
    972 #: includes/Admin/views/showcase/showcase-settings.php:322
    973 msgid "Overlay Content Position"
    974 msgstr ""
    975 
    976 #: includes/Admin/views/showcase/showcase-settings.php:323
    977 msgid "Determine where your category data will show when select overlay."
    978 msgstr ""
    979 
    980 #: includes/Admin/views/showcase/showcase-settings.php:330
    981 #: includes/Admin/views/showcase/showcase-settings.php:341
    982 #: includes/Admin/views/showcase/slider-settings.php:236
    983 msgid "Top Left"
    984 msgstr ""
    985 
    986 #: includes/Admin/views/showcase/showcase-settings.php:344
    987 #: includes/Admin/views/showcase/slider-settings.php:239
    988 msgid "Top Center"
    989 msgstr ""
    990 
    991 #: includes/Admin/views/showcase/showcase-settings.php:347
    992 #: includes/Admin/views/showcase/slider-settings.php:233
    993 msgid "Top Right"
    994 msgstr ""
    995 
    996 #: includes/Admin/views/showcase/showcase-settings.php:350
    997 msgid "Center Center"
    998 msgstr ""
    999 
    1000 #: includes/Admin/views/showcase/showcase-settings.php:353
    1001 #: includes/Admin/views/showcase/slider-settings.php:245
    1002 msgid "Bottom Left"
    1003 msgstr ""
    1004 
    1005 #: includes/Admin/views/showcase/showcase-settings.php:356
    1006 #: includes/Admin/views/showcase/slider-settings.php:248
    1007 msgid "Bottom Center"
    1008 msgstr ""
    1009 
    1010 #: includes/Admin/views/showcase/showcase-settings.php:359
    1011 #: includes/Admin/views/showcase/slider-settings.php:242
    1012 msgid "Bottom Right"
    1013 msgstr ""
    1014 
    1015 #: includes/Admin/views/showcase/showcase-settings.php:369
    1016 msgid "Content Alignment"
    1017 msgstr ""
    1018 
    1019 #: includes/Admin/views/showcase/showcase-settings.php:370
    1020 msgid ""
    1021 "This setting allows you to customize the title or heading for the whole "
    1022 "section of your showcase."
    1023 msgstr ""
    1024 
    1025 #: includes/Admin/views/showcase/showcase-settings.php:410
    1026 msgid "Content Padding"
    1027 msgstr ""
    1028 
    1029 #: includes/Admin/views/showcase/showcase-settings.php:411
    1030 msgid ""
    1031 "Adjust the amount of space between the content and the edges of each "
    1032 "category card."
    1033 msgstr ""
    1034 
    1035 #: includes/Admin/views/showcase/showcase-settings.php:486
    1036 msgid "Content Inner Color"
    1037 msgstr ""
    1038 
    1039 #: includes/Admin/views/showcase/showcase-settings.php:487
    1040 msgid ""
    1041 "Customize the color or tint of the category showcase cards inner content to "
    1042 "match your store's branding or design scheme."
    1043 msgstr ""
    1044 
    1045 #: includes/Admin/views/showcase/showcase-settings.php:510
    1046 msgid "Content Inner Padding"
    1047 msgstr ""
    1048 
    1049 #: includes/Admin/views/showcase/showcase-settings.php:511
    1050 msgid ""
    1051 "Adjust the amount of space between the inner content and the edges of each "
    1052 "category card."
    1053 msgstr ""
    1054 
    1055 #: includes/Admin/views/showcase/showcase-settings.php:593
    1056 msgid "Categories Image"
    1057 msgstr ""
    1058 
    1059 #: includes/Admin/views/showcase/showcase-settings.php:594
    1060 msgid ""
    1061 "Choose to Show/Hide images to visually represent each category in your "
    1062 "showcase."
    1063 msgstr ""
    1064 
    1065 #: includes/Admin/views/showcase/showcase-settings.php:605
    1066 msgid "Categories Icon"
    1067 msgstr ""
    1068 
    1069 #: includes/Admin/views/showcase/showcase-settings.php:606
    1070 msgid ""
    1071 "Choose to Show/Hide icons to visually represent each category in your "
    1072 "showcase."
    1073 msgstr ""
    1074 
    1075 #: includes/Admin/views/showcase/showcase-settings.php:618
    1076 msgid "Show/Hide category title to be displayed in the showcase."
    1077 msgstr ""
    1078 
    1079 #: includes/Admin/views/showcase/showcase-settings.php:629
    1080 msgid "Category Description"
    1081 msgstr ""
    1082 
    1083 #: includes/Admin/views/showcase/showcase-settings.php:630
    1084 msgid ""
    1085 "Show/Hide description or summary for each category to provide additional "
    1086 "context or information."
    1087 msgstr ""
    1088 
    1089 #: includes/Admin/views/showcase/showcase-settings.php:641
    1090 msgid "Product Quantity"
    1091 msgstr ""
    1092 
    1093 #: includes/Admin/views/showcase/showcase-settings.php:642
    1094 msgid "Display the total number of products within each category."
    1095 msgstr ""
    1096 
    1097 #: includes/Admin/views/showcase/showcase-settings.php:653
    1098 msgid "Sub-categories Product Quantity"
    1099 msgstr ""
    1100 
    1101 #: includes/Admin/views/showcase/showcase-settings.php:654
    1102 msgid "Show/Hide the total number of products within each subcategory."
    1103 msgstr ""
    1104 
    1105 #: includes/Admin/views/showcase/showcase-settings.php:665
    1106 msgid "Custom Text"
    1107 msgstr ""
    1108 
    1109 #: includes/Admin/views/showcase/showcase-settings.php:666
    1110 msgid ""
    1111 "Add custom text or message like Price Range, Category Details to further "
    1112 "enhance the description or information for each category."
    1113 msgstr ""
    1114 
    1115 #: includes/Admin/views/showcase/showcase-settings.php:680
    1116 #: includes/Admin/views/showcase/showcase-settings.php:705
    1117 msgid "Button Style"
    1118 msgstr ""
    1119 
    1120 #: includes/Admin/views/showcase/showcase-settings.php:684
    1121 msgid "Button"
    1122 msgstr ""
    1123 
    1124 #: includes/Admin/views/showcase/showcase-settings.php:685
    1125 msgid ""
    1126 "Show/Hide the button to prompt user action, such as exploring the category "
    1127 "or making a purchase."
    1128 msgstr ""
    1129 
    1130 #: includes/Admin/views/showcase/showcase-settings.php:696
    1131 msgid "Button Text"
    1132 msgstr ""
    1133 
    1134 #: includes/Admin/views/showcase/showcase-settings.php:697
    1135 msgid "Enter the text or label to be displayed on the call-to-action button."
    1136 msgstr ""
    1137 
    1138 #: includes/Admin/views/showcase/showcase-settings.php:700
    1139 msgid "type button text..."
    1140 msgstr ""
    1141 
    1142 #: includes/Admin/views/showcase/showcase-settings.php:706
    1143 msgid "Choose the visual style or design for the call-to-action button."
    1144 msgstr ""
    1145 
    1146 #: includes/Admin/views/showcase/showcase-settings.php:712
    1147 #: includes/Admin/views/showcase/showcase-settings.php:723
    1148 #: includes/Admin/views/showcase/showcase-settings.php:734
    1149 #: includes/Admin/views/showcase/showcase-settings.php:745
    1150 msgid "Shop Now"
    1151 msgstr ""
    1152 
    1153 #: includes/Admin/views/showcase/showcase-settings.php:717
    1154 msgid "Only Text"
    1155 msgstr ""
    1156 
    1157 #: includes/Admin/views/showcase/showcase-settings.php:728
    1158 msgid "Sharp Corner"
    1159 msgstr ""
    1160 
    1161 #: includes/Admin/views/showcase/showcase-settings.php:739
    1162 msgid "Slightly Rounded"
    1163 msgstr ""
    1164 
    1165 #: includes/Admin/views/showcase/showcase-settings.php:758
    1166 msgid "Show Arrow Icon"
    1167 msgstr ""
    1168 
    1169 #: includes/Admin/views/showcase/showcase-settings.php:765
    1170 #: includes/Admin/views/showcase/slider-settings.php:469
    1171 msgid "Button Color"
    1172 msgstr ""
    1173 
    1174 #: includes/Admin/views/showcase/showcase-settings.php:766
    1175 msgid ""
    1176 "Select the color for the call-to-action button to match your store's "
    1177 "branding or design scheme."
    1178 msgstr ""
    1179 
    1180 #: includes/Admin/views/showcase/showcase-settings.php:799
    1181 #: includes/Admin/views/showcase/slider-settings.php:503
    1182 #: includes/Admin/views/showcase/slider-settings.php:651
    1183 msgid "Border Color"
    1184 msgstr ""
    1185 
    1186 #: includes/Admin/views/showcase/showcase-settings.php:806
    1187 #: includes/Admin/views/showcase/slider-settings.php:510
    1188 #: includes/Admin/views/showcase/slider-settings.php:658
    1189 msgid "Border Hover Color"
    1190 msgstr ""
    1191 
    1192 #: includes/Admin/views/showcase/slider-settings.php:18
    1193 msgid "Ticker Settings"
    1194 msgstr ""
    1195 
    1196 #: includes/Admin/views/showcase/slider-settings.php:22
    1197 msgid "Ticker Carousel"
    1198 msgstr ""
    1199 
    1200 #: includes/Admin/views/showcase/slider-settings.php:23
    1201 msgid ""
    1202 "Showcase your product categories in a continuous, scrolling format. Ideal "
    1203 "for grabbing visitor's attention with a steady stream of category "
    1204 "highlights."
    1205 msgstr ""
    1206 
    1207 #: includes/Admin/views/showcase/slider-settings.php:53
    1208 msgid "Ticker Slider Direction"
    1209 msgstr ""
    1210 
    1211 #: includes/Admin/views/showcase/slider-settings.php:54
    1212 msgid ""
    1213 "Set the direction in which the ticker scrolls. Choose between left-to-right "
    1214 "or right-to-left scrolling."
    1215 msgstr ""
    1216 
    1217 #: includes/Admin/views/showcase/slider-settings.php:64
    1218 #: includes/Admin/views/showcase/slider-settings.php:78
    1219 msgid "Left to Right"
    1220 msgstr ""
    1221 
    1222 #: includes/Admin/views/showcase/slider-settings.php:84
    1223 msgid "Right to Left"
    1224 msgstr ""
    1225 
    1226 #: includes/Admin/views/showcase/slider-settings.php:94
    1227 msgid "Ticker Speed"
    1228 msgstr ""
    1229 
    1230 #: includes/Admin/views/showcase/slider-settings.php:95
    1231 msgid ""
    1232 "Adjust the speed at which the categories scroll. A higher value will make "
    1233 "the ticker move faster, while a lower value will slow it down."
    1234 msgstr ""
    1235 
    1236 #: includes/Admin/views/showcase/slider-settings.php:101
    1237 msgid "Slow"
    1238 msgstr ""
    1239 
    1240 #: includes/Admin/views/showcase/slider-settings.php:105
    1241 msgid "Medium"
    1242 msgstr ""
    1243 
    1244 #: includes/Admin/views/showcase/slider-settings.php:109
    1245 msgid "Fast"
    1246 msgstr ""
    1247 
    1248 #: includes/Admin/views/showcase/slider-settings.php:138
    1249 msgid "Slider Settings"
    1250 msgstr ""
    1251 
    1252 #: includes/Admin/views/showcase/slider-settings.php:142
    1253 msgid "Automatic Slideshow"
    1254 msgstr ""
    1255 
    1256 #: includes/Admin/views/showcase/slider-settings.php:143
    1257 msgid ""
    1258 "Enable or disable automatic transitioning between slides in the slider "
    1259 "without user input."
    1260 msgstr ""
    1261 
    1262 #: includes/Admin/views/showcase/slider-settings.php:154
    1263 msgid "Slide Speed"
    1264 msgstr ""
    1265 
    1266 #: includes/Admin/views/showcase/slider-settings.php:155
    1267 msgid ""
    1268 "Set the duration of the animation effect when transitioning between slides "
    1269 "within the slider."
    1270 msgstr ""
    1271 
    1272 #: includes/Admin/views/showcase/slider-settings.php:169
    1273 msgid "Stop on Hover"
    1274 msgstr ""
    1275 
    1276 #: includes/Admin/views/showcase/slider-settings.php:170
    1277 msgid ""
    1278 "Control whether the slider pauses when the user hovers over it with their "
    1279 "cursor."
    1280 msgstr ""
    1281 
    1282 #: includes/Admin/views/showcase/slider-settings.php:181
    1283 msgid "Unlimited Loop"
    1284 msgstr ""
    1285 
    1286 #: includes/Admin/views/showcase/slider-settings.php:182
    1287 msgid ""
    1288 "Determine if the slider should cycle endlessly or stop after reaching the "
    1289 "last slide."
    1290 msgstr ""
    1291 
    1292 #: includes/Admin/views/showcase/slider-settings.php:195
    1293 msgid "Slide Controls"
    1294 msgstr ""
    1295 
    1296 #: includes/Admin/views/showcase/slider-settings.php:199
    1297 msgid "Navigation Arrows"
    1298 msgstr ""
    1299 
    1300 #: includes/Admin/views/showcase/slider-settings.php:200
    1301 msgid ""
    1302 "Enable or disable navigation elements such as arrows or dots for users to "
    1303 "control the slider."
    1304 msgstr ""
    1305 
    1306 #: includes/Admin/views/showcase/slider-settings.php:211
    1307 msgid "Navigation Position"
    1308 msgstr ""
    1309 
    1310 #: includes/Admin/views/showcase/slider-settings.php:212
    1311 msgid "Select the navigation position to show in your slider."
    1312 msgstr ""
    1313 
    1314 #: includes/Admin/views/showcase/slider-settings.php:258
    1315 msgid "Arrow Styles"
    1316 msgstr ""
    1317 
    1318 #: includes/Admin/views/showcase/slider-settings.php:259
    1319 msgid "Choose the style or design of the navigation arrows in the slider."
    1320 msgstr ""
    1321 
    1322 #: includes/Admin/views/showcase/slider-settings.php:272
    1323 msgid "Chevron"
    1324 msgstr ""
    1325 
    1326 #: includes/Admin/views/showcase/slider-settings.php:285
    1327 msgid "Arrow"
    1328 msgstr ""
    1329 
    1330 #: includes/Admin/views/showcase/slider-settings.php:294
    1331 msgid "Button Styles"
    1332 msgstr ""
    1333 
    1334 #: includes/Admin/views/showcase/slider-settings.php:295
    1335 msgid "Select the style or design of any control buttons in the slider."
    1336 msgstr ""
    1337 
    1338 #: includes/Admin/views/showcase/slider-settings.php:312
    1339 msgid "Sharp"
    1340 msgstr ""
    1341 
    1342 #: includes/Admin/views/showcase/slider-settings.php:359
    1343 msgid "Only Icons"
    1344 msgstr ""
    1345 
    1346 #: includes/Admin/views/showcase/slider-settings.php:368
    1347 msgid "Button Background Styles"
    1348 msgstr ""
    1349 
    1350 #: includes/Admin/views/showcase/slider-settings.php:369
    1351 msgid ""
    1352 "Select the button background style or design of any control buttons in the "
    1353 "slider."
    1354 msgstr ""
    1355 
    1356 #: includes/Admin/views/showcase/slider-settings.php:386
    1357 msgid "Filled"
    1358 msgstr ""
    1359 
    1360 #: includes/Admin/views/showcase/slider-settings.php:405
    1361 msgid "Outline"
    1362 msgstr ""
    1363 
    1364 #: includes/Admin/views/showcase/slider-settings.php:422
    1365 msgid "Transparent"
    1366 msgstr ""
    1367 
    1368 #: includes/Admin/views/showcase/slider-settings.php:441
    1369 msgid "Shadow"
    1370 msgstr ""
    1371 
    1372 #: includes/Admin/views/showcase/slider-settings.php:470
    1373 msgid "Choose the color or tint of any control buttons in the slider."
    1374 msgstr ""
    1375 
    1376 #: includes/Admin/views/showcase/slider-settings.php:489
    1377 #: includes/Admin/views/showcase/slider-settings.php:637
    1378 msgid "Hover Color"
    1379 msgstr ""
    1380 
    1381 #: includes/Admin/views/showcase/slider-settings.php:522
    1382 msgid "Slide Counters"
    1383 msgstr ""
    1384 
    1385 #: includes/Admin/views/showcase/slider-settings.php:523
    1386 msgid ""
    1387 "Enable or disable pagination elements such as dots to indicate slide "
    1388 "position."
    1389 msgstr ""
    1390 
    1391 #: includes/Admin/views/showcase/slider-settings.php:534
    1392 msgid "Counters Styles"
    1393 msgstr ""
    1394 
    1395 #: includes/Admin/views/showcase/slider-settings.php:535
    1396 msgid "Choose the style or design of the pagination indicators in the slider."
    1397 msgstr ""
    1398 
    1399 #: includes/Admin/views/showcase/slider-settings.php:553
    1400 msgid "Dashes"
    1401 msgstr ""
    1402 
    1403 #: includes/Admin/views/showcase/slider-settings.php:571
    1404 msgid "Dots"
    1405 msgstr ""
    1406 
    1407 #: includes/Admin/views/showcase/slider-settings.php:589
    1408 msgid "Dash with Dots"
    1409 msgstr ""
    1410 
    1411 #: includes/Admin/views/showcase/slider-settings.php:617
    1412 msgid "Counters Color"
    1413 msgstr ""
    1414 
    1415 #: includes/Admin/views/showcase/slider-settings.php:618
    1416 msgid "Select the color or tint of the pagination indicators in the slider."
    1417 msgstr ""
    1418 
    1419 #: includes/Admin/views/showcase/slider-settings.php:690
    1420 msgid "Others"
    1421 msgstr ""
    1422 
    1423 #: includes/Admin/views/showcase/slider-settings.php:694
    1424 msgid "Touch Interaction"
    1425 msgstr ""
    1426 
    1427 #: includes/Admin/views/showcase/slider-settings.php:695
    1428 msgid ""
    1429 "Enable or disable the ability for users to navigate slides by swiping on "
    1430 "touch-enabled devices."
    1431 msgstr ""
    1432 
    1433 #: includes/Admin/views/showcase/slider-settings.php:706
    1434 msgid "Scroll Interaction"
    1435 msgstr ""
    1436 
    1437 #: includes/Admin/views/showcase/slider-settings.php:707
    1438 msgid "Control whether users can navigate slides using the mousewheel."
    1439 msgstr ""
    1440 
    1441 #: includes/Admin/views/showcase/slider-settings.php:718
    1442 msgid "Draggable Slides"
    1443 msgstr ""
    1444 
    1445 #: includes/Admin/views/showcase/slider-settings.php:719
    1446 msgid "Enable or disable the ability for users to drag slides using the mouse."
    1447 msgstr ""
    1448 
    1449 #: includes/Admin/views/showcase/slider-settings.php:730
    1450 msgid "Free Mode"
    1451 msgstr ""
    1452 
    1453 #: includes/Admin/views/showcase/slider-settings.php:731
    1454 msgid "Determine if slides should move freely without alignment constraints."
    1455 msgstr ""
    1456 
    1457 #: includes/Installer.php:79
    1458 #. translators: 1: plugin name 2: version number
    1459 msgid "%1$s updated to version %2$s successfully."
    1460 msgstr ""
    1461 
    1462 #: includes/Plugin.php:94
    1463 #. translators: %s: plugin name
    1464 msgid ""
    1465 "You are currently using %s. Please update to version 2.0.0 or higher to use "
    1466 "WooCommerce Category Showcase with WooCommerce Category Showcase Pro."
    1467 msgstr ""
    1468 
    1469 #: includes/Plugin.php:95
    1470 msgid "WooCommerce Category Showcase Pro"
    1471 msgstr ""
    1472 
    1473 #: includes/Plugin.php:115
    1474 msgid "Go Pro"
    1475 msgstr ""
    1476 
    1477 #: includes/PostTypes.php:38
    1478 msgid "Add New Showcase"
    1479 msgstr ""
    1480 
    1481 #: includes/PostTypes.php:39
    1482 msgid "New Category Showcase"
    1483 msgstr ""
    1484 
    1485 #: includes/PostTypes.php:40
    1486 msgid "Edit Category Showcase"
    1487 msgstr ""
    1488 
    1489 #: includes/PostTypes.php:41
    1490 msgid "View Category Showcase"
    1491 msgstr ""
    1492 
    1493 #: includes/PostTypes.php:42
    1494 msgid "All Category Showcases"
    1495 msgstr ""
    1496 
    1497 #: includes/PostTypes.php:43
    1498 msgid "Search Showcase"
    1499 msgstr ""
    1500 
    1501 #: includes/PostTypes.php:44
    1502 msgid "Parent Showcase:"
    1503 msgstr ""
    1504 
    1505 #: includes/PostTypes.php:45
    1506 msgid "No showcase found."
    1507 msgstr ""
    1508 
    1509 #: includes/PostTypes.php:46
    1510 msgid "No showcase found in trash."
    1511 msgstr ""
    1512 
    1513 #: templates/load-additional-category-details.php:25
    1514 #: templates/load-additional-category-details.php:80
    1515 #: templates/load-category-details.php:25
    1516 #: templates/load-category-details.php:80
    1517 msgid "Remove"
    1518 msgstr ""
    1519 
    1520 #: templates/load-additional-category-details.php:30
    1521 #: templates/load-category-details.php:30
    1522 msgid "Done"
    1523 msgstr ""
    1524 
    1525 #: templates/load-additional-category-details.php:35
    1526 #: templates/load-category-details.php:35
    1527 msgid "NAME"
    1528 msgstr ""
    1529 
    1530 #: templates/load-additional-category-details.php:36
    1531 #: templates/load-category-details.php:36
    1532 msgid "Type title here..."
    1533 msgstr ""
    1534 
    1535 #: templates/load-additional-category-details.php:39
    1536 #: templates/load-category-details.php:39
    1537 msgid "DESCRIPTION"
    1538 msgstr ""
    1539 
    1540 #: templates/load-additional-category-details.php:40
    1541 #: templates/load-category-details.php:40
    1542 msgid "Type description here..."
    1543 msgstr ""
    1544 
    1545 #: templates/load-additional-category-details.php:44
    1546 #: templates/load-category-details.php:44
    1547 msgid "ADD ADDITIONAL TEXT"
    1548 msgstr ""
    1549 
    1550 #: templates/load-additional-category-details.php:50
    1551 #: templates/load-category-details.php:50
    1552 msgid "Price Range: $250 - $1100"
    1553 msgstr ""
    1554 
    1555 #: templates/load-additional-category-details.php:54
    1556 #: templates/load-category-details.php:54
    1557 msgid "CATEGORY IMAGE"
    1558 msgstr ""
    1559 
    1560 #: templates/load-additional-category-details.php:58
    1561 #: templates/load-category-details.php:58
    1562 msgid "Add Image"
    1563 msgstr ""
    1564 
    1565 #: templates/load-additional-category-details.php:68
    1566 #: templates/load-category-details.php:68
    1567 msgid "CATEGORY ICON"
    1568 msgstr ""
    1569 
    1570 #: templates/load-additional-category-details.php:83
    1571 #: templates/load-category-details.php:83
    1572 msgid "Add Icon"
    1573 msgstr ""
    1574 
    1575 #: templates/load-additional-category-details.php:93
    1576 #: templates/load-category-details.php:93
    1577 msgid "ADD LABEL"
    1578 msgstr ""
    1579 
    1580 #: templates/load-additional-category-details.php:95
    1581 #: templates/load-category-details.php:99
    1582 msgid "25% off Today"
    1583 msgstr ""
    1584 
    1585 #: templates/load-additional-category-details.php:98
    1586 #: templates/load-category-details.php:102
    1587 msgid "LABEL COLOR"
    1588 msgstr ""
    1589 
    1590 #: templates/load-additional-category-details.php:110
    1591 #: templates/load-additional-category-details.php:128
    1592 #: templates/load-category-details.php:114
    1593 #: templates/load-category-details.php:132
    1594 msgid "Yellow"
    1595 msgstr ""
    1596 
    1597 #: templates/load-additional-category-details.php:138
    1598 #: templates/load-category-details.php:142
    1599 msgid "Red"
    1600 msgstr ""
    1601 
    1602 #: templates/load-additional-category-details.php:148
    1603 #: templates/load-category-details.php:152
    1604 msgid "Blue"
    1605 msgstr ""
    1606 
    1607 #: templates/load-additional-category-details.php:158
    1608 #: templates/load-category-details.php:162
    1609 msgid "Purple"
    1610 msgstr ""
    1611 
    1612 #: templates/load-additional-category-details.php:168
    1613 #: templates/load-category-details.php:172
    1614 msgid "Green"
    1615 msgstr ""
    1616 
    1617 #: templates/load-additional-category-details.php:178
    1618 #: templates/load-category-details.php:182
    1619 msgid "Magento"
    1620 msgstr ""
    1621 
    1622 #: vendor-prefixed/byteever/bytekit-plugin/src/Admin/Notices.php:130
    1623 msgid "Dismiss this notice"
    1624 msgstr ""
    1625 
    1626 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:223
    1627 msgid "Support"
    1628 msgstr ""
    1629 
    1630 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:230
    1631 msgid "Review"
    1632 msgstr ""
    1633 
    1634 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:255
    1635 msgid "Settings"
    1636 msgstr ""
    1637 
    1638 #. Plugin URI of the plugin/theme
     22#. Plugin URI of the plugin
     23#: wc-category-showcase.php
    163924msgid "https://pluginever.com/plugins/woocommerce-category-showcase-pro/"
    164025msgstr ""
    164126
    1642 #. Description of the plugin/theme
    1643 msgid ""
    1644 "WooCommerce extension to showcase categories in various styles and layouts "
    1645 "like sliders, blocks, and grids."
     27#. Description of the plugin
     28#: wc-category-showcase.php
     29msgid "WooCommerce extension to showcase categories in various styles and layouts like sliders, blocks, and grids."
    164630msgstr ""
    164731
    1648 #. Author of the plugin/theme
     32#. Author of the plugin
     33#: wc-category-showcase.php
    164934msgid "PluginEver"
    165035msgstr ""
    165136
    1652 #. Author URI of the plugin/theme
     37#. Author URI of the plugin
     38#: wc-category-showcase.php
    165339msgid "https://pluginever.com"
    165440msgstr ""
    1655 
    1656 #: includes/PostTypes.php:33
    1657 msgctxt "post type general name"
    1658 msgid "Category Showcase"
    1659 msgstr ""
    1660 
    1661 #: includes/PostTypes.php:34
    1662 msgctxt "post type singular name"
    1663 msgid "Category Showcase"
    1664 msgstr ""
    1665 
    1666 #: includes/PostTypes.php:35
    1667 msgctxt "admin menu"
    1668 msgid "Category Showcase"
    1669 msgstr ""
    1670 
    1671 #: includes/PostTypes.php:36
    1672 msgctxt "add new on admin bar"
    1673 msgid "Category Showcase"
    1674 msgstr ""
    1675 
    1676 #: includes/PostTypes.php:37
    1677 msgctxt "book"
    1678 msgid "Add New"
    1679 msgstr ""
  • wc-category-showcase/tags/2.2.8/readme.txt

    r3401761 r3457926  
    22Contributors: pluginever
    33Tags: woocommerce, woocommerce Category, woocommerce Category Slider, WooCommerce Category Showcase, Slider
    4 Tested up to: 6.8
    5 Stable tag: 2.2.7
     4Tested up to: 6.9
     5Stable tag: 2.2.8
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    145145
    146146== Changelog ==
     147= 2.2.8 (10th February 2026) =
     148* Fix - Resolved minor issues.
     149* Compatibility - Checked compatibility with the latest version of WordPress (v6.9) and WooCommerce (v10.4).
     150
    147151= 2.2.7 (24th November 2025) =
    148152* Enhance: Improved readme content clarity and removed promotional language per guidelines.
  • wc-category-showcase/tags/2.2.8/vendor/autoload.php

    r3346889 r3457926  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021::getLoader();
     22return ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742::getLoader();
  • wc-category-showcase/tags/2.2.8/vendor/composer/autoload_classmap.php

    r3346889 r3457926  
    88return array(
    99    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    10     'WooCommerceCategoryShowcase\\Admin\\Admin' => $baseDir . '/includes/Admin/Admin.php',
    11     'WooCommerceCategoryShowcase\\Admin\\Menus' => $baseDir . '/includes/Admin/Menus.php',
    12     'WooCommerceCategoryShowcase\\Admin\\Notices' => $baseDir . '/includes/Admin/Notices.php',
    13     'WooCommerceCategoryShowcase\\Admin\\Utilities' => $baseDir . '/includes/Admin/Utilities.php',
    14     'WooCommerceCategoryShowcase\\Admin\\listTables\\AbstractListTable' => $baseDir . '/includes/Admin/listTables/AbstractListTable.php',
    15     'WooCommerceCategoryShowcase\\Admin\\listTables\\ShowcaseListTable' => $baseDir . '/includes/Admin/listTables/ShowcaseListTable.php',
    16     'WooCommerceCategoryShowcase\\Controllers\\Helpers' => $baseDir . '/includes/Controllers/Helpers.php',
    17     'WooCommerceCategoryShowcase\\Installer' => $baseDir . '/includes/Installer.php',
    18     'WooCommerceCategoryShowcase\\Plugin' => $baseDir . '/includes/Plugin.php',
    19     'WooCommerceCategoryShowcase\\PostTypes' => $baseDir . '/includes/PostTypes.php',
    20     'WooCommerceCategoryShowcase\\Shortcodes\\Shortcodes' => $baseDir . '/includes/Shortcodes/Shortcodes.php',
    2110);
  • wc-category-showcase/tags/2.2.8/vendor/composer/autoload_psr4.php

    r3346889 r3457926  
    77
    88return array(
     9    'WooCommerceCategoryShowcase\\ByteKit\\' => array($vendorDir . '/byteever/bytekit-plugin/src'),
    910    'WooCommerceCategoryShowcase\\' => array($baseDir . '/includes'),
    1011);
  • wc-category-showcase/tags/2.2.8/vendor/composer/autoload_real.php

    r3346889 r3457926  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021
     5class ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit1f0d78c5649559c925c92495719b0021::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • wc-category-showcase/tags/2.2.8/vendor/composer/autoload_static.php

    r3401761 r3457926  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit1f0d78c5649559c925c92495719b0021
     7class ComposerStaticInitf8c740e3595fadbbfec33d998d5db742
    88{
    99    public static $prefixLengthsPsr4 = array (
    1010        'W' =>
    1111        array (
     12            'WooCommerceCategoryShowcase\\ByteKit\\' => 36,
    1213            'WooCommerceCategoryShowcase\\' => 28,
    1314        ),
     
    1516
    1617    public static $prefixDirsPsr4 = array (
     18        'WooCommerceCategoryShowcase\\ByteKit\\' =>
     19        array (
     20            0 => __DIR__ . '/..' . '/byteever/bytekit-plugin/src',
     21        ),
    1722        'WooCommerceCategoryShowcase\\' =>
    1823        array (
     
    2328    public static $classMap = array (
    2429        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    25         'WooCommerceCategoryShowcase\\Admin\\Admin' => __DIR__ . '/../..' . '/includes/Admin/Admin.php',
    26         'WooCommerceCategoryShowcase\\Admin\\Menus' => __DIR__ . '/../..' . '/includes/Admin/Menus.php',
    27         'WooCommerceCategoryShowcase\\Admin\\Notices' => __DIR__ . '/../..' . '/includes/Admin/Notices.php',
    28         'WooCommerceCategoryShowcase\\Admin\\Utilities' => __DIR__ . '/../..' . '/includes/Admin/Utilities.php',
    29         'WooCommerceCategoryShowcase\\Admin\\listTables\\AbstractListTable' => __DIR__ . '/../..' . '/includes/Admin/listTables/AbstractListTable.php',
    30         'WooCommerceCategoryShowcase\\Admin\\listTables\\ShowcaseListTable' => __DIR__ . '/../..' . '/includes/Admin/listTables/ShowcaseListTable.php',
    31         'WooCommerceCategoryShowcase\\Controllers\\Helpers' => __DIR__ . '/../..' . '/includes/Controllers/Helpers.php',
    32         'WooCommerceCategoryShowcase\\Installer' => __DIR__ . '/../..' . '/includes/Installer.php',
    33         'WooCommerceCategoryShowcase\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php',
    34         'WooCommerceCategoryShowcase\\PostTypes' => __DIR__ . '/../..' . '/includes/PostTypes.php',
    35         'WooCommerceCategoryShowcase\\Shortcodes\\Shortcodes' => __DIR__ . '/../..' . '/includes/Shortcodes/Shortcodes.php',
    3630    );
    3731
     
    3933    {
    4034        return \Closure::bind(function () use ($loader) {
    41             $loader->prefixLengthsPsr4 = ComposerStaticInit1f0d78c5649559c925c92495719b0021::$prefixLengthsPsr4;
    42             $loader->prefixDirsPsr4 = ComposerStaticInit1f0d78c5649559c925c92495719b0021::$prefixDirsPsr4;
    43             $loader->classMap = ComposerStaticInit1f0d78c5649559c925c92495719b0021::$classMap;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::$prefixDirsPsr4;
     37            $loader->classMap = ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::$classMap;
    4438
    4539        }, null, ClassLoader::class);
  • wc-category-showcase/tags/2.2.8/vendor/composer/installed.json

    r3280744 r3457926  
    33        {
    44            "name": "byteever/bytekit-plugin",
    5             "version": "v1.0.2",
    6             "version_normalized": "1.0.2.0",
     5            "version": "dev-trunk",
     6            "version_normalized": "dev-trunk",
    77            "source": {
    88                "type": "git",
    99                "url": "git@github.com:byteever/bytekit-plugin.git",
    10                 "reference": "794ec9834ecac6cead6b1064a605ff930864950b"
     10                "reference": "43692c253b4d83879f5302dc6feff5eb2448428d"
    1111            },
    1212            "dist": {
    1313                "type": "zip",
    14                 "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/794ec9834ecac6cead6b1064a605ff930864950b",
    15                 "reference": "794ec9834ecac6cead6b1064a605ff930864950b",
     14                "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/43692c253b4d83879f5302dc6feff5eb2448428d",
     15                "reference": "43692c253b4d83879f5302dc6feff5eb2448428d",
    1616                "shasum": ""
    1717            },
     
    1919                "php": ">=7.4"
    2020            },
    21             "require-dev": {
    22                 "byteever/byteever-sniffs": "dev-master",
    23                 "codeception/module-asserts": "^1.0",
    24                 "codeception/module-cli": "^1.0",
    25                 "codeception/module-db": "^1.0",
    26                 "codeception/module-filesystem": "^1.0",
    27                 "codeception/module-phpbrowser": "^1.0",
    28                 "codeception/module-rest": "^2.0",
    29                 "codeception/module-webdriver": "^1.0",
    30                 "codeception/util-universalframework": "^1.0",
    31                 "lucatume/wp-browser": "<3.5"
    32             },
    33             "time": "2025-02-27T09:59:41+00:00",
     21            "time": "2025-12-11T10:51:47+00:00",
    3422            "type": "library",
    3523            "installation-source": "dist",
    3624            "autoload": {
    3725                "psr-4": {
    38                     "ByteKit\\": "src/"
     26                    "WooCommerceCategoryShowcase\\ByteKit\\": "src/"
    3927                }
    40             },
    41             "scripts": {
    42                 "phpcs": [
    43                     "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"
    44                 ],
    45                 "phpcbf": [
    46                     "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"
    47                 ],
    48                 "test:setup": [
    49                     "bash bin/install-test-env.sh"
    50                 ],
    51                 "test:build": [
    52                     "vendor/bin/codecept build"
    53                 ],
    54                 "test:wpunit": [
    55                     "vendor/bin/codecept run wpunit --"
    56                 ],
    57                 "test:functional": [
    58                     "vendor/bin/codecept run functional --"
    59                 ],
    60                 "test:acceptance": [
    61                     "vendor/bin/codecept run acceptance --"
    62                 ],
    63                 "test:gen:wpunit": [
    64                     "vendor/bin/codecept generate:wpunit wpunit"
    65                 ],
    66                 "test:gen:functional": [
    67                     "vendor/bin/codecept generate:wpunit functional"
    68                 ],
    69                 "test:gen:acceptance": [
    70                     "vendor/bin/codecept generate:acceptance acceptance"
    71                 ],
    72                 "test": [
    73                     "vendor/bin/codecept run --"
    74                 ]
    7528            },
    7629            "license": [
    7730                "GPL-3.0-or-later"
    7831            ],
    79             "authors": [
    80                 {
    81                     "name": "Sultan Nasir Uddin",
    82                     "email": "manikdrmc@gmail.com"
    83                 }
    84             ],
    85             "description": "A set of related classes to kick start WordPress plugin development.",
    8632            "support": {
    87                 "source": "https://github.com/byteever/bytekit-plugin/tree/v1.0.2",
     33                "source": "https://github.com/byteever/bytekit-plugin/tree/trunk",
    8834                "issues": "https://github.com/byteever/bytekit-plugin/issues"
    8935            },
     36            "abandoned": true,
    9037            "install-path": "../byteever/bytekit-plugin"
    9138        }
  • wc-category-showcase/tags/2.2.8/vendor/composer/installed.php

    r3401761 r3457926  
    22    'root' => array(
    33        'name' => 'pluginever/wc-category-showcase',
    4         'pretty_version' => 'v2.2.7',
    5         'version' => '2.2.7.0',
    6         'reference' => 'c0e6d63e1c3505e9e34b5e7264778da7b34b9736',
     4        'pretty_version' => 'dev-master',
     5        'version' => 'dev-master',
     6        'reference' => '8edfc465a22edc42615690d1266519365f4619d1',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'byteever/bytekit-plugin' => array(
    14             'pretty_version' => 'v1.0.2',
    15             'version' => '1.0.2.0',
    16             'reference' => '794ec9834ecac6cead6b1064a605ff930864950b',
     14            'pretty_version' => 'dev-trunk',
     15            'version' => 'dev-trunk',
     16            'reference' => '43692c253b4d83879f5302dc6feff5eb2448428d',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../byteever/bytekit-plugin',
     
    2121        ),
    2222        'pluginever/wc-category-showcase' => array(
    23             'pretty_version' => 'v2.2.7',
    24             'version' => '2.2.7.0',
    25             'reference' => 'c0e6d63e1c3505e9e34b5e7264778da7b34b9736',
     23            'pretty_version' => 'dev-master',
     24            'version' => 'dev-master',
     25            'reference' => '8edfc465a22edc42615690d1266519365f4619d1',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • wc-category-showcase/tags/2.2.8/wc-category-showcase.php

    r3401761 r3457926  
    44 * Plugin URI:           https://pluginever.com/plugins/woocommerce-category-showcase-pro/
    55 * Description:          WooCommerce extension to showcase categories in various styles and layouts like sliders, blocks, and grids.
    6  * Version:              2.2.7
     6 * Version:              2.2.8
    77 * Requires at least:    5.2
    88 * Requires PHP:         7.4
     
    1313 * Text Domain:          wc-category-showcase
    1414 * Domain Path:          /languages
    15  * Tested up to:         6.8
     15 * Tested up to:         6.9
    1616 * WC requires at least: 3.0.0
    17  * WC tested up to:      10.3
    18  * Requires plugin:      woocommerce
     17 * WC tested up to:      10.5
     18 * Requires Plugins:     woocommerce
    1919 *
    20  * @package WooCommerceCategoryShowcase
    21  *
    22  * Copyright (c) 2025 PluginEver (email : support@pluginever.com)
     20 * @link https://pluginever.com/plugins/woocommerce-category-showcase-pro/
    2321 *
    2422 * This program is free software; you can redistribute it and/or modify
    25  * it under the terms of the GNU General Public License, version 2 or, at
    26  * your discretion, any later version, as published by the Free
    27  * Software Foundation.
     23 * it under the terms of the GNU General Public License as published by
     24 * the Free Software Foundation; either version 2 of the License, or
     25 * (at your option) any later version.
    2826 *
    2927 * This program is distributed in the hope that it will be useful,
    3028 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    31  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    3230 * GNU General Public License for more details.
    3331 *
    3432 * You should have received a copy of the GNU General Public License
    3533 * along with this program; if not, write to the Free Software
    36  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     34 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
     35 * @author    Sultan Nasir Uddin <manikdrmc@gmail.com>
     36 * @copyright 2025 ByteEver
     37 * @license   GPL-2.0+
     38 * @package   WooCommerceCategoryShowcase
    3739 */
    3840
    39 defined( 'ABSPATH' ) || exit();
     41defined( 'ABSPATH' ) || exit;
    4042
     43// Autoloader.
    4144require_once __DIR__ . '/vendor/autoload.php';
    42 require_once __DIR__ . '/vendor-prefixed/autoload.php';
    4345
    4446// Instantiate the plugin.
  • wc-category-showcase/trunk/includes/Admin/Admin.php

    r3401761 r3457926  
    6363     */
    6464    public function enqueue_scripts( $hook ) {
    65         wp_verify_nonce( '_nonce' );
    66 
    67         // Check if we are on the edit screen.
    68         $showcase_add = isset( $_GET['add'] ) ? true : false;
    69         $showcase_id  = isset( $_GET['edit'] ) ? absint( wp_unslash( $_GET['edit'] ) ) : '';
    70 
    71         // TODO: Remove this Black Friday style after the offer is over.
    72         wc_category_showcase()->scripts->enqueue_style( 'wccs-black-friday', '/styles/black-friday.css' );
     65        $showcase_add = isset( $_GET['add'] ) ? true : false; // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Readonly check for presence.
     66        $showcase_id  = isset( $_GET['edit'] ) ? absint( wp_unslash( $_GET['edit'] ) ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Readonly check for presence.
    7367
    7468        if ( in_array( $hook, Utilities::get_screen_ids(), true ) || $showcase_id || $showcase_add ) {
    75             // Register styles.
    7669            wc_category_showcase()->scripts->register_style( 'wccs_tailwind', '/styles/tailwind.css' );
     70            wc_category_showcase()->scripts->register_style( 'wcc-showcase-fontawesome-icons', '/fonts/fontawesome/fontawesome-icons.css' );
     71            wc_category_showcase()->scripts->register_style( 'wcc-showcase-happy-icons', '/fonts/happy-icons/happy-icons.css' );
     72            wc_category_showcase()->scripts->register_style( 'wcc-showcase-vendor', '/styles/vendor.css' );
     73            wc_category_showcase()->scripts->register_script( 'wcc-showcase-vendor', '/scripts/vendor.js', array( 'jquery' ), true );
    7774
    7875            wp_enqueue_style( 'bytekit-components' );
    7976            wp_enqueue_style( 'bytekit-layout' );
    80             // Early core enqueue.
    81             wc_category_showcase()->scripts->enqueue_style( 'wcc_showcase-admin', '/styles/admin.css', array( 'wccs_tailwind' ) );
    82             wc_category_showcase()->scripts->enqueue_script( 'wcc_showcase-admin', '/scripts/admin.js', array( 'wp-color-picker' ), true );
     77
     78            wc_category_showcase()->scripts->enqueue_style( 'wcc_showcase-admin', '/styles/admin.css', array( 'wccs_tailwind', 'wcc-showcase-vendor', 'wcc-showcase-fontawesome-icons', 'wcc-showcase-happy-icons' ) );
     79            wc_category_showcase()->scripts->enqueue_script( 'wcc_showcase-admin', '/scripts/admin.js', array( 'jquery', 'wp-color-picker', 'wcc-showcase-vendor' ), true );
     80
    8381            wp_enqueue_media();
     82
    8483            wp_localize_script(
    8584                'wcc_showcase-admin',
  • wc-category-showcase/trunk/includes/Plugin.php

    r3383199 r3457926  
    167167     */
    168168    public function register_scripts() {
    169         $this->scripts->register_style( 'wcc-showcase-splide', '/styles/splide.min.css' );
    170         $this->scripts->register_style( 'wcc-showcase-showcase', '/styles/frontend.css', array( 'wcc-showcase-splide' ) );
    171         $this->scripts->register_script( 'wcc-showcase-splide', '/scripts/splide.js' );
    172         $this->scripts->register_script( 'wcc-showcase-splide-grid', '/scripts/splide-extension-grid.js' );
    173         $this->scripts->register_script( 'wcc-showcase-splide-auto-scroll', '/scripts/splide-extension-auto-scroll.js' );
    174         $this->scripts->register_script( 'wcc-showcase-showcase', '/scripts/frontend.js', array( 'jquery', 'wcc-showcase-splide', 'wcc-showcase-splide-grid', 'wcc-showcase-splide-auto-scroll' ), true );
     169        $this->scripts->register_style( 'wcc-showcase-fontawesome-icons', '/fonts/fontawesome/fontawesome-icons.css' );
     170        $this->scripts->register_style( 'wcc-showcase-happy-icons', '/fonts/happy-icons/happy-icons.css' );
     171        $this->scripts->register_style( 'wcc-showcase-vendor', '/styles/vendor.css' );
     172        $this->scripts->register_script( 'wcc-showcase-vendor', '/scripts/vendor.js', array( 'jquery' ), true );
     173
     174        // Common styles and scripts.
     175        $this->scripts->register_style( 'wcc-showcase-showcase', '/styles/frontend.css', array( 'wcc-showcase-vendor', 'wcc-showcase-fontawesome-icons', 'wcc-showcase-happy-icons' ) );
     176        $this->scripts->register_script( 'wcc-showcase-showcase', '/scripts/frontend.js', array( 'jquery', 'wcc-showcase-vendor' ), true );
    175177    }
    176178}
  • wc-category-showcase/trunk/languages/wc-category-showcase.pot

    r3401761 r3457926  
    1 # Copyright (C) 2025 PluginEver
     1# Copyright (C) 2026 PluginEver
    22# This file is distributed under the GPL v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Category Showcase 2.2.7\n"
    6 "Report-Msgid-Bugs-To: "
    7 "https://pluginever.com/plugins/woocommerce-category-showcase-pro/\n"
    8 "POT-Creation-Date: 2025-11-24 10:04:54+00:00\n"
    9 "MIME-Version: 1.0\n"
    10 "Content-Type: text/plain; charset=utf-8\n"
    11 "Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     5"Project-Id-Version: Category Showcase 2.2.8\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wc-category-showcase\n"
    137"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    148"Language-Team: LANGUAGE <LL@li.org>\n"
    15 "Language: en\n"
    16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
    17 "X-Poedit-Country: United States\n"
    18 "X-Poedit-SourceCharset: UTF-8\n"
    19 "X-Poedit-KeywordsList: "
    20 "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
    21 "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
    22 "X-Poedit-Basepath: ../\n"
    23 "X-Poedit-SearchPath-0: .\n"
    24 "X-Poedit-Bookmarks: \n"
    25 "X-Textdomain-Support: yes\n"
    26 "X-Generator: grunt-wp-i18n 1.0.3\n"
     9"MIME-Version: 1.0\n"
     10"Content-Type: text/plain; charset=UTF-8\n"
     11"Content-Transfer-Encoding: 8bit\n"
     12"POT-Creation-Date: 2026-02-10T11:14:58+00:00\n"
     13"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
     14"X-Generator: WP-CLI 2.12.0\n"
     15"X-Domain: starter-plugin\n"
    2716
    28 #: includes/Admin/views/showcase/general-settings.php:93
    29 #: includes/Admin/views/showcase/general-settings.php:201
    30 #: includes/Admin/views/showcase/general-settings.php:264
    31 msgid "1"
    32 msgstr ""
    33 
    34 #: includes/Admin/views/showcase/general-settings.php:105
    35 #: includes/Admin/views/showcase/general-settings.php:213
    36 #: includes/Admin/views/showcase/general-settings.php:276
    37 #: includes/Admin/views/showcase/general-settings.php:373
    38 msgid "2"
    39 msgstr ""
    40 
    41 #: includes/Admin/views/showcase/general-settings.php:118
    42 #: includes/Admin/views/showcase/general-settings.php:289
    43 #: includes/Admin/views/showcase/general-settings.php:386
    44 msgid "3"
    45 msgstr ""
    46 
    47 #: includes/Admin/views/showcase/general-settings.php:132
    48 #: includes/Admin/views/showcase/general-settings.php:303
    49 #: includes/Admin/views/showcase/general-settings.php:400
    50 msgid "4"
    51 msgstr ""
    52 
    53 #: includes/Admin/views/showcase/general-settings.php:147
    54 #: includes/Admin/views/showcase/general-settings.php:318
    55 #: includes/Admin/views/showcase/general-settings.php:415
    56 msgid "5"
    57 msgstr ""
    58 
    59 #: includes/Admin/views/showcase/general-settings.php:163
    60 #: includes/Admin/views/showcase/general-settings.php:334
    61 #: includes/Admin/views/showcase/general-settings.php:431
    62 msgid "6"
    63 msgstr ""
    64 
    65 #: includes/Admin/views/showcase/general-settings.php:448
    66 msgid "7"
    67 msgstr ""
    68 
    69 #: includes/Admin/views/showcase/fonts-settings.php:142
    70 #: includes/Admin/views/showcase/fonts-settings.php:410
    71 msgid "100"
    72 msgstr ""
    73 
    74 #: includes/Admin/views/showcase/fonts-settings.php:145
    75 #: includes/Admin/views/showcase/fonts-settings.php:413
    76 msgid "200"
    77 msgstr ""
    78 
    79 #: includes/Admin/views/showcase/fonts-settings.php:148
    80 #: includes/Admin/views/showcase/fonts-settings.php:416
    81 msgid "300"
    82 msgstr ""
    83 
    84 #: includes/Admin/views/showcase/fonts-settings.php:151
    85 #: includes/Admin/views/showcase/fonts-settings.php:419
    86 msgid "400"
    87 msgstr ""
    88 
    89 #: includes/Admin/views/showcase/fonts-settings.php:154
    90 #: includes/Admin/views/showcase/fonts-settings.php:422
    91 msgid "500"
    92 msgstr ""
    93 
    94 #: includes/Admin/views/showcase/fonts-settings.php:157
    95 #: includes/Admin/views/showcase/fonts-settings.php:425
    96 msgid "600"
    97 msgstr ""
    98 
    99 #: includes/Admin/views/showcase/fonts-settings.php:160
    100 #: includes/Admin/views/showcase/fonts-settings.php:428
    101 msgid "700"
    102 msgstr ""
    103 
    104 #: includes/Admin/views/showcase/fonts-settings.php:163
    105 #: includes/Admin/views/showcase/fonts-settings.php:431
    106 msgid "800"
    107 msgstr ""
    108 
    109 #: includes/Admin/Admin.php:91
    110 msgid "Search category..."
    111 msgstr ""
    112 
    113 #: includes/Admin/Admin.php:124
    114 #. translators: %s: Plugin name
    115 msgid "Thank you for using %s!"
    116 msgstr ""
    117 
    118 #: includes/Admin/Admin.php:130
    119 #. translators: %s: Plugin name
    120 msgid " Share your appreciation with a five-star review %s."
    121 msgstr ""
    122 
    123 #: includes/Admin/Admin.php:150
    124 #. translators: 1: Plugin version
    125 msgid "Version %s"
    126 msgstr ""
    127 
    128 #: includes/Admin/Admin.php:179
    129 msgid "Failed to Add Category Showcase: Please Try Again!"
    130 msgstr ""
    131 
    132 #: includes/Admin/Admin.php:242
    133 msgid "The category showcase has been successfully updated!"
    134 msgstr ""
    135 
    136 #: includes/Admin/Admin.php:259
    137 msgid "No, search term provided."
    138 msgstr ""
    139 
    140 #: includes/Admin/Admin.php:310 includes/Admin/Admin.php:331
    141 msgid "No, search term id provided."
    142 msgstr ""
    143 
    144 #: includes/Admin/Menus.php:44
    145 msgid "WC Showcase"
    146 msgstr ""
    147 
    148 #: includes/Admin/Menus.php:45
    149 msgid "WC Showcases"
    150 msgstr ""
    151 
    152 #: includes/Admin/Menus.php:55 includes/Admin/Menus.php:56
    153 msgid "All Showcases"
    154 msgstr ""
    155 
    156 #: includes/Admin/Menus.php:90 includes/Admin/Menus.php:91
    157 #: includes/Admin/Menus.php:142
    158 #: includes/Admin/views/add-category-showcase.php:233
    159 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:216
    160 msgid "Documentation"
    161 msgstr ""
    162 
    163 #: includes/Admin/Menus.php:141
    164 #: includes/Admin/views/add-category-showcase.php:52
    165 #: includes/Admin/views/add-category-showcase.php:102
    166 #: includes/Admin/views/add-category-showcase.php:119
    167 msgid "General"
    168 msgstr ""
    169 
    170 #: includes/Admin/listTables/ShowcaseListTable.php:94
    171 msgid "No items found."
    172 msgstr ""
    173 
    174 #: includes/Admin/listTables/ShowcaseListTable.php:106
    175 msgid "Title"
    176 msgstr ""
    177 
    178 #: includes/Admin/listTables/ShowcaseListTable.php:107
    179 #: includes/Admin/views/add-category-showcase.php:208
    180 msgid "Shortcode"
    181 msgstr ""
    182 
    183 #: includes/Admin/listTables/ShowcaseListTable.php:108
    184 msgid "Date created"
    185 msgstr ""
    186 
    187 #: includes/Admin/listTables/ShowcaseListTable.php:144
    188 #: includes/Admin/listTables/ShowcaseListTable.php:224
    189 msgid "Delete"
    190 msgstr ""
    191 
    192 #: includes/Admin/listTables/ShowcaseListTable.php:181
    193 #. translators: %d: number of things deleted.
    194 msgid "Showcases successfully deleted."
    195 msgstr ""
    196 
    197 #: includes/Admin/listTables/ShowcaseListTable.php:223
    198 msgid "Edit"
    199 msgstr ""
    200 
    201 #: includes/Admin/listTables/ShowcaseListTable.php:246
    202 #: includes/Admin/views/add-category-showcase.php:213
    203 msgid "Copy"
    204 msgstr ""
    205 
    206 #: includes/Admin/views/add-category-showcase.php:18
    207 msgid "Add Category Showcase"
    208 msgstr ""
    209 
    210 #: includes/Admin/views/add-category-showcase.php:20
    211 msgid "Go back"
    212 msgstr ""
    213 
    214 #: includes/Admin/views/add-category-showcase.php:25
    215 #: includes/Admin/views/list-category-showcase.php:21
    216 msgid "Add New"
    217 msgstr ""
    218 
    219 #: includes/Admin/views/add-category-showcase.php:36
    220 #: includes/Admin/views/showcase/showcase-settings.php:32
    221 msgid "Add title..."
    222 msgstr ""
    223 
    224 #: includes/Admin/views/add-category-showcase.php:60
    225 #: includes/Admin/views/add-category-showcase.php:127
    226 msgid "Showcase"
    227 msgstr ""
    228 
    229 #: includes/Admin/views/add-category-showcase.php:73
    230 #: includes/Admin/views/add-category-showcase.php:140
    231 #: includes/Admin/views/settings/export-import.php:29
    232 #: includes/Admin/views/showcase/general-settings.php:41
    233 msgid "Slider"
    234 msgstr ""
    235 
    236 #: includes/Admin/views/add-category-showcase.php:81
    237 msgid "Images"
    238 msgstr ""
    239 
    240 #: includes/Admin/views/add-category-showcase.php:90
    241 #: includes/Admin/views/add-category-showcase.php:157
    242 msgid "Fonts"
    243 msgstr ""
    244 
    245 #: includes/Admin/views/add-category-showcase.php:148
    246 msgid "Image"
    247 msgstr ""
    248 
    249 #: includes/Admin/views/add-category-showcase.php:190
    250 msgid "Actions"
    251 msgstr ""
    252 
    253 #: includes/Admin/views/add-category-showcase.php:197
    254 msgid "Publish"
    255 msgstr ""
    256 
    257 #: includes/Admin/views/add-category-showcase.php:200
    258 msgid "Update"
    259 msgstr ""
    260 
    261 #: includes/Admin/views/add-category-showcase.php:215
    262 msgid "Click the icon to copy this category showcase shortcode."
    263 msgstr ""
    264 
    265 #: includes/Admin/views/add-category-showcase.php:222
    266 msgid "Need Any Help?"
    267 msgstr ""
    268 
    269 #: includes/Admin/views/add-category-showcase.php:225
    270 msgid "Support team is here to assist you. Get help with any issues you might have."
    271 msgstr ""
    272 
    273 #: includes/Admin/views/add-category-showcase.php:240
    274 msgid "Get Support"
    275 msgstr ""
    276 
    277 #: includes/Admin/views/add-category-showcase.php:247
    278 msgid "Try Pro!"
    279 msgstr ""
    280 
    281 #: includes/Admin/views/add-category-showcase.php:259
    282 #: includes/Admin/views/add-category-showcase.php:342
    283 msgid "Access premium grid and block layouts for stunning product showcases."
    284 msgstr ""
    285 
    286 #: includes/Admin/views/add-category-showcase.php:269
    287 #: includes/Admin/views/add-category-showcase.php:352
    288 msgid "Customize fonts, colors, and styles to match your brand effortlessly."
    289 msgstr ""
    290 
    291 #: includes/Admin/views/add-category-showcase.php:279
    292 #: includes/Admin/views/add-category-showcase.php:362
    293 msgid "Gain control over advanced settings for best performance and flexibility."
    294 msgstr ""
    295 
    296 #: includes/Admin/views/add-category-showcase.php:289
    297 #: includes/Admin/views/add-category-showcase.php:372
    298 msgid "Receive priority support and updates for uninterrupted usage."
    299 msgstr ""
    300 
    301 #: includes/Admin/views/add-category-showcase.php:299
    302 msgid "View Demo"
    303 msgstr ""
    304 
    305 #: includes/Admin/views/add-category-showcase.php:316
    306 #: includes/Admin/views/showcase/fonts-settings.php:47
    307 #: includes/Admin/views/showcase/fonts-settings.php:315
    308 #: includes/Admin/views/showcase/fonts-settings.php:581
    309 #: includes/Admin/views/showcase/general-settings.php:182
    310 #: includes/Admin/views/showcase/general-settings.php:232
    311 #: includes/Admin/views/showcase/general-settings.php:353
    312 #: includes/Admin/views/showcase/general-settings.php:467
    313 #: includes/Admin/views/showcase/general-settings.php:1143
    314 #: includes/Admin/views/showcase/showcase-settings.php:315
    315 #: includes/Admin/views/showcase/showcase-settings.php:829
    316 #: includes/Admin/views/showcase/slider-settings.php:46
    317 #: includes/Admin/views/showcase/slider-settings.php:128
    318 #: includes/Admin/views/showcase/slider-settings.php:462
    319 #: includes/Admin/views/showcase/slider-settings.php:610
    320 #: includes/Admin/views/showcase/slider-settings.php:681
    321 msgid "Upgrade To Pro!"
    322 msgstr ""
    323 
    324 #: includes/Admin/views/add-category-showcase.php:331
    325 msgid "Unlock exclusive features with our"
    326 msgstr ""
    327 
    328 #: includes/Admin/views/add-category-showcase.php:331
    329 msgid "Pro version!"
    330 msgstr ""
    331 
    332 #: includes/Admin/views/add-category-showcase.php:377
    333 msgid "I’ll think about it later"
    334 msgstr ""
    335 
    336 #: includes/Admin/views/add-category-showcase.php:379
    337 msgid "Upgrade to Pro"
    338 msgstr ""
    339 
    340 #. Plugin Name of the plugin/theme
     17#. Plugin Name of the plugin
     18#: wc-category-showcase.php
    34119msgid "Category Showcase"
    34220msgstr ""
    34321
    344 #: includes/Admin/views/list-category-showcase.php:32
    345 msgid "Search"
    346 msgstr ""
    347 
    348 #: includes/Admin/views/notices/black-friday.php:19
    349 msgid "Black Friday Mega Sale! Get Flat 40% OFF on Category Showcase Pro !!"
    350 msgstr ""
    351 
    352 #: includes/Admin/views/notices/black-friday.php:26
    353 #. translators: 1. Offer Percentage, 2. Coupon Code.
    354 msgid ""
    355 "Unlock premium features at an unbeatable price this Black Friday! Enjoy "
    356 "%1$s on Category Showcase Pro with code %2$s. Hurry, this deal ends soon!"
    357 msgstr ""
    358 
    359 #: includes/Admin/views/notices/black-friday.php:38
    360 msgid "Claim your discount!!"
    361 msgstr ""
    362 
    363 #: includes/Admin/views/notices/black-friday.php:42
    364 msgid "Remind me later"
    365 msgstr ""
    366 
    367 #: includes/Admin/views/notices/black-friday.php:46
    368 msgid "Never show this again!"
    369 msgstr ""
    370 
    371 #: includes/Admin/views/notices/review.php:20
    372 msgid "Enjoying Product Category Showcase for WooCommerce?"
    373 msgstr ""
    374 
    375 #: includes/Admin/views/notices/review.php:27
    376 #. translators: %1$s: Product Category Showcase for WooCommerce plugin link,
    377 #. %2$s: Coupon code.
    378 msgid ""
    379 "We hope you had a wonderful experience using %1$s. Please take a moment to "
    380 "show us your support by leaving a 5-star review on <a href=\"%2$s\" "
    381 "target=\"_blank\"><strong>WordPress.org</strong></a>. Thank you! 😊"
    382 msgstr ""
    383 
    384 #: includes/Admin/views/notices/review.php:39
    385 msgid "Sure, I'd love to help!"
    386 msgstr ""
    387 
    388 #: includes/Admin/views/notices/review.php:43
    389 #: includes/Admin/views/notices/upgrade.php:41
    390 msgid "Maybe later"
    391 msgstr ""
    392 
    393 #: includes/Admin/views/notices/review.php:47
    394 msgid "I've already left a review"
    395 msgstr ""
    396 
    397 #: includes/Admin/views/notices/upgrade.php:19
    398 msgid "Flash Sale Alert!"
    399 msgstr ""
    400 
    401 #: includes/Admin/views/notices/upgrade.php:25
    402 #. translators: %1$s: Product Category Showcase for WooCommerce link, %2$s:
    403 #. Coupon code.
    404 msgid ""
    405 "Enjoy a <strong>10%% discount</strong> on %1$s! Use coupon code %2$s at "
    406 "checkout to grab the deal. Don’t miss out — this offer won’t last forever!"
    407 msgstr ""
    408 
    409 #: includes/Admin/views/notices/upgrade.php:37
    410 msgid "Upgrade now"
    411 msgstr ""
    412 
    413 #: includes/Admin/views/notices/upgrade.php:45
    414 msgid "Close permanently"
    415 msgstr ""
    416 
    417 #: includes/Admin/views/settings/export-import.php:14
    418 msgid "Export / Import"
    419 msgstr ""
    420 
    421 #: includes/Admin/views/settings/export-import.php:15
    422 msgid "These export import tabs will help you to export and import showcase data."
    423 msgstr ""
    424 
    425 #: includes/Admin/views/settings/export-import.php:21
    426 msgid "Export Showcases"
    427 msgstr ""
    428 
    429 #: includes/Admin/views/settings/export-import.php:26
    430 msgid "Select Option to export showcases"
    431 msgstr ""
    432 
    433 #: includes/Admin/views/settings/export-import.php:28
    434 #: includes/Admin/views/showcase/general-settings.php:1202
    435 msgid "All"
    436 msgstr ""
    437 
    438 #: includes/Admin/views/settings/export-import.php:30
    439 #: includes/Admin/views/showcase/general-settings.php:55
    440 msgid "Block"
    441 msgstr ""
    442 
    443 #: includes/Admin/views/settings/export-import.php:31
    444 #: includes/Admin/views/showcase/general-settings.php:69
    445 msgid "Grid"
    446 msgstr ""
    447 
    448 #: includes/Admin/views/settings/export-import.php:39
    449 msgid "Export"
    450 msgstr ""
    451 
    452 #: includes/Admin/views/settings/export-import.php:47
    453 msgid "Import Showcases"
    454 msgstr ""
    455 
    456 #: includes/Admin/views/settings/export-import.php:59
    457 msgid "Import CSV"
    458 msgstr ""
    459 
    460 #: includes/Admin/views/settings/export-import.php:65
    461 msgid "Upcoming Pro Features"
    462 msgstr ""
    463 
    464 #: includes/Admin/views/showcase/fonts-settings.php:19
    465 msgid "Fonts Settings"
    466 msgstr ""
    467 
    468 #: includes/Admin/views/showcase/fonts-settings.php:23
    469 msgid "Google Fonts Support"
    470 msgstr ""
    471 
    472 #: includes/Admin/views/showcase/fonts-settings.php:24
    473 msgid ""
    474 "Enable or disable the integration of Google Fonts for customizing text "
    475 "styles and typography."
    476 msgstr ""
    477 
    478 #: includes/Admin/views/showcase/fonts-settings.php:47
    479 #: includes/Admin/views/showcase/fonts-settings.php:315
    480 #: includes/Admin/views/showcase/fonts-settings.php:581
    481 #: includes/Admin/views/showcase/general-settings.php:182
    482 #: includes/Admin/views/showcase/general-settings.php:232
    483 #: includes/Admin/views/showcase/general-settings.php:353
    484 #: includes/Admin/views/showcase/general-settings.php:467
    485 #: includes/Admin/views/showcase/general-settings.php:1143
    486 #: includes/Admin/views/showcase/showcase-settings.php:315
    487 #: includes/Admin/views/showcase/showcase-settings.php:829
    488 #: includes/Admin/views/showcase/slider-settings.php:46
    489 #: includes/Admin/views/showcase/slider-settings.php:128
    490 #: includes/Admin/views/showcase/slider-settings.php:462
    491 #: includes/Admin/views/showcase/slider-settings.php:610
    492 #: includes/Admin/views/showcase/slider-settings.php:681
    493 msgid ""
    494 "Unlock a variety of professionally designed layouts to enhance the "
    495 "presentation of your product categories."
    496 msgstr ""
    497 
    498 #: includes/Admin/views/showcase/fonts-settings.php:55
    499 msgid "Main Title"
    500 msgstr ""
    501 
    502 #: includes/Admin/views/showcase/fonts-settings.php:56
    503 #: includes/Admin/views/showcase/fonts-settings.php:324
    504 msgid "Custom font styling for specific text elements within the plugin."
    505 msgstr ""
    506 
    507 #: includes/Admin/views/showcase/fonts-settings.php:61
    508 #: includes/Admin/views/showcase/fonts-settings.php:329
    509 msgid "DEFAULT TEXT TAG"
    510 msgstr ""
    511 
    512 #: includes/Admin/views/showcase/fonts-settings.php:89
    513 #: includes/Admin/views/showcase/fonts-settings.php:357
    514 msgid "FONT FAMILY"
    515 msgstr ""
    516 
    517 #: includes/Admin/views/showcase/fonts-settings.php:95
    518 #: includes/Admin/views/showcase/fonts-settings.php:106
    519 #: includes/Admin/views/showcase/fonts-settings.php:363
    520 #: includes/Admin/views/showcase/fonts-settings.php:374
    521 msgid "Roboto"
    522 msgstr ""
    523 
    524 #: includes/Admin/views/showcase/fonts-settings.php:109
    525 #: includes/Admin/views/showcase/fonts-settings.php:377
    526 msgid "Italic"
    527 msgstr ""
    528 
    529 #: includes/Admin/views/showcase/fonts-settings.php:112
    530 #: includes/Admin/views/showcase/fonts-settings.php:380
    531 msgid "Bengali"
    532 msgstr ""
    533 
    534 #: includes/Admin/views/showcase/fonts-settings.php:122
    535 #: includes/Admin/views/showcase/fonts-settings.php:390
    536 msgid "TEXT WEIGHT"
    537 msgstr ""
    538 
    539 #: includes/Admin/views/showcase/fonts-settings.php:128
    540 #: includes/Admin/views/showcase/fonts-settings.php:139
    541 #: includes/Admin/views/showcase/fonts-settings.php:396
    542 #: includes/Admin/views/showcase/fonts-settings.php:407
    543 #: includes/Admin/views/showcase/general-settings.php:1332
    544 #: includes/Admin/views/showcase/general-settings.php:1347
    545 #: includes/Admin/views/showcase/slider-settings.php:219
    546 #: includes/Admin/views/showcase/slider-settings.php:230
    547 msgid "Default"
    548 msgstr ""
    549 
    550 #: includes/Admin/views/showcase/fonts-settings.php:166
    551 #: includes/Admin/views/showcase/fonts-settings.php:434
    552 msgid "900\t"
    553 msgstr ""
    554 
    555 #: includes/Admin/views/showcase/fonts-settings.php:175
    556 #: includes/Admin/views/showcase/fonts-settings.php:443
    557 msgid "SIZE"
    558 msgstr ""
    559 
    560 #: includes/Admin/views/showcase/fonts-settings.php:192
    561 #: includes/Admin/views/showcase/fonts-settings.php:458
    562 msgid "LINE HEIGHT"
    563 msgstr ""
    564 
    565 #: includes/Admin/views/showcase/fonts-settings.php:209
    566 #: includes/Admin/views/showcase/fonts-settings.php:475
    567 msgid "LETTER SPACING"
    568 msgstr ""
    569 
    570 #: includes/Admin/views/showcase/fonts-settings.php:225
    571 #: includes/Admin/views/showcase/fonts-settings.php:491
    572 msgid "ALIGNMENT"
    573 msgstr ""
    574 
    575 #: includes/Admin/views/showcase/fonts-settings.php:261
    576 #: includes/Admin/views/showcase/fonts-settings.php:527
    577 msgid "DECORATION"
    578 msgstr ""
    579 
    580 #: includes/Admin/views/showcase/fonts-settings.php:291
    581 #: includes/Admin/views/showcase/fonts-settings.php:557
    582 msgid "COLOR"
    583 msgstr ""
    584 
    585 #: includes/Admin/views/showcase/fonts-settings.php:323
    586 #: includes/Admin/views/showcase/showcase-settings.php:617
    587 msgid "Category Title"
    588 msgstr ""
    589 
    590 #: includes/Admin/views/showcase/general-settings.php:21
    591 msgid "Display Settings"
    592 msgstr ""
    593 
    594 #: includes/Admin/views/showcase/general-settings.php:25
    595 msgid "Select Layout"
    596 msgstr ""
    597 
    598 #: includes/Admin/views/showcase/general-settings.php:26
    599 msgid ""
    600 "Choose how you want your product categories to be visually presented on "
    601 "your store page."
    602 msgstr ""
    603 
    604 #: includes/Admin/views/showcase/general-settings.php:77
    605 msgid "Layout Settings"
    606 msgstr ""
    607 
    608 #: includes/Admin/views/showcase/general-settings.php:81
    609 msgid "Slider Column Count"
    610 msgstr ""
    611 
    612 #: includes/Admin/views/showcase/general-settings.php:82
    613 #: includes/Admin/views/showcase/general-settings.php:253
    614 #: includes/Admin/views/showcase/general-settings.php:361
    615 msgid "Determine the number of columns you want your category showcase to have."
    616 msgstr ""
    617 
    618 #: includes/Admin/views/showcase/general-settings.php:189
    619 msgid "Slider Row Count"
    620 msgstr ""
    621 
    622 #: includes/Admin/views/showcase/general-settings.php:190
    623 msgid "Determine the number of rows you want your category showcase to have.."
    624 msgstr ""
    625 
    626 #: includes/Admin/views/showcase/general-settings.php:239
    627 msgid "Slider Height"
    628 msgstr ""
    629 
    630 #: includes/Admin/views/showcase/general-settings.php:240
    631 msgid "Set the height of the slider in pixels. Default is 300px."
    632 msgstr ""
    633 
    634 #: includes/Admin/views/showcase/general-settings.php:245
    635 msgid "Ex: 300"
    636 msgstr ""
    637 
    638 #: includes/Admin/views/showcase/general-settings.php:252
    639 msgid "Block Column Count"
    640 msgstr ""
    641 
    642 #: includes/Admin/views/showcase/general-settings.php:360
    643 msgid "Number of Categories to show"
    644 msgstr ""
    645 
    646 #: includes/Admin/views/showcase/general-settings.php:474
    647 msgid "Choose Layout Options"
    648 msgstr ""
    649 
    650 #: includes/Admin/views/showcase/general-settings.php:475
    651 msgid ""
    652 "Select the template that best fits your store's aesthetic and presentation "
    653 "preferences."
    654 msgstr ""
    655 
    656 #: includes/Admin/views/showcase/general-settings.php:1150
    657 msgid "Column Breakpoints"
    658 msgstr ""
    659 
    660 #: includes/Admin/views/showcase/general-settings.php:1151
    661 msgid ""
    662 "Configure how many columns your category showcase should display based on "
    663 "the users device screen size."
    664 msgstr ""
    665 
    666 #: includes/Admin/views/showcase/general-settings.php:1159
    667 msgid "Laptop (1200px)"
    668 msgstr ""
    669 
    670 #: includes/Admin/views/showcase/general-settings.php:1168
    671 msgid "Tablet (768px)"
    672 msgstr ""
    673 
    674 #: includes/Admin/views/showcase/general-settings.php:1177
    675 msgid "Mobile (576px)"
    676 msgstr ""
    677 
    678 #: includes/Admin/views/showcase/general-settings.php:1188
    679 #: includes/Admin/views/showcase/general-settings.php:1221
    680 msgid "Category Selection"
    681 msgstr ""
    682 
    683 #: includes/Admin/views/showcase/general-settings.php:1192
    684 msgid "Category Filter"
    685 msgstr ""
    686 
    687 #: includes/Admin/views/showcase/general-settings.php:1193
    688 msgid ""
    689 "Decide whether to display all product categories or selectively choose "
    690 "specific ones to showcase."
    691 msgstr ""
    692 
    693 #: includes/Admin/views/showcase/general-settings.php:1214
    694 msgid "Specific"
    695 msgstr ""
    696 
    697 #: includes/Admin/views/showcase/general-settings.php:1222
    698 msgid ""
    699 "If selecting specific categories, use multi-select mode to easily pick the "
    700 "ones you want to showcase."
    701 msgstr ""
    702 
    703 #: includes/Admin/views/showcase/general-settings.php:1226
    704 msgid "Select Categories..."
    705 msgstr ""
    706 
    707 #: includes/Admin/views/showcase/general-settings.php:1267
    708 msgid "Enable Additional Categories"
    709 msgstr ""
    710 
    711 #: includes/Admin/views/showcase/general-settings.php:1268
    712 msgid ""
    713 "Enable additional categories to expand your slider's customization options, "
    714 "allowing for greater flexibility and enhanced content organization."
    715 msgstr ""
    716 
    717 #: includes/Admin/views/showcase/general-settings.php:1281
    718 msgid "Add Additional Categories..."
    719 msgstr ""
    720 
    721 #: includes/Admin/views/showcase/general-settings.php:1320
    722 msgid "Sort By"
    723 msgstr ""
    724 
    725 #: includes/Admin/views/showcase/general-settings.php:1321
    726 msgid ""
    727 "Specify the criteria by which you want your categories to be ordered within "
    728 "the showcase display."
    729 msgstr ""
    730 
    731 #: includes/Admin/views/showcase/general-settings.php:1354
    732 msgid "Name"
    733 msgstr ""
    734 
    735 #: includes/Admin/views/showcase/general-settings.php:1360
    736 msgid "Date"
    737 msgstr ""
    738 
    739 #: includes/Admin/views/showcase/general-settings.php:1366
    740 msgid "Product Count"
    741 msgstr ""
    742 
    743 #: includes/Admin/views/showcase/general-settings.php:1372
    744 msgid "Category ID"
    745 msgstr ""
    746 
    747 #: includes/Admin/views/showcase/general-settings.php:1382
    748 msgid "Sort Order"
    749 msgstr ""
    750 
    751 #: includes/Admin/views/showcase/general-settings.php:1383
    752 msgid ""
    753 "Determine whether your categories should be arranged in ascending or "
    754 "descending order according to the selected criteria."
    755 msgstr ""
    756 
    757 #: includes/Admin/views/showcase/general-settings.php:1401
    758 #: includes/Admin/views/showcase/general-settings.php:1423
    759 msgid "Ascending"
    760 msgstr ""
    761 
    762 #: includes/Admin/views/showcase/general-settings.php:1432
    763 msgid "Descending"
    764 msgstr ""
    765 
    766 #: includes/Admin/views/showcase/general-settings.php:1444
    767 msgid "Categories Display Limit"
    768 msgstr ""
    769 
    770 #: includes/Admin/views/showcase/general-settings.php:1446
    771 msgid ""
    772 "Set the maximum number of categories to be displayed in your showcase. This "
    773 "won't applicable for Grid layout."
    774 msgstr ""
    775 
    776 #: includes/Admin/views/showcase/general-settings.php:1449
    777 msgid "Ex: 12"
    778 msgstr ""
    779 
    780 #: includes/Admin/views/showcase/general-settings.php:1454
    781 msgid "Include Sub-categories"
    782 msgstr ""
    783 
    784 #: includes/Admin/views/showcase/general-settings.php:1455
    785 msgid ""
    786 "Choose whether to include child categories along with parent categories in "
    787 "your showcase display."
    788 msgstr ""
    789 
    790 #: includes/Admin/views/showcase/general-settings.php:1466
    791 msgid "Hide Empty Categories"
    792 msgstr ""
    793 
    794 #: includes/Admin/views/showcase/general-settings.php:1467
    795 msgid "Hide empty categories if categories has no products to show."
    796 msgstr ""
    797 
    798 #: includes/Admin/views/showcase/image-settings.php:19
    799 msgid "Images Settings"
    800 msgstr ""
    801 
    802 #: includes/Admin/views/showcase/image-settings.php:23
    803 msgid "Image Layout"
    804 msgstr ""
    805 
    806 #: includes/Admin/views/showcase/image-settings.php:24
    807 msgid ""
    808 "Display the images associated with each category in a rectangle, rounded, "
    809 "or circle shape. This won't applicable for the Grid/Overly layout."
    810 msgstr ""
    811 
    812 #: includes/Admin/views/showcase/image-settings.php:36
    813 msgid "Rectangle"
    814 msgstr ""
    815 
    816 #: includes/Admin/views/showcase/image-settings.php:47
    817 #: includes/Admin/views/showcase/showcase-settings.php:750
    818 #: includes/Admin/views/showcase/slider-settings.php:329
    819 msgid "Rounded"
    820 msgstr ""
    821 
    822 #: includes/Admin/views/showcase/image-settings.php:58
    823 #: includes/Admin/views/showcase/slider-settings.php:346
    824 msgid "Circle"
    825 msgstr ""
    826 
    827 #: includes/Admin/views/showcase/image-settings.php:64
    828 msgid "Zoom on Hover"
    829 msgstr ""
    830 
    831 #: includes/Admin/views/showcase/image-settings.php:65
    832 msgid ""
    833 "Enable the zoom effect to occur when hovering over the images associated "
    834 "with each category. This won't applicable for the Grid/Overly layout only."
    835 msgstr ""
    836 
    837 #: includes/Admin/views/showcase/showcase-settings.php:19
    838 msgid "Essentials"
    839 msgstr ""
    840 
    841 #: includes/Admin/views/showcase/showcase-settings.php:23
    842 msgid "Section Heading"
    843 msgstr ""
    844 
    845 #: includes/Admin/views/showcase/showcase-settings.php:24
    846 msgid ""
    847 "This setting allows you to customize the section heading for the category "
    848 "showcase."
    849 msgstr ""
    850 
    851 #: includes/Admin/views/showcase/showcase-settings.php:39
    852 msgid "Section Description"
    853 msgstr ""
    854 
    855 #: includes/Admin/views/showcase/showcase-settings.php:40
    856 msgid ""
    857 "This setting allows you to customize the section description for the "
    858 "category showcase."
    859 msgstr ""
    860 
    861 #: includes/Admin/views/showcase/showcase-settings.php:48
    862 msgid "Add description..."
    863 msgstr ""
    864 
    865 #: includes/Admin/views/showcase/showcase-settings.php:54
    866 msgid "Alignment"
    867 msgstr ""
    868 
    869 #: includes/Admin/views/showcase/showcase-settings.php:55
    870 msgid ""
    871 "This setting allows you to customize the alignment of the section heading "
    872 "and description."
    873 msgstr ""
    874 
    875 #: includes/Admin/views/showcase/showcase-settings.php:68
    876 #: includes/Admin/views/showcase/showcase-settings.php:296
    877 #: includes/Admin/views/showcase/showcase-settings.php:383
    878 msgid "Left"
    879 msgstr ""
    880 
    881 #: includes/Admin/views/showcase/showcase-settings.php:77
    882 #: includes/Admin/views/showcase/showcase-settings.php:392
    883 msgid "Center"
    884 msgstr ""
    885 
    886 #: includes/Admin/views/showcase/showcase-settings.php:88
    887 #: includes/Admin/views/showcase/showcase-settings.php:284
    888 #: includes/Admin/views/showcase/showcase-settings.php:403
    889 msgid "Right"
    890 msgstr ""
    891 
    892 #: includes/Admin/views/showcase/showcase-settings.php:97
    893 msgid "Showcase Styling"
    894 msgstr ""
    895 
    896 #: includes/Admin/views/showcase/showcase-settings.php:101
    897 msgid "Choose Card Color"
    898 msgstr ""
    899 
    900 #: includes/Admin/views/showcase/showcase-settings.php:102
    901 msgid ""
    902 "Customize the color or tint of the category showcase cards to match your "
    903 "store's branding or design scheme."
    904 msgstr ""
    905 
    906 #: includes/Admin/views/showcase/showcase-settings.php:107
    907 #: includes/Admin/views/showcase/showcase-settings.php:492
    908 #: includes/Admin/views/showcase/showcase-settings.php:771
    909 #: includes/Admin/views/showcase/slider-settings.php:475
    910 #: includes/Admin/views/showcase/slider-settings.php:623
    911 msgid "BG Color"
    912 msgstr ""
    913 
    914 #: includes/Admin/views/showcase/showcase-settings.php:114
    915 #: includes/Admin/views/showcase/showcase-settings.php:778
    916 #: includes/Admin/views/showcase/slider-settings.php:482
    917 #: includes/Admin/views/showcase/slider-settings.php:630
    918 msgid "Text Color"
    919 msgstr ""
    920 
    921 #: includes/Admin/views/showcase/showcase-settings.php:121
    922 #: includes/Admin/views/showcase/showcase-settings.php:499
    923 #: includes/Admin/views/showcase/showcase-settings.php:785
    924 msgid "Hover BG Color"
    925 msgstr ""
    926 
    927 #: includes/Admin/views/showcase/showcase-settings.php:128
    928 #: includes/Admin/views/showcase/showcase-settings.php:792
    929 #: includes/Admin/views/showcase/slider-settings.php:496
    930 #: includes/Admin/views/showcase/slider-settings.php:644
    931 msgid "Hover Text Color"
    932 msgstr ""
    933 
    934 #: includes/Admin/views/showcase/showcase-settings.php:139
    935 msgid "Border Radius"
    936 msgstr ""
    937 
    938 #: includes/Admin/views/showcase/showcase-settings.php:140
    939 msgid ""
    940 "Adjust the degree of curvature for the corners of the category showcase "
    941 "cards."
    942 msgstr ""
    943 
    944 #: includes/Admin/views/showcase/showcase-settings.php:211
    945 msgid "Gap Between Cards"
    946 msgstr ""
    947 
    948 #: includes/Admin/views/showcase/showcase-settings.php:212
    949 msgid "Control the amount of space between category cards in your showcase."
    950 msgstr ""
    951 
    952 #: includes/Admin/views/showcase/showcase-settings.php:229
    953 msgid "Content Placement"
    954 msgstr ""
    955 
    956 #: includes/Admin/views/showcase/showcase-settings.php:230
    957 msgid "Choose the alignment or position of the contents."
    958 msgstr ""
    959 
    960 #: includes/Admin/views/showcase/showcase-settings.php:248
    961 msgid "Overlay"
    962 msgstr ""
    963 
    964 #: includes/Admin/views/showcase/showcase-settings.php:260
    965 msgid "Top"
    966 msgstr ""
    967 
    968 #: includes/Admin/views/showcase/showcase-settings.php:272
    969 msgid "Bottom"
    970 msgstr ""
    971 
    972 #: includes/Admin/views/showcase/showcase-settings.php:322
    973 msgid "Overlay Content Position"
    974 msgstr ""
    975 
    976 #: includes/Admin/views/showcase/showcase-settings.php:323
    977 msgid "Determine where your category data will show when select overlay."
    978 msgstr ""
    979 
    980 #: includes/Admin/views/showcase/showcase-settings.php:330
    981 #: includes/Admin/views/showcase/showcase-settings.php:341
    982 #: includes/Admin/views/showcase/slider-settings.php:236
    983 msgid "Top Left"
    984 msgstr ""
    985 
    986 #: includes/Admin/views/showcase/showcase-settings.php:344
    987 #: includes/Admin/views/showcase/slider-settings.php:239
    988 msgid "Top Center"
    989 msgstr ""
    990 
    991 #: includes/Admin/views/showcase/showcase-settings.php:347
    992 #: includes/Admin/views/showcase/slider-settings.php:233
    993 msgid "Top Right"
    994 msgstr ""
    995 
    996 #: includes/Admin/views/showcase/showcase-settings.php:350
    997 msgid "Center Center"
    998 msgstr ""
    999 
    1000 #: includes/Admin/views/showcase/showcase-settings.php:353
    1001 #: includes/Admin/views/showcase/slider-settings.php:245
    1002 msgid "Bottom Left"
    1003 msgstr ""
    1004 
    1005 #: includes/Admin/views/showcase/showcase-settings.php:356
    1006 #: includes/Admin/views/showcase/slider-settings.php:248
    1007 msgid "Bottom Center"
    1008 msgstr ""
    1009 
    1010 #: includes/Admin/views/showcase/showcase-settings.php:359
    1011 #: includes/Admin/views/showcase/slider-settings.php:242
    1012 msgid "Bottom Right"
    1013 msgstr ""
    1014 
    1015 #: includes/Admin/views/showcase/showcase-settings.php:369
    1016 msgid "Content Alignment"
    1017 msgstr ""
    1018 
    1019 #: includes/Admin/views/showcase/showcase-settings.php:370
    1020 msgid ""
    1021 "This setting allows you to customize the title or heading for the whole "
    1022 "section of your showcase."
    1023 msgstr ""
    1024 
    1025 #: includes/Admin/views/showcase/showcase-settings.php:410
    1026 msgid "Content Padding"
    1027 msgstr ""
    1028 
    1029 #: includes/Admin/views/showcase/showcase-settings.php:411
    1030 msgid ""
    1031 "Adjust the amount of space between the content and the edges of each "
    1032 "category card."
    1033 msgstr ""
    1034 
    1035 #: includes/Admin/views/showcase/showcase-settings.php:486
    1036 msgid "Content Inner Color"
    1037 msgstr ""
    1038 
    1039 #: includes/Admin/views/showcase/showcase-settings.php:487
    1040 msgid ""
    1041 "Customize the color or tint of the category showcase cards inner content to "
    1042 "match your store's branding or design scheme."
    1043 msgstr ""
    1044 
    1045 #: includes/Admin/views/showcase/showcase-settings.php:510
    1046 msgid "Content Inner Padding"
    1047 msgstr ""
    1048 
    1049 #: includes/Admin/views/showcase/showcase-settings.php:511
    1050 msgid ""
    1051 "Adjust the amount of space between the inner content and the edges of each "
    1052 "category card."
    1053 msgstr ""
    1054 
    1055 #: includes/Admin/views/showcase/showcase-settings.php:593
    1056 msgid "Categories Image"
    1057 msgstr ""
    1058 
    1059 #: includes/Admin/views/showcase/showcase-settings.php:594
    1060 msgid ""
    1061 "Choose to Show/Hide images to visually represent each category in your "
    1062 "showcase."
    1063 msgstr ""
    1064 
    1065 #: includes/Admin/views/showcase/showcase-settings.php:605
    1066 msgid "Categories Icon"
    1067 msgstr ""
    1068 
    1069 #: includes/Admin/views/showcase/showcase-settings.php:606
    1070 msgid ""
    1071 "Choose to Show/Hide icons to visually represent each category in your "
    1072 "showcase."
    1073 msgstr ""
    1074 
    1075 #: includes/Admin/views/showcase/showcase-settings.php:618
    1076 msgid "Show/Hide category title to be displayed in the showcase."
    1077 msgstr ""
    1078 
    1079 #: includes/Admin/views/showcase/showcase-settings.php:629
    1080 msgid "Category Description"
    1081 msgstr ""
    1082 
    1083 #: includes/Admin/views/showcase/showcase-settings.php:630
    1084 msgid ""
    1085 "Show/Hide description or summary for each category to provide additional "
    1086 "context or information."
    1087 msgstr ""
    1088 
    1089 #: includes/Admin/views/showcase/showcase-settings.php:641
    1090 msgid "Product Quantity"
    1091 msgstr ""
    1092 
    1093 #: includes/Admin/views/showcase/showcase-settings.php:642
    1094 msgid "Display the total number of products within each category."
    1095 msgstr ""
    1096 
    1097 #: includes/Admin/views/showcase/showcase-settings.php:653
    1098 msgid "Sub-categories Product Quantity"
    1099 msgstr ""
    1100 
    1101 #: includes/Admin/views/showcase/showcase-settings.php:654
    1102 msgid "Show/Hide the total number of products within each subcategory."
    1103 msgstr ""
    1104 
    1105 #: includes/Admin/views/showcase/showcase-settings.php:665
    1106 msgid "Custom Text"
    1107 msgstr ""
    1108 
    1109 #: includes/Admin/views/showcase/showcase-settings.php:666
    1110 msgid ""
    1111 "Add custom text or message like Price Range, Category Details to further "
    1112 "enhance the description or information for each category."
    1113 msgstr ""
    1114 
    1115 #: includes/Admin/views/showcase/showcase-settings.php:680
    1116 #: includes/Admin/views/showcase/showcase-settings.php:705
    1117 msgid "Button Style"
    1118 msgstr ""
    1119 
    1120 #: includes/Admin/views/showcase/showcase-settings.php:684
    1121 msgid "Button"
    1122 msgstr ""
    1123 
    1124 #: includes/Admin/views/showcase/showcase-settings.php:685
    1125 msgid ""
    1126 "Show/Hide the button to prompt user action, such as exploring the category "
    1127 "or making a purchase."
    1128 msgstr ""
    1129 
    1130 #: includes/Admin/views/showcase/showcase-settings.php:696
    1131 msgid "Button Text"
    1132 msgstr ""
    1133 
    1134 #: includes/Admin/views/showcase/showcase-settings.php:697
    1135 msgid "Enter the text or label to be displayed on the call-to-action button."
    1136 msgstr ""
    1137 
    1138 #: includes/Admin/views/showcase/showcase-settings.php:700
    1139 msgid "type button text..."
    1140 msgstr ""
    1141 
    1142 #: includes/Admin/views/showcase/showcase-settings.php:706
    1143 msgid "Choose the visual style or design for the call-to-action button."
    1144 msgstr ""
    1145 
    1146 #: includes/Admin/views/showcase/showcase-settings.php:712
    1147 #: includes/Admin/views/showcase/showcase-settings.php:723
    1148 #: includes/Admin/views/showcase/showcase-settings.php:734
    1149 #: includes/Admin/views/showcase/showcase-settings.php:745
    1150 msgid "Shop Now"
    1151 msgstr ""
    1152 
    1153 #: includes/Admin/views/showcase/showcase-settings.php:717
    1154 msgid "Only Text"
    1155 msgstr ""
    1156 
    1157 #: includes/Admin/views/showcase/showcase-settings.php:728
    1158 msgid "Sharp Corner"
    1159 msgstr ""
    1160 
    1161 #: includes/Admin/views/showcase/showcase-settings.php:739
    1162 msgid "Slightly Rounded"
    1163 msgstr ""
    1164 
    1165 #: includes/Admin/views/showcase/showcase-settings.php:758
    1166 msgid "Show Arrow Icon"
    1167 msgstr ""
    1168 
    1169 #: includes/Admin/views/showcase/showcase-settings.php:765
    1170 #: includes/Admin/views/showcase/slider-settings.php:469
    1171 msgid "Button Color"
    1172 msgstr ""
    1173 
    1174 #: includes/Admin/views/showcase/showcase-settings.php:766
    1175 msgid ""
    1176 "Select the color for the call-to-action button to match your store's "
    1177 "branding or design scheme."
    1178 msgstr ""
    1179 
    1180 #: includes/Admin/views/showcase/showcase-settings.php:799
    1181 #: includes/Admin/views/showcase/slider-settings.php:503
    1182 #: includes/Admin/views/showcase/slider-settings.php:651
    1183 msgid "Border Color"
    1184 msgstr ""
    1185 
    1186 #: includes/Admin/views/showcase/showcase-settings.php:806
    1187 #: includes/Admin/views/showcase/slider-settings.php:510
    1188 #: includes/Admin/views/showcase/slider-settings.php:658
    1189 msgid "Border Hover Color"
    1190 msgstr ""
    1191 
    1192 #: includes/Admin/views/showcase/slider-settings.php:18
    1193 msgid "Ticker Settings"
    1194 msgstr ""
    1195 
    1196 #: includes/Admin/views/showcase/slider-settings.php:22
    1197 msgid "Ticker Carousel"
    1198 msgstr ""
    1199 
    1200 #: includes/Admin/views/showcase/slider-settings.php:23
    1201 msgid ""
    1202 "Showcase your product categories in a continuous, scrolling format. Ideal "
    1203 "for grabbing visitor's attention with a steady stream of category "
    1204 "highlights."
    1205 msgstr ""
    1206 
    1207 #: includes/Admin/views/showcase/slider-settings.php:53
    1208 msgid "Ticker Slider Direction"
    1209 msgstr ""
    1210 
    1211 #: includes/Admin/views/showcase/slider-settings.php:54
    1212 msgid ""
    1213 "Set the direction in which the ticker scrolls. Choose between left-to-right "
    1214 "or right-to-left scrolling."
    1215 msgstr ""
    1216 
    1217 #: includes/Admin/views/showcase/slider-settings.php:64
    1218 #: includes/Admin/views/showcase/slider-settings.php:78
    1219 msgid "Left to Right"
    1220 msgstr ""
    1221 
    1222 #: includes/Admin/views/showcase/slider-settings.php:84
    1223 msgid "Right to Left"
    1224 msgstr ""
    1225 
    1226 #: includes/Admin/views/showcase/slider-settings.php:94
    1227 msgid "Ticker Speed"
    1228 msgstr ""
    1229 
    1230 #: includes/Admin/views/showcase/slider-settings.php:95
    1231 msgid ""
    1232 "Adjust the speed at which the categories scroll. A higher value will make "
    1233 "the ticker move faster, while a lower value will slow it down."
    1234 msgstr ""
    1235 
    1236 #: includes/Admin/views/showcase/slider-settings.php:101
    1237 msgid "Slow"
    1238 msgstr ""
    1239 
    1240 #: includes/Admin/views/showcase/slider-settings.php:105
    1241 msgid "Medium"
    1242 msgstr ""
    1243 
    1244 #: includes/Admin/views/showcase/slider-settings.php:109
    1245 msgid "Fast"
    1246 msgstr ""
    1247 
    1248 #: includes/Admin/views/showcase/slider-settings.php:138
    1249 msgid "Slider Settings"
    1250 msgstr ""
    1251 
    1252 #: includes/Admin/views/showcase/slider-settings.php:142
    1253 msgid "Automatic Slideshow"
    1254 msgstr ""
    1255 
    1256 #: includes/Admin/views/showcase/slider-settings.php:143
    1257 msgid ""
    1258 "Enable or disable automatic transitioning between slides in the slider "
    1259 "without user input."
    1260 msgstr ""
    1261 
    1262 #: includes/Admin/views/showcase/slider-settings.php:154
    1263 msgid "Slide Speed"
    1264 msgstr ""
    1265 
    1266 #: includes/Admin/views/showcase/slider-settings.php:155
    1267 msgid ""
    1268 "Set the duration of the animation effect when transitioning between slides "
    1269 "within the slider."
    1270 msgstr ""
    1271 
    1272 #: includes/Admin/views/showcase/slider-settings.php:169
    1273 msgid "Stop on Hover"
    1274 msgstr ""
    1275 
    1276 #: includes/Admin/views/showcase/slider-settings.php:170
    1277 msgid ""
    1278 "Control whether the slider pauses when the user hovers over it with their "
    1279 "cursor."
    1280 msgstr ""
    1281 
    1282 #: includes/Admin/views/showcase/slider-settings.php:181
    1283 msgid "Unlimited Loop"
    1284 msgstr ""
    1285 
    1286 #: includes/Admin/views/showcase/slider-settings.php:182
    1287 msgid ""
    1288 "Determine if the slider should cycle endlessly or stop after reaching the "
    1289 "last slide."
    1290 msgstr ""
    1291 
    1292 #: includes/Admin/views/showcase/slider-settings.php:195
    1293 msgid "Slide Controls"
    1294 msgstr ""
    1295 
    1296 #: includes/Admin/views/showcase/slider-settings.php:199
    1297 msgid "Navigation Arrows"
    1298 msgstr ""
    1299 
    1300 #: includes/Admin/views/showcase/slider-settings.php:200
    1301 msgid ""
    1302 "Enable or disable navigation elements such as arrows or dots for users to "
    1303 "control the slider."
    1304 msgstr ""
    1305 
    1306 #: includes/Admin/views/showcase/slider-settings.php:211
    1307 msgid "Navigation Position"
    1308 msgstr ""
    1309 
    1310 #: includes/Admin/views/showcase/slider-settings.php:212
    1311 msgid "Select the navigation position to show in your slider."
    1312 msgstr ""
    1313 
    1314 #: includes/Admin/views/showcase/slider-settings.php:258
    1315 msgid "Arrow Styles"
    1316 msgstr ""
    1317 
    1318 #: includes/Admin/views/showcase/slider-settings.php:259
    1319 msgid "Choose the style or design of the navigation arrows in the slider."
    1320 msgstr ""
    1321 
    1322 #: includes/Admin/views/showcase/slider-settings.php:272
    1323 msgid "Chevron"
    1324 msgstr ""
    1325 
    1326 #: includes/Admin/views/showcase/slider-settings.php:285
    1327 msgid "Arrow"
    1328 msgstr ""
    1329 
    1330 #: includes/Admin/views/showcase/slider-settings.php:294
    1331 msgid "Button Styles"
    1332 msgstr ""
    1333 
    1334 #: includes/Admin/views/showcase/slider-settings.php:295
    1335 msgid "Select the style or design of any control buttons in the slider."
    1336 msgstr ""
    1337 
    1338 #: includes/Admin/views/showcase/slider-settings.php:312
    1339 msgid "Sharp"
    1340 msgstr ""
    1341 
    1342 #: includes/Admin/views/showcase/slider-settings.php:359
    1343 msgid "Only Icons"
    1344 msgstr ""
    1345 
    1346 #: includes/Admin/views/showcase/slider-settings.php:368
    1347 msgid "Button Background Styles"
    1348 msgstr ""
    1349 
    1350 #: includes/Admin/views/showcase/slider-settings.php:369
    1351 msgid ""
    1352 "Select the button background style or design of any control buttons in the "
    1353 "slider."
    1354 msgstr ""
    1355 
    1356 #: includes/Admin/views/showcase/slider-settings.php:386
    1357 msgid "Filled"
    1358 msgstr ""
    1359 
    1360 #: includes/Admin/views/showcase/slider-settings.php:405
    1361 msgid "Outline"
    1362 msgstr ""
    1363 
    1364 #: includes/Admin/views/showcase/slider-settings.php:422
    1365 msgid "Transparent"
    1366 msgstr ""
    1367 
    1368 #: includes/Admin/views/showcase/slider-settings.php:441
    1369 msgid "Shadow"
    1370 msgstr ""
    1371 
    1372 #: includes/Admin/views/showcase/slider-settings.php:470
    1373 msgid "Choose the color or tint of any control buttons in the slider."
    1374 msgstr ""
    1375 
    1376 #: includes/Admin/views/showcase/slider-settings.php:489
    1377 #: includes/Admin/views/showcase/slider-settings.php:637
    1378 msgid "Hover Color"
    1379 msgstr ""
    1380 
    1381 #: includes/Admin/views/showcase/slider-settings.php:522
    1382 msgid "Slide Counters"
    1383 msgstr ""
    1384 
    1385 #: includes/Admin/views/showcase/slider-settings.php:523
    1386 msgid ""
    1387 "Enable or disable pagination elements such as dots to indicate slide "
    1388 "position."
    1389 msgstr ""
    1390 
    1391 #: includes/Admin/views/showcase/slider-settings.php:534
    1392 msgid "Counters Styles"
    1393 msgstr ""
    1394 
    1395 #: includes/Admin/views/showcase/slider-settings.php:535
    1396 msgid "Choose the style or design of the pagination indicators in the slider."
    1397 msgstr ""
    1398 
    1399 #: includes/Admin/views/showcase/slider-settings.php:553
    1400 msgid "Dashes"
    1401 msgstr ""
    1402 
    1403 #: includes/Admin/views/showcase/slider-settings.php:571
    1404 msgid "Dots"
    1405 msgstr ""
    1406 
    1407 #: includes/Admin/views/showcase/slider-settings.php:589
    1408 msgid "Dash with Dots"
    1409 msgstr ""
    1410 
    1411 #: includes/Admin/views/showcase/slider-settings.php:617
    1412 msgid "Counters Color"
    1413 msgstr ""
    1414 
    1415 #: includes/Admin/views/showcase/slider-settings.php:618
    1416 msgid "Select the color or tint of the pagination indicators in the slider."
    1417 msgstr ""
    1418 
    1419 #: includes/Admin/views/showcase/slider-settings.php:690
    1420 msgid "Others"
    1421 msgstr ""
    1422 
    1423 #: includes/Admin/views/showcase/slider-settings.php:694
    1424 msgid "Touch Interaction"
    1425 msgstr ""
    1426 
    1427 #: includes/Admin/views/showcase/slider-settings.php:695
    1428 msgid ""
    1429 "Enable or disable the ability for users to navigate slides by swiping on "
    1430 "touch-enabled devices."
    1431 msgstr ""
    1432 
    1433 #: includes/Admin/views/showcase/slider-settings.php:706
    1434 msgid "Scroll Interaction"
    1435 msgstr ""
    1436 
    1437 #: includes/Admin/views/showcase/slider-settings.php:707
    1438 msgid "Control whether users can navigate slides using the mousewheel."
    1439 msgstr ""
    1440 
    1441 #: includes/Admin/views/showcase/slider-settings.php:718
    1442 msgid "Draggable Slides"
    1443 msgstr ""
    1444 
    1445 #: includes/Admin/views/showcase/slider-settings.php:719
    1446 msgid "Enable or disable the ability for users to drag slides using the mouse."
    1447 msgstr ""
    1448 
    1449 #: includes/Admin/views/showcase/slider-settings.php:730
    1450 msgid "Free Mode"
    1451 msgstr ""
    1452 
    1453 #: includes/Admin/views/showcase/slider-settings.php:731
    1454 msgid "Determine if slides should move freely without alignment constraints."
    1455 msgstr ""
    1456 
    1457 #: includes/Installer.php:79
    1458 #. translators: 1: plugin name 2: version number
    1459 msgid "%1$s updated to version %2$s successfully."
    1460 msgstr ""
    1461 
    1462 #: includes/Plugin.php:94
    1463 #. translators: %s: plugin name
    1464 msgid ""
    1465 "You are currently using %s. Please update to version 2.0.0 or higher to use "
    1466 "WooCommerce Category Showcase with WooCommerce Category Showcase Pro."
    1467 msgstr ""
    1468 
    1469 #: includes/Plugin.php:95
    1470 msgid "WooCommerce Category Showcase Pro"
    1471 msgstr ""
    1472 
    1473 #: includes/Plugin.php:115
    1474 msgid "Go Pro"
    1475 msgstr ""
    1476 
    1477 #: includes/PostTypes.php:38
    1478 msgid "Add New Showcase"
    1479 msgstr ""
    1480 
    1481 #: includes/PostTypes.php:39
    1482 msgid "New Category Showcase"
    1483 msgstr ""
    1484 
    1485 #: includes/PostTypes.php:40
    1486 msgid "Edit Category Showcase"
    1487 msgstr ""
    1488 
    1489 #: includes/PostTypes.php:41
    1490 msgid "View Category Showcase"
    1491 msgstr ""
    1492 
    1493 #: includes/PostTypes.php:42
    1494 msgid "All Category Showcases"
    1495 msgstr ""
    1496 
    1497 #: includes/PostTypes.php:43
    1498 msgid "Search Showcase"
    1499 msgstr ""
    1500 
    1501 #: includes/PostTypes.php:44
    1502 msgid "Parent Showcase:"
    1503 msgstr ""
    1504 
    1505 #: includes/PostTypes.php:45
    1506 msgid "No showcase found."
    1507 msgstr ""
    1508 
    1509 #: includes/PostTypes.php:46
    1510 msgid "No showcase found in trash."
    1511 msgstr ""
    1512 
    1513 #: templates/load-additional-category-details.php:25
    1514 #: templates/load-additional-category-details.php:80
    1515 #: templates/load-category-details.php:25
    1516 #: templates/load-category-details.php:80
    1517 msgid "Remove"
    1518 msgstr ""
    1519 
    1520 #: templates/load-additional-category-details.php:30
    1521 #: templates/load-category-details.php:30
    1522 msgid "Done"
    1523 msgstr ""
    1524 
    1525 #: templates/load-additional-category-details.php:35
    1526 #: templates/load-category-details.php:35
    1527 msgid "NAME"
    1528 msgstr ""
    1529 
    1530 #: templates/load-additional-category-details.php:36
    1531 #: templates/load-category-details.php:36
    1532 msgid "Type title here..."
    1533 msgstr ""
    1534 
    1535 #: templates/load-additional-category-details.php:39
    1536 #: templates/load-category-details.php:39
    1537 msgid "DESCRIPTION"
    1538 msgstr ""
    1539 
    1540 #: templates/load-additional-category-details.php:40
    1541 #: templates/load-category-details.php:40
    1542 msgid "Type description here..."
    1543 msgstr ""
    1544 
    1545 #: templates/load-additional-category-details.php:44
    1546 #: templates/load-category-details.php:44
    1547 msgid "ADD ADDITIONAL TEXT"
    1548 msgstr ""
    1549 
    1550 #: templates/load-additional-category-details.php:50
    1551 #: templates/load-category-details.php:50
    1552 msgid "Price Range: $250 - $1100"
    1553 msgstr ""
    1554 
    1555 #: templates/load-additional-category-details.php:54
    1556 #: templates/load-category-details.php:54
    1557 msgid "CATEGORY IMAGE"
    1558 msgstr ""
    1559 
    1560 #: templates/load-additional-category-details.php:58
    1561 #: templates/load-category-details.php:58
    1562 msgid "Add Image"
    1563 msgstr ""
    1564 
    1565 #: templates/load-additional-category-details.php:68
    1566 #: templates/load-category-details.php:68
    1567 msgid "CATEGORY ICON"
    1568 msgstr ""
    1569 
    1570 #: templates/load-additional-category-details.php:83
    1571 #: templates/load-category-details.php:83
    1572 msgid "Add Icon"
    1573 msgstr ""
    1574 
    1575 #: templates/load-additional-category-details.php:93
    1576 #: templates/load-category-details.php:93
    1577 msgid "ADD LABEL"
    1578 msgstr ""
    1579 
    1580 #: templates/load-additional-category-details.php:95
    1581 #: templates/load-category-details.php:99
    1582 msgid "25% off Today"
    1583 msgstr ""
    1584 
    1585 #: templates/load-additional-category-details.php:98
    1586 #: templates/load-category-details.php:102
    1587 msgid "LABEL COLOR"
    1588 msgstr ""
    1589 
    1590 #: templates/load-additional-category-details.php:110
    1591 #: templates/load-additional-category-details.php:128
    1592 #: templates/load-category-details.php:114
    1593 #: templates/load-category-details.php:132
    1594 msgid "Yellow"
    1595 msgstr ""
    1596 
    1597 #: templates/load-additional-category-details.php:138
    1598 #: templates/load-category-details.php:142
    1599 msgid "Red"
    1600 msgstr ""
    1601 
    1602 #: templates/load-additional-category-details.php:148
    1603 #: templates/load-category-details.php:152
    1604 msgid "Blue"
    1605 msgstr ""
    1606 
    1607 #: templates/load-additional-category-details.php:158
    1608 #: templates/load-category-details.php:162
    1609 msgid "Purple"
    1610 msgstr ""
    1611 
    1612 #: templates/load-additional-category-details.php:168
    1613 #: templates/load-category-details.php:172
    1614 msgid "Green"
    1615 msgstr ""
    1616 
    1617 #: templates/load-additional-category-details.php:178
    1618 #: templates/load-category-details.php:182
    1619 msgid "Magento"
    1620 msgstr ""
    1621 
    1622 #: vendor-prefixed/byteever/bytekit-plugin/src/Admin/Notices.php:130
    1623 msgid "Dismiss this notice"
    1624 msgstr ""
    1625 
    1626 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:223
    1627 msgid "Support"
    1628 msgstr ""
    1629 
    1630 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:230
    1631 msgid "Review"
    1632 msgstr ""
    1633 
    1634 #: vendor-prefixed/byteever/bytekit-plugin/src/Traits/HasPlugin.php:255
    1635 msgid "Settings"
    1636 msgstr ""
    1637 
    1638 #. Plugin URI of the plugin/theme
     22#. Plugin URI of the plugin
     23#: wc-category-showcase.php
    163924msgid "https://pluginever.com/plugins/woocommerce-category-showcase-pro/"
    164025msgstr ""
    164126
    1642 #. Description of the plugin/theme
    1643 msgid ""
    1644 "WooCommerce extension to showcase categories in various styles and layouts "
    1645 "like sliders, blocks, and grids."
     27#. Description of the plugin
     28#: wc-category-showcase.php
     29msgid "WooCommerce extension to showcase categories in various styles and layouts like sliders, blocks, and grids."
    164630msgstr ""
    164731
    1648 #. Author of the plugin/theme
     32#. Author of the plugin
     33#: wc-category-showcase.php
    164934msgid "PluginEver"
    165035msgstr ""
    165136
    1652 #. Author URI of the plugin/theme
     37#. Author URI of the plugin
     38#: wc-category-showcase.php
    165339msgid "https://pluginever.com"
    165440msgstr ""
    1655 
    1656 #: includes/PostTypes.php:33
    1657 msgctxt "post type general name"
    1658 msgid "Category Showcase"
    1659 msgstr ""
    1660 
    1661 #: includes/PostTypes.php:34
    1662 msgctxt "post type singular name"
    1663 msgid "Category Showcase"
    1664 msgstr ""
    1665 
    1666 #: includes/PostTypes.php:35
    1667 msgctxt "admin menu"
    1668 msgid "Category Showcase"
    1669 msgstr ""
    1670 
    1671 #: includes/PostTypes.php:36
    1672 msgctxt "add new on admin bar"
    1673 msgid "Category Showcase"
    1674 msgstr ""
    1675 
    1676 #: includes/PostTypes.php:37
    1677 msgctxt "book"
    1678 msgid "Add New"
    1679 msgstr ""
  • wc-category-showcase/trunk/readme.txt

    r3401761 r3457926  
    22Contributors: pluginever
    33Tags: woocommerce, woocommerce Category, woocommerce Category Slider, WooCommerce Category Showcase, Slider
    4 Tested up to: 6.8
    5 Stable tag: 2.2.7
     4Tested up to: 6.9
     5Stable tag: 2.2.8
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    145145
    146146== Changelog ==
     147= 2.2.8 (10th February 2026) =
     148* Fix - Resolved minor issues.
     149* Compatibility - Checked compatibility with the latest version of WordPress (v6.9) and WooCommerce (v10.4).
     150
    147151= 2.2.7 (24th November 2025) =
    148152* Enhance: Improved readme content clarity and removed promotional language per guidelines.
  • wc-category-showcase/trunk/vendor/autoload.php

    r3346889 r3457926  
    2020require_once __DIR__ . '/composer/autoload_real.php';
    2121
    22 return ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021::getLoader();
     22return ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742::getLoader();
  • wc-category-showcase/trunk/vendor/composer/autoload_classmap.php

    r3346889 r3457926  
    88return array(
    99    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
    10     'WooCommerceCategoryShowcase\\Admin\\Admin' => $baseDir . '/includes/Admin/Admin.php',
    11     'WooCommerceCategoryShowcase\\Admin\\Menus' => $baseDir . '/includes/Admin/Menus.php',
    12     'WooCommerceCategoryShowcase\\Admin\\Notices' => $baseDir . '/includes/Admin/Notices.php',
    13     'WooCommerceCategoryShowcase\\Admin\\Utilities' => $baseDir . '/includes/Admin/Utilities.php',
    14     'WooCommerceCategoryShowcase\\Admin\\listTables\\AbstractListTable' => $baseDir . '/includes/Admin/listTables/AbstractListTable.php',
    15     'WooCommerceCategoryShowcase\\Admin\\listTables\\ShowcaseListTable' => $baseDir . '/includes/Admin/listTables/ShowcaseListTable.php',
    16     'WooCommerceCategoryShowcase\\Controllers\\Helpers' => $baseDir . '/includes/Controllers/Helpers.php',
    17     'WooCommerceCategoryShowcase\\Installer' => $baseDir . '/includes/Installer.php',
    18     'WooCommerceCategoryShowcase\\Plugin' => $baseDir . '/includes/Plugin.php',
    19     'WooCommerceCategoryShowcase\\PostTypes' => $baseDir . '/includes/PostTypes.php',
    20     'WooCommerceCategoryShowcase\\Shortcodes\\Shortcodes' => $baseDir . '/includes/Shortcodes/Shortcodes.php',
    2110);
  • wc-category-showcase/trunk/vendor/composer/autoload_psr4.php

    r3346889 r3457926  
    77
    88return array(
     9    'WooCommerceCategoryShowcase\\ByteKit\\' => array($vendorDir . '/byteever/bytekit-plugin/src'),
    910    'WooCommerceCategoryShowcase\\' => array($baseDir . '/includes'),
    1011);
  • wc-category-showcase/trunk/vendor/composer/autoload_real.php

    r3346889 r3457926  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021
     5class ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit1f0d78c5649559c925c92495719b0021', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitf8c740e3595fadbbfec33d998d5db742', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit1f0d78c5649559c925c92495719b0021::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • wc-category-showcase/trunk/vendor/composer/autoload_static.php

    r3401761 r3457926  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit1f0d78c5649559c925c92495719b0021
     7class ComposerStaticInitf8c740e3595fadbbfec33d998d5db742
    88{
    99    public static $prefixLengthsPsr4 = array (
    1010        'W' =>
    1111        array (
     12            'WooCommerceCategoryShowcase\\ByteKit\\' => 36,
    1213            'WooCommerceCategoryShowcase\\' => 28,
    1314        ),
     
    1516
    1617    public static $prefixDirsPsr4 = array (
     18        'WooCommerceCategoryShowcase\\ByteKit\\' =>
     19        array (
     20            0 => __DIR__ . '/..' . '/byteever/bytekit-plugin/src',
     21        ),
    1722        'WooCommerceCategoryShowcase\\' =>
    1823        array (
     
    2328    public static $classMap = array (
    2429        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
    25         'WooCommerceCategoryShowcase\\Admin\\Admin' => __DIR__ . '/../..' . '/includes/Admin/Admin.php',
    26         'WooCommerceCategoryShowcase\\Admin\\Menus' => __DIR__ . '/../..' . '/includes/Admin/Menus.php',
    27         'WooCommerceCategoryShowcase\\Admin\\Notices' => __DIR__ . '/../..' . '/includes/Admin/Notices.php',
    28         'WooCommerceCategoryShowcase\\Admin\\Utilities' => __DIR__ . '/../..' . '/includes/Admin/Utilities.php',
    29         'WooCommerceCategoryShowcase\\Admin\\listTables\\AbstractListTable' => __DIR__ . '/../..' . '/includes/Admin/listTables/AbstractListTable.php',
    30         'WooCommerceCategoryShowcase\\Admin\\listTables\\ShowcaseListTable' => __DIR__ . '/../..' . '/includes/Admin/listTables/ShowcaseListTable.php',
    31         'WooCommerceCategoryShowcase\\Controllers\\Helpers' => __DIR__ . '/../..' . '/includes/Controllers/Helpers.php',
    32         'WooCommerceCategoryShowcase\\Installer' => __DIR__ . '/../..' . '/includes/Installer.php',
    33         'WooCommerceCategoryShowcase\\Plugin' => __DIR__ . '/../..' . '/includes/Plugin.php',
    34         'WooCommerceCategoryShowcase\\PostTypes' => __DIR__ . '/../..' . '/includes/PostTypes.php',
    35         'WooCommerceCategoryShowcase\\Shortcodes\\Shortcodes' => __DIR__ . '/../..' . '/includes/Shortcodes/Shortcodes.php',
    3630    );
    3731
     
    3933    {
    4034        return \Closure::bind(function () use ($loader) {
    41             $loader->prefixLengthsPsr4 = ComposerStaticInit1f0d78c5649559c925c92495719b0021::$prefixLengthsPsr4;
    42             $loader->prefixDirsPsr4 = ComposerStaticInit1f0d78c5649559c925c92495719b0021::$prefixDirsPsr4;
    43             $loader->classMap = ComposerStaticInit1f0d78c5649559c925c92495719b0021::$classMap;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::$prefixDirsPsr4;
     37            $loader->classMap = ComposerStaticInitf8c740e3595fadbbfec33d998d5db742::$classMap;
    4438
    4539        }, null, ClassLoader::class);
  • wc-category-showcase/trunk/vendor/composer/installed.json

    r3280744 r3457926  
    33        {
    44            "name": "byteever/bytekit-plugin",
    5             "version": "v1.0.2",
    6             "version_normalized": "1.0.2.0",
     5            "version": "dev-trunk",
     6            "version_normalized": "dev-trunk",
    77            "source": {
    88                "type": "git",
    99                "url": "git@github.com:byteever/bytekit-plugin.git",
    10                 "reference": "794ec9834ecac6cead6b1064a605ff930864950b"
     10                "reference": "43692c253b4d83879f5302dc6feff5eb2448428d"
    1111            },
    1212            "dist": {
    1313                "type": "zip",
    14                 "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/794ec9834ecac6cead6b1064a605ff930864950b",
    15                 "reference": "794ec9834ecac6cead6b1064a605ff930864950b",
     14                "url": "https://api.github.com/repos/byteever/bytekit-plugin/zipball/43692c253b4d83879f5302dc6feff5eb2448428d",
     15                "reference": "43692c253b4d83879f5302dc6feff5eb2448428d",
    1616                "shasum": ""
    1717            },
     
    1919                "php": ">=7.4"
    2020            },
    21             "require-dev": {
    22                 "byteever/byteever-sniffs": "dev-master",
    23                 "codeception/module-asserts": "^1.0",
    24                 "codeception/module-cli": "^1.0",
    25                 "codeception/module-db": "^1.0",
    26                 "codeception/module-filesystem": "^1.0",
    27                 "codeception/module-phpbrowser": "^1.0",
    28                 "codeception/module-rest": "^2.0",
    29                 "codeception/module-webdriver": "^1.0",
    30                 "codeception/util-universalframework": "^1.0",
    31                 "lucatume/wp-browser": "<3.5"
    32             },
    33             "time": "2025-02-27T09:59:41+00:00",
     21            "time": "2025-12-11T10:51:47+00:00",
    3422            "type": "library",
    3523            "installation-source": "dist",
    3624            "autoload": {
    3725                "psr-4": {
    38                     "ByteKit\\": "src/"
     26                    "WooCommerceCategoryShowcase\\ByteKit\\": "src/"
    3927                }
    40             },
    41             "scripts": {
    42                 "phpcs": [
    43                     "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v"
    44                 ],
    45                 "phpcbf": [
    46                     "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v"
    47                 ],
    48                 "test:setup": [
    49                     "bash bin/install-test-env.sh"
    50                 ],
    51                 "test:build": [
    52                     "vendor/bin/codecept build"
    53                 ],
    54                 "test:wpunit": [
    55                     "vendor/bin/codecept run wpunit --"
    56                 ],
    57                 "test:functional": [
    58                     "vendor/bin/codecept run functional --"
    59                 ],
    60                 "test:acceptance": [
    61                     "vendor/bin/codecept run acceptance --"
    62                 ],
    63                 "test:gen:wpunit": [
    64                     "vendor/bin/codecept generate:wpunit wpunit"
    65                 ],
    66                 "test:gen:functional": [
    67                     "vendor/bin/codecept generate:wpunit functional"
    68                 ],
    69                 "test:gen:acceptance": [
    70                     "vendor/bin/codecept generate:acceptance acceptance"
    71                 ],
    72                 "test": [
    73                     "vendor/bin/codecept run --"
    74                 ]
    7528            },
    7629            "license": [
    7730                "GPL-3.0-or-later"
    7831            ],
    79             "authors": [
    80                 {
    81                     "name": "Sultan Nasir Uddin",
    82                     "email": "manikdrmc@gmail.com"
    83                 }
    84             ],
    85             "description": "A set of related classes to kick start WordPress plugin development.",
    8632            "support": {
    87                 "source": "https://github.com/byteever/bytekit-plugin/tree/v1.0.2",
     33                "source": "https://github.com/byteever/bytekit-plugin/tree/trunk",
    8834                "issues": "https://github.com/byteever/bytekit-plugin/issues"
    8935            },
     36            "abandoned": true,
    9037            "install-path": "../byteever/bytekit-plugin"
    9138        }
  • wc-category-showcase/trunk/vendor/composer/installed.php

    r3401761 r3457926  
    22    'root' => array(
    33        'name' => 'pluginever/wc-category-showcase',
    4         'pretty_version' => 'v2.2.7',
    5         'version' => '2.2.7.0',
    6         'reference' => 'c0e6d63e1c3505e9e34b5e7264778da7b34b9736',
     4        'pretty_version' => 'dev-master',
     5        'version' => 'dev-master',
     6        'reference' => '8edfc465a22edc42615690d1266519365f4619d1',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    1212    'versions' => array(
    1313        'byteever/bytekit-plugin' => array(
    14             'pretty_version' => 'v1.0.2',
    15             'version' => '1.0.2.0',
    16             'reference' => '794ec9834ecac6cead6b1064a605ff930864950b',
     14            'pretty_version' => 'dev-trunk',
     15            'version' => 'dev-trunk',
     16            'reference' => '43692c253b4d83879f5302dc6feff5eb2448428d',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../byteever/bytekit-plugin',
     
    2121        ),
    2222        'pluginever/wc-category-showcase' => array(
    23             'pretty_version' => 'v2.2.7',
    24             'version' => '2.2.7.0',
    25             'reference' => 'c0e6d63e1c3505e9e34b5e7264778da7b34b9736',
     23            'pretty_version' => 'dev-master',
     24            'version' => 'dev-master',
     25            'reference' => '8edfc465a22edc42615690d1266519365f4619d1',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • wc-category-showcase/trunk/wc-category-showcase.php

    r3401761 r3457926  
    44 * Plugin URI:           https://pluginever.com/plugins/woocommerce-category-showcase-pro/
    55 * Description:          WooCommerce extension to showcase categories in various styles and layouts like sliders, blocks, and grids.
    6  * Version:              2.2.7
     6 * Version:              2.2.8
    77 * Requires at least:    5.2
    88 * Requires PHP:         7.4
     
    1313 * Text Domain:          wc-category-showcase
    1414 * Domain Path:          /languages
    15  * Tested up to:         6.8
     15 * Tested up to:         6.9
    1616 * WC requires at least: 3.0.0
    17  * WC tested up to:      10.3
    18  * Requires plugin:      woocommerce
     17 * WC tested up to:      10.5
     18 * Requires Plugins:     woocommerce
    1919 *
    20  * @package WooCommerceCategoryShowcase
    21  *
    22  * Copyright (c) 2025 PluginEver (email : support@pluginever.com)
     20 * @link https://pluginever.com/plugins/woocommerce-category-showcase-pro/
    2321 *
    2422 * This program is free software; you can redistribute it and/or modify
    25  * it under the terms of the GNU General Public License, version 2 or, at
    26  * your discretion, any later version, as published by the Free
    27  * Software Foundation.
     23 * it under the terms of the GNU General Public License as published by
     24 * the Free Software Foundation; either version 2 of the License, or
     25 * (at your option) any later version.
    2826 *
    2927 * This program is distributed in the hope that it will be useful,
    3028 * but WITHOUT ANY WARRANTY; without even the implied warranty of
    31  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    3230 * GNU General Public License for more details.
    3331 *
    3432 * You should have received a copy of the GNU General Public License
    3533 * along with this program; if not, write to the Free Software
    36  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     34 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
     35 * @author    Sultan Nasir Uddin <manikdrmc@gmail.com>
     36 * @copyright 2025 ByteEver
     37 * @license   GPL-2.0+
     38 * @package   WooCommerceCategoryShowcase
    3739 */
    3840
    39 defined( 'ABSPATH' ) || exit();
     41defined( 'ABSPATH' ) || exit;
    4042
     43// Autoloader.
    4144require_once __DIR__ . '/vendor/autoload.php';
    42 require_once __DIR__ . '/vendor-prefixed/autoload.php';
    4345
    4446// Instantiate the plugin.
Note: See TracChangeset for help on using the changeset viewer.