Changeset 298648
- Timestamp:
- 11/17/2025 04:40:25 AM (7 days ago)
- Location:
- bike-workshop/1.5
- Files:
-
- 2 added
- 18 deleted
- 12 edited
- 1 copied
-
. (copied) (copied from bike-workshop/1.4)
-
functions.php (modified) (2 diffs)
-
languages/bike-workshop.pot (modified) (20 diffs)
-
readme.txt (modified) (2 diffs)
-
resource/css/custom-controls.css (modified) (1 diff)
-
resource/css/custom-controls.min.css (deleted)
-
resource/css/fontawesome-all.css (added)
-
resource/css/fontawesome.css (deleted)
-
resource/css/fontawesome.min.css (deleted)
-
resource/css/notice.css (modified) (1 diff)
-
resource/js/custom-controls.min.js (deleted)
-
resource/js/customizer.min.js (deleted)
-
resource/js/navigation.min.js (deleted)
-
resource/webfonts/fa-brands-400.eot (deleted)
-
resource/webfonts/fa-brands-400.svg (deleted)
-
resource/webfonts/fa-brands-400.ttf (deleted)
-
resource/webfonts/fa-brands-400.woff (deleted)
-
resource/webfonts/fa-brands-400.woff2 (modified) (previous)
-
resource/webfonts/fa-regular-400.eot (deleted)
-
resource/webfonts/fa-regular-400.svg (deleted)
-
resource/webfonts/fa-regular-400.ttf (deleted)
-
resource/webfonts/fa-regular-400.woff (deleted)
-
resource/webfonts/fa-regular-400.woff2 (modified) (previous)
-
resource/webfonts/fa-solid-900.eot (deleted)
-
resource/webfonts/fa-solid-900.svg (deleted)
-
resource/webfonts/fa-solid-900.ttf (deleted)
-
resource/webfonts/fa-solid-900.woff (deleted)
-
resource/webfonts/fa-solid-900.woff2 (modified) (previous)
-
resource/webfonts/fa-v4compatibility.woff2 (added)
-
style-rtl.css (modified) (7 diffs)
-
style.css (modified) (10 diffs)
-
theme-library/customizer.php (modified) (1 diff)
-
theme-library/customizer/custom-controls/icon-control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bike-workshop/1.5/functions.php
r290386 r298648 164 164 165 165 // Fontawesome style. 166 wp_enqueue_style( 'font awesome-style', get_template_directory_uri() . '/resource/css/fontawesome' . $min . '.css', array(), '5.15.4');166 wp_enqueue_style( 'font-awesome-css', esc_url(get_template_directory_uri())."/resource/css/fontawesome-all.css" ); 167 167 168 168 // Main style. … … 176 176 177 177 // Navigation script. 178 wp_enqueue_script( ' navigation-script', get_template_directory_uri() . '/resource/js/navigation' . $min . '.js', array(), BIKE_WORKSHOP_VERSION, true );178 wp_enqueue_script( 'bike-workshop-navigation-script', get_template_directory_uri() . '/resource/js/navigation.js', array(), BIKE_WORKSHOP_VERSION, true ); 179 179 180 180 // Slick script. -
bike-workshop/1.5/languages/bike-workshop.pot
r291811 r298648 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Bike Workshop 1. 2.6\n"5 "Project-Id-Version: Bike Workshop 1.5\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/theme/bike-workshop\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025- 08-25T11:57:12+05:30\n"12 "POT-Creation-Date: 2025-11-13T13:14:14+05:30\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" … … 67 67 msgstr "" 68 68 69 #: functions.php: 9769 #: functions.php:103 70 70 msgid "Sidebar" 71 71 msgstr "" 72 72 73 #: functions.php: 9974 #: functions.php:1 2573 #: functions.php:105 74 #: functions.php:131 75 75 msgid "Add widgets here." 76 76 msgstr "" 77 77 78 #: functions.php:11 178 #: functions.php:117 79 79 msgid "Footer " 80 80 msgstr "" 81 81 82 #: functions.php:11 382 #: functions.php:119 83 83 msgid "The Footer Widget Area" 84 84 msgstr "" 85 85 86 #: functions.php:12 386 #: functions.php:129 87 87 msgid "Header Sidebar" 88 88 msgstr "" … … 101 101 msgstr "" 102 102 103 #: resource/tgm/class-tgm-plugin-activation.php:327 104 msgid "Install Required Plugins" 105 msgstr "" 106 107 #: resource/tgm/class-tgm-plugin-activation.php:328 108 msgid "Install Plugins" 109 msgstr "" 110 111 #. translators: %s: plugin name. 112 #: resource/tgm/class-tgm-plugin-activation.php:330 113 msgid "Installing Plugin: %s" 114 msgstr "" 115 116 #. translators: %s: plugin name. 117 #: resource/tgm/class-tgm-plugin-activation.php:332 118 msgid "Updating Plugin: %s" 119 msgstr "" 120 121 #: resource/tgm/class-tgm-plugin-activation.php:333 122 msgid "Something went wrong with the plugin API." 123 msgstr "" 124 125 #. translators: 1: plugin name(s). 126 #: resource/tgm/class-tgm-plugin-activation.php:334 127 msgid "This theme requires the following plugin: %1$s." 128 msgid_plural "This theme requires the following plugins: %1$s." 129 msgstr[0] "" 130 msgstr[1] "" 131 132 #. translators: 1: plugin name(s). 133 #: resource/tgm/class-tgm-plugin-activation.php:340 134 msgid "This theme recommends the following plugin: %1$s." 135 msgid_plural "This theme recommends the following plugins: %1$s." 136 msgstr[0] "" 137 msgstr[1] "" 138 139 #. translators: 1: plugin name(s). 140 #: resource/tgm/class-tgm-plugin-activation.php:346 141 msgid "The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: %1$s." 142 msgid_plural "The following plugins need to be updated to their latest version to ensure maximum compatibility with this theme: %1$s." 143 msgstr[0] "" 144 msgstr[1] "" 145 146 #. translators: 1: plugin name(s). 147 #: resource/tgm/class-tgm-plugin-activation.php:352 148 msgid "There is an update available for: %1$s." 149 msgid_plural "There are updates available for the following plugins: %1$s." 150 msgstr[0] "" 151 msgstr[1] "" 152 153 #. translators: 1: plugin name(s). 154 #: resource/tgm/class-tgm-plugin-activation.php:358 155 msgid "The following required plugin is currently inactive: %1$s." 156 msgid_plural "The following required plugins are currently inactive: %1$s." 157 msgstr[0] "" 158 msgstr[1] "" 159 160 #. translators: 1: plugin name(s). 161 #: resource/tgm/class-tgm-plugin-activation.php:364 162 msgid "The following recommended plugin is currently inactive: %1$s." 163 msgid_plural "The following recommended plugins are currently inactive: %1$s." 164 msgstr[0] "" 165 msgstr[1] "" 166 167 #: resource/tgm/class-tgm-plugin-activation.php:370 168 msgid "Begin installing plugin" 169 msgid_plural "Begin installing plugins" 170 msgstr[0] "" 171 msgstr[1] "" 172 173 #: resource/tgm/class-tgm-plugin-activation.php:375 174 msgid "Begin updating plugin" 175 msgid_plural "Begin updating plugins" 176 msgstr[0] "" 177 msgstr[1] "" 178 179 #: resource/tgm/class-tgm-plugin-activation.php:380 180 msgid "Begin activating plugin" 181 msgid_plural "Begin activating plugins" 182 msgstr[0] "" 183 msgstr[1] "" 184 185 #: resource/tgm/class-tgm-plugin-activation.php:385 186 msgid "Return to Required Plugins Installer" 187 msgstr "" 188 189 #: resource/tgm/class-tgm-plugin-activation.php:386 190 #: resource/tgm/class-tgm-plugin-activation.php:823 191 #: resource/tgm/class-tgm-plugin-activation.php:2529 192 #: resource/tgm/class-tgm-plugin-activation.php:3576 193 msgid "Return to the Dashboard" 194 msgstr "" 195 196 #: resource/tgm/class-tgm-plugin-activation.php:387 197 #: resource/tgm/class-tgm-plugin-activation.php:3155 198 msgid "Plugin activated successfully." 199 msgstr "" 200 201 #: resource/tgm/class-tgm-plugin-activation.php:388 202 #: resource/tgm/class-tgm-plugin-activation.php:2948 203 msgid "The following plugin was activated successfully:" 204 msgid_plural "The following plugins were activated successfully:" 205 msgstr[0] "" 206 msgstr[1] "" 207 208 #. translators: 1: plugin name. 209 #: resource/tgm/class-tgm-plugin-activation.php:390 210 msgid "No action taken. Plugin %1$s was already active." 211 msgstr "" 212 213 #. translators: 1: plugin name. 214 #: resource/tgm/class-tgm-plugin-activation.php:392 215 msgid "Plugin not activated. A higher version of %s is needed for this theme. Please update the plugin." 216 msgstr "" 217 218 #. translators: 1: dashboard link. 219 #: resource/tgm/class-tgm-plugin-activation.php:394 220 msgid "All plugins installed and activated successfully. %1$s" 221 msgstr "" 222 223 #: resource/tgm/class-tgm-plugin-activation.php:395 224 msgid "Dismiss this notice" 225 msgstr "" 226 227 #: resource/tgm/class-tgm-plugin-activation.php:396 228 msgid "There are one or more required or recommended plugins to install, update or activate." 229 msgstr "" 230 231 #: resource/tgm/class-tgm-plugin-activation.php:397 232 msgid "Please contact the administrator of this site for help." 233 msgstr "" 234 235 #: resource/tgm/class-tgm-plugin-activation.php:522 236 msgid "This plugin needs to be updated to be compatible with your theme." 237 msgstr "" 238 239 #: resource/tgm/class-tgm-plugin-activation.php:523 240 msgid "Update Required" 241 msgstr "" 242 243 #: resource/tgm/class-tgm-plugin-activation.php:930 244 msgid "The remote plugin package does not contain a folder with the desired slug and renaming did not work." 245 msgstr "" 246 247 #: resource/tgm/class-tgm-plugin-activation.php:930 248 #: resource/tgm/class-tgm-plugin-activation.php:933 249 msgid "Please contact the plugin provider and ask them to package their plugin according to the WordPress guidelines." 250 msgstr "" 251 252 #: resource/tgm/class-tgm-plugin-activation.php:933 253 msgid "The remote plugin package consists of more than one file, but the files are not packaged in a folder." 254 msgstr "" 255 256 #: resource/tgm/class-tgm-plugin-activation.php:1117 257 #: resource/tgm/class-tgm-plugin-activation.php:2944 258 msgctxt "plugin A *and* plugin B" 259 msgid "and" 260 msgstr "" 261 262 #. translators: %s: version number 263 #: resource/tgm/class-tgm-plugin-activation.php:1978 264 msgid "TGMPA v%s" 265 msgstr "" 266 267 #: resource/tgm/class-tgm-plugin-activation.php:2269 268 msgid "Required" 269 msgstr "" 270 271 #: resource/tgm/class-tgm-plugin-activation.php:2272 272 msgid "Recommended" 273 msgstr "" 274 275 #: resource/tgm/class-tgm-plugin-activation.php:2288 276 msgid "WordPress Repository" 277 msgstr "" 278 279 #: resource/tgm/class-tgm-plugin-activation.php:2291 280 msgid "External Source" 281 msgstr "" 282 283 #: resource/tgm/class-tgm-plugin-activation.php:2294 284 msgid "Pre-Packaged" 285 msgstr "" 286 287 #: resource/tgm/class-tgm-plugin-activation.php:2311 288 msgid "Not Installed" 289 msgstr "" 290 291 #: resource/tgm/class-tgm-plugin-activation.php:2315 292 msgid "Installed But Not Activated" 293 msgstr "" 294 295 #: resource/tgm/class-tgm-plugin-activation.php:2317 296 msgid "Active" 297 msgstr "" 298 299 #: resource/tgm/class-tgm-plugin-activation.php:2323 300 msgid "Required Update not Available" 301 msgstr "" 302 303 #: resource/tgm/class-tgm-plugin-activation.php:2326 304 msgid "Requires Update" 305 msgstr "" 306 307 #: resource/tgm/class-tgm-plugin-activation.php:2329 308 msgid "Update recommended" 309 msgstr "" 310 311 #. translators: 1: install status, 2: update status 312 #: resource/tgm/class-tgm-plugin-activation.php:2338 313 msgctxt "Install/Update Status" 314 msgid "%1$s, %2$s" 315 msgstr "" 316 317 #. translators: 1: number of plugins. 318 #: resource/tgm/class-tgm-plugin-activation.php:2384 319 msgctxt "plugins" 320 msgid "All <span class=\"count\">(%s)</span>" 321 msgid_plural "All <span class=\"count\">(%s)</span>" 322 msgstr[0] "" 323 msgstr[1] "" 324 325 #. translators: 1: number of plugins. 326 #: resource/tgm/class-tgm-plugin-activation.php:2388 327 msgid "To Install <span class=\"count\">(%s)</span>" 328 msgid_plural "To Install <span class=\"count\">(%s)</span>" 329 msgstr[0] "" 330 msgstr[1] "" 331 332 #. translators: 1: number of plugins. 333 #: resource/tgm/class-tgm-plugin-activation.php:2392 334 msgid "Update Available <span class=\"count\">(%s)</span>" 335 msgid_plural "Update Available <span class=\"count\">(%s)</span>" 336 msgstr[0] "" 337 msgstr[1] "" 338 339 #. translators: 1: number of plugins. 340 #: resource/tgm/class-tgm-plugin-activation.php:2396 341 msgid "To Activate <span class=\"count\">(%s)</span>" 342 msgid_plural "To Activate <span class=\"count\">(%s)</span>" 343 msgstr[0] "" 344 msgstr[1] "" 345 346 #: resource/tgm/class-tgm-plugin-activation.php:2478 347 msgctxt "as in: \"version nr unknown\"" 348 msgid "unknown" 349 msgstr "" 350 351 #: resource/tgm/class-tgm-plugin-activation.php:2486 352 msgid "Installed version:" 353 msgstr "" 354 355 #: resource/tgm/class-tgm-plugin-activation.php:2494 356 msgid "Minimum required version:" 357 msgstr "" 358 359 #: resource/tgm/class-tgm-plugin-activation.php:2506 360 msgid "Available version:" 361 msgstr "" 362 363 #: resource/tgm/class-tgm-plugin-activation.php:2529 364 msgid "No plugins to install, update or activate." 365 msgstr "" 366 367 #: resource/tgm/class-tgm-plugin-activation.php:2543 368 msgid "Plugin" 369 msgstr "" 370 371 #: resource/tgm/class-tgm-plugin-activation.php:2544 372 msgid "Source" 373 msgstr "" 374 375 #: resource/tgm/class-tgm-plugin-activation.php:2545 376 msgid "Type" 377 msgstr "" 378 379 #: resource/tgm/class-tgm-plugin-activation.php:2549 380 msgid "Version" 381 msgstr "" 382 383 #: resource/tgm/class-tgm-plugin-activation.php:2550 384 msgid "Status" 385 msgstr "" 386 387 #. translators: %2$s: plugin name in screen reader markup 388 #: resource/tgm/class-tgm-plugin-activation.php:2599 389 msgid "Install %2$s" 390 msgstr "" 391 392 #. translators: %2$s: plugin name in screen reader markup 393 #: resource/tgm/class-tgm-plugin-activation.php:2604 394 msgid "Update %2$s" 395 msgstr "" 396 397 #. translators: %2$s: plugin name in screen reader markup 398 #: resource/tgm/class-tgm-plugin-activation.php:2610 399 msgid "Activate %2$s" 400 msgstr "" 401 402 #: resource/tgm/class-tgm-plugin-activation.php:2680 403 msgid "Upgrade message from the plugin author:" 404 msgstr "" 405 406 #: resource/tgm/class-tgm-plugin-activation.php:2713 407 msgid "Install" 408 msgstr "" 409 410 #: resource/tgm/class-tgm-plugin-activation.php:2719 411 msgid "Update" 412 msgstr "" 413 414 #: resource/tgm/class-tgm-plugin-activation.php:2722 415 msgid "Activate" 416 msgstr "" 417 418 #: resource/tgm/class-tgm-plugin-activation.php:2753 419 msgid "No plugins were selected to be installed. No action taken." 420 msgstr "" 421 422 #: resource/tgm/class-tgm-plugin-activation.php:2755 423 msgid "No plugins were selected to be updated. No action taken." 424 msgstr "" 425 426 #: resource/tgm/class-tgm-plugin-activation.php:2796 427 msgid "No plugins are available to be installed at this time." 428 msgstr "" 429 430 #: resource/tgm/class-tgm-plugin-activation.php:2798 431 msgid "No plugins are available to be updated at this time." 432 msgstr "" 433 434 #: resource/tgm/class-tgm-plugin-activation.php:2904 435 msgid "No plugins were selected to be activated. No action taken." 436 msgstr "" 437 438 #: resource/tgm/class-tgm-plugin-activation.php:2930 439 msgid "No plugins are available to be activated at this time." 440 msgstr "" 441 442 #: resource/tgm/class-tgm-plugin-activation.php:3154 443 msgid "Plugin activation failed." 444 msgstr "" 445 446 #. translators: 1: plugin name, 2: action number 3: total number of actions. 447 #: resource/tgm/class-tgm-plugin-activation.php:3494 448 msgid "Updating Plugin %1$s (%2$d/%3$d)" 449 msgstr "" 450 451 #. translators: 1: plugin name, 2: error message. 452 #: resource/tgm/class-tgm-plugin-activation.php:3497 453 msgid "An error occurred while installing %1$s: <strong>%2$s</strong>." 454 msgstr "" 455 456 #. translators: 1: plugin name. 457 #: resource/tgm/class-tgm-plugin-activation.php:3499 458 msgid "The installation of %1$s failed." 459 msgstr "" 460 461 #: resource/tgm/class-tgm-plugin-activation.php:3503 462 msgid "The installation and activation process is starting. This process may take a while on some hosts, so please be patient." 463 msgstr "" 464 465 #. translators: 1: plugin name. 466 #: resource/tgm/class-tgm-plugin-activation.php:3505 467 msgid "%1$s installed and activated successfully." 468 msgstr "" 469 470 #. translators: 1: plugin name. 471 #: resource/tgm/class-tgm-plugin-activation.php:3505 472 #: resource/tgm/class-tgm-plugin-activation.php:3513 473 msgid "Show Details" 474 msgstr "" 475 476 #. translators: 1: plugin name. 477 #: resource/tgm/class-tgm-plugin-activation.php:3505 478 #: resource/tgm/class-tgm-plugin-activation.php:3513 479 msgid "Hide Details" 480 msgstr "" 481 482 #: resource/tgm/class-tgm-plugin-activation.php:3506 483 msgid "All installations and activations have been completed." 484 msgstr "" 485 486 #. translators: 1: plugin name, 2: action number 3: total number of actions. 487 #: resource/tgm/class-tgm-plugin-activation.php:3508 488 msgid "Installing and Activating Plugin %1$s (%2$d/%3$d)" 489 msgstr "" 490 491 #: resource/tgm/class-tgm-plugin-activation.php:3511 492 msgid "The installation process is starting. This process may take a while on some hosts, so please be patient." 493 msgstr "" 494 495 #. translators: 1: plugin name. 496 #: resource/tgm/class-tgm-plugin-activation.php:3513 497 msgid "%1$s installed successfully." 498 msgstr "" 499 500 #: resource/tgm/class-tgm-plugin-activation.php:3514 501 msgid "All installations have been completed." 502 msgstr "" 503 504 #. translators: 1: plugin name, 2: action number 3: total number of actions. 505 #: resource/tgm/class-tgm-plugin-activation.php:3516 506 msgid "Installing Plugin %1$s (%2$d/%3$d)" 507 msgstr "" 508 509 #: resource/tgm/tgm.php:9 510 msgid "WooCommerce" 511 msgstr "" 512 513 #: resource/tgm/tgm.php:16 514 msgid "Urgency & Countdown Widgets for WooCommerce" 515 msgstr "" 516 103 517 #: sidebar.php:25 104 518 #: theme-library/function-files/class-breadcrumb-trail.php:252 … … 115 529 116 530 #: sidebar.php:64 117 #: theme-library/function-files/template-functions.php:39 7531 #: theme-library/function-files/template-functions.php:399 118 532 msgid "Recent Posts" 119 533 msgstr "" … … 165 579 166 580 #: theme-library/customizer.php:64 167 #: theme-library/function-files/template-functions.php:503168 581 msgid "Free Doc" 169 582 msgstr "" … … 273 686 msgstr "" 274 687 688 #: theme-library/customizer/front-page-options/header.php:14 689 msgid "Header Options" 690 msgstr "" 691 692 #: theme-library/customizer/front-page-options/header.php:34 693 msgid "Enable Sticky Menu" 694 msgstr "" 695 696 #: theme-library/customizer/front-page-options/header.php:54 697 msgid "Show / Hide Header Sidebar" 698 msgstr "" 699 700 #: theme-library/customizer/front-page-options/header.php:66 701 msgid "Menu Settings" 702 msgstr "" 703 704 #: theme-library/customizer/front-page-options/header.php:80 705 msgid "Menu Font Size " 706 msgstr "" 707 708 #: theme-library/customizer/front-page-options/header.php:98 709 msgid "Menu Font Weight" 710 msgstr "" 711 712 #: theme-library/customizer/front-page-options/header.php:100 713 msgid "100" 714 msgstr "" 715 716 #: theme-library/customizer/front-page-options/header.php:101 717 msgid "200" 718 msgstr "" 719 720 #: theme-library/customizer/front-page-options/header.php:102 721 #: theme-library/customizer/theme-options/post-options.php:419 722 #: theme-library/customizer/theme-options/post-options.php:441 723 msgid "300" 724 msgstr "" 725 726 #: theme-library/customizer/front-page-options/header.php:103 727 msgid "400" 728 msgstr "" 729 730 #: theme-library/customizer/front-page-options/header.php:104 731 msgid "500" 732 msgstr "" 733 734 #: theme-library/customizer/front-page-options/header.php:105 735 msgid "600" 736 msgstr "" 737 738 #: theme-library/customizer/front-page-options/header.php:106 739 msgid "700" 740 msgstr "" 741 742 #: theme-library/customizer/front-page-options/header.php:107 743 msgid "800" 744 msgstr "" 745 746 #: theme-library/customizer/front-page-options/header.php:108 747 msgid "900" 748 msgstr "" 749 750 #: theme-library/customizer/front-page-options/header.php:122 751 msgid "Menu Text Transform" 752 msgstr "" 753 754 #: theme-library/customizer/front-page-options/header.php:124 755 #: theme-library/customizer/theme-options/footer-options.php:68 756 #: theme-library/customizer/theme-options/footer-options.php:158 757 msgid "None" 758 msgstr "" 759 760 #: theme-library/customizer/front-page-options/header.php:125 761 #: theme-library/customizer/theme-options/footer-options.php:159 762 msgid "Capitalize" 763 msgstr "" 764 765 #: theme-library/customizer/front-page-options/header.php:126 766 #: theme-library/customizer/theme-options/footer-options.php:160 767 msgid "Uppercase" 768 msgstr "" 769 770 #: theme-library/customizer/front-page-options/header.php:127 771 #: theme-library/customizer/theme-options/footer-options.php:161 772 msgid "Lowercase" 773 msgstr "" 774 775 #: theme-library/customizer/front-page-options/header.php:145 776 msgid "Menu Color" 777 msgstr "" 778 779 #: theme-library/customizer/front-page-options/header.php:165 780 msgid "Sub Menu Color" 781 msgstr "" 782 275 783 #: theme-library/customizer/theme-options.php:12 276 784 #: theme-library/getting-started/tabs/help-panel.php:65 … … 338 846 msgstr "" 339 847 340 #: theme-library/customizer/theme-options/footer-options.php:68341 #: theme-library/customizer/theme-options/footer-options.php:158342 #: theme-library/customizer/theme-options/theme-options.php:405343 msgid "None"344 msgstr ""345 346 848 #: theme-library/customizer/theme-options/footer-options.php:69 347 849 msgid "1 Column" … … 387 889 #: theme-library/customizer/theme-options/footer-options.php:184 388 890 #: theme-library/customizer/theme-options/footer-options.php:259 891 #: theme-library/customizer/theme-options/footer-social.php:263 389 892 msgid "Center" 390 893 msgstr "" … … 402 905 msgstr "" 403 906 404 #: theme-library/customizer/theme-options/footer-options.php:159405 #: theme-library/customizer/theme-options/theme-options.php:406406 msgid "Capitalize"407 msgstr ""408 409 #: theme-library/customizer/theme-options/footer-options.php:160410 #: theme-library/customizer/theme-options/theme-options.php:407411 msgid "Uppercase"412 msgstr ""413 414 #: theme-library/customizer/theme-options/footer-options.php:161415 #: theme-library/customizer/theme-options/theme-options.php:408416 msgid "Lowercase"417 msgstr ""418 419 907 #: theme-library/customizer/theme-options/footer-options.php:177 420 908 msgid "Footer Heading Alignment " … … 423 911 #: theme-library/customizer/theme-options/footer-options.php:182 424 912 #: theme-library/customizer/theme-options/footer-options.php:257 913 #: theme-library/customizer/theme-options/footer-social.php:261 425 914 #: theme-library/customizer/theme-options/woocommerce-setting.php:89 426 915 msgid "Left" … … 429 918 #: theme-library/customizer/theme-options/footer-options.php:183 430 919 #: theme-library/customizer/theme-options/footer-options.php:258 920 #: theme-library/customizer/theme-options/footer-social.php:262 431 921 #: theme-library/customizer/theme-options/woocommerce-setting.php:90 432 922 msgid "Right" … … 547 1037 #: theme-library/customizer/theme-options/footer-social.php:238 548 1038 msgid "Youtube Icon" 1039 msgstr "" 1040 1041 #: theme-library/customizer/theme-options/footer-social.php:256 1042 msgid "Icon Alignment " 549 1043 msgstr "" 550 1044 … … 758 1252 msgstr "" 759 1253 760 #: theme-library/customizer/theme-options/post-options.php:299 1254 #: theme-library/customizer/theme-options/post-options.php:289 1255 msgid "Column 4" 1256 msgstr "" 1257 1258 #: theme-library/customizer/theme-options/post-options.php:300 761 1259 msgid "Blog Content Alignment" 762 1260 msgstr "" 763 1261 764 #: theme-library/customizer/theme-options/post-options.php:31 61262 #: theme-library/customizer/theme-options/post-options.php:317 765 1263 msgid "Read More Button Settings" 766 1264 msgstr "" 767 1265 768 #: theme-library/customizer/theme-options/post-options.php:33 61266 #: theme-library/customizer/theme-options/post-options.php:337 769 1267 msgid "Show / Hide Read More Button" 770 1268 msgstr "" 771 1269 772 #: theme-library/customizer/theme-options/post-options.php:35 51270 #: theme-library/customizer/theme-options/post-options.php:356 773 1271 msgid "Read More Icon" 774 1272 msgstr "" 775 1273 776 #: theme-library/customizer/theme-options/post-options.php:37 21274 #: theme-library/customizer/theme-options/post-options.php:373 777 1275 msgid "Read More Button Text" 778 1276 msgstr "" 779 1277 780 #: theme-library/customizer/theme-options/post-options.php:39 21278 #: theme-library/customizer/theme-options/post-options.php:393 781 1279 msgid "Featured Image Dimension" 782 1280 msgstr "" 783 1281 784 #: theme-library/customizer/theme-options/post-options.php:39 51282 #: theme-library/customizer/theme-options/post-options.php:396 785 1283 msgid "Default" 786 1284 msgstr "" 787 1285 788 #: theme-library/customizer/theme-options/post-options.php:39 61286 #: theme-library/customizer/theme-options/post-options.php:397 789 1287 msgid "Custom Image Size" 790 1288 msgstr "" 791 1289 792 #: theme-library/customizer/theme-options/post-options.php:39 81290 #: theme-library/customizer/theme-options/post-options.php:399 793 1291 msgid "Note: If you select \"Custom Image Size\", you can set a custom width and height up to 950px." 794 1292 msgstr "" 795 1293 796 #: theme-library/customizer/theme-options/post-options.php:41 41294 #: theme-library/customizer/theme-options/post-options.php:415 797 1295 msgid "Featured Image Custom Width" 798 1296 msgstr "" 799 1297 800 #: theme-library/customizer/theme-options/post-options.php:418 801 #: theme-library/customizer/theme-options/post-options.php:440 802 #: theme-library/customizer/theme-options/theme-options.php:383 803 msgid "300" 804 msgstr "" 805 806 #: theme-library/customizer/theme-options/post-options.php:436 1298 #: theme-library/customizer/theme-options/post-options.php:437 807 1299 msgid "Featured Image Custom Height" 808 1300 msgstr "" 809 1301 810 #: theme-library/customizer/theme-options/post-options.php:4 591302 #: theme-library/customizer/theme-options/post-options.php:460 811 1303 msgid "Featured Image Border Radius" 812 1304 msgstr "" 813 1305 814 #: theme-library/customizer/theme-options/post-options.php:48 41306 #: theme-library/customizer/theme-options/post-options.php:485 815 1307 msgid "Show / Hide Post Animation" 816 1308 msgstr "" … … 988 1480 msgstr "" 989 1481 990 #: theme-library/customizer/theme-options/theme-options.php:295 991 msgid "Header Options" 992 msgstr "" 993 994 #: theme-library/customizer/theme-options/theme-options.php:315 995 msgid "Enable Sticky Menu" 996 msgstr "" 997 998 #: theme-library/customizer/theme-options/theme-options.php:335 999 msgid "Show / Hide Header Sidebar" 1000 msgstr "" 1001 1002 #: theme-library/customizer/theme-options/theme-options.php:347 1003 msgid "Menu Settings" 1004 msgstr "" 1005 1006 #: theme-library/customizer/theme-options/theme-options.php:361 1007 msgid "Menu Font Size " 1008 msgstr "" 1009 1010 #: theme-library/customizer/theme-options/theme-options.php:379 1011 msgid "Menu Font Weight" 1012 msgstr "" 1013 1014 #: theme-library/customizer/theme-options/theme-options.php:381 1015 msgid "100" 1016 msgstr "" 1017 1018 #: theme-library/customizer/theme-options/theme-options.php:382 1019 msgid "200" 1020 msgstr "" 1021 1022 #: theme-library/customizer/theme-options/theme-options.php:384 1023 msgid "400" 1024 msgstr "" 1025 1026 #: theme-library/customizer/theme-options/theme-options.php:385 1027 msgid "500" 1028 msgstr "" 1029 1030 #: theme-library/customizer/theme-options/theme-options.php:386 1031 msgid "600" 1032 msgstr "" 1033 1034 #: theme-library/customizer/theme-options/theme-options.php:387 1035 msgid "700" 1036 msgstr "" 1037 1038 #: theme-library/customizer/theme-options/theme-options.php:388 1039 msgid "800" 1040 msgstr "" 1041 1042 #: theme-library/customizer/theme-options/theme-options.php:389 1043 msgid "900" 1044 msgstr "" 1045 1046 #: theme-library/customizer/theme-options/theme-options.php:403 1047 msgid "Menu Text Transform" 1048 msgstr "" 1049 1050 #: theme-library/customizer/theme-options/theme-options.php:426 1051 msgid "Menu Color" 1052 msgstr "" 1053 1054 #: theme-library/customizer/theme-options/theme-options.php:446 1055 msgid "Sub Menu Color" 1056 msgstr "" 1057 1058 #: theme-library/customizer/theme-options/theme-options.php:463 1482 #: theme-library/customizer/theme-options/theme-options.php:298 1059 1483 msgid "Site Title Font Size " 1060 1484 msgstr "" 1061 1485 1062 #: theme-library/customizer/theme-options/theme-options.php: 4851486 #: theme-library/customizer/theme-options/theme-options.php:320 1063 1487 msgid "Enable Site Logo" 1064 1488 msgstr "" 1065 1489 1066 #: theme-library/customizer/theme-options/theme-options.php: 5061490 #: theme-library/customizer/theme-options/theme-options.php:341 1067 1491 msgid "Enable Site Title" 1068 1492 msgstr "" 1069 1493 1070 #: theme-library/customizer/theme-options/theme-options.php: 5281494 #: theme-library/customizer/theme-options/theme-options.php:363 1071 1495 msgid "Enable Tagline" 1072 1496 msgstr "" 1073 1497 1074 #: theme-library/customizer/theme-options/theme-options.php: 5411498 #: theme-library/customizer/theme-options/theme-options.php:376 1075 1499 msgid "Adjust Site Logo Width" 1076 1500 msgstr "" 1077 1501 1078 #: theme-library/customizer/theme-options/theme-options.php: 5421502 #: theme-library/customizer/theme-options/theme-options.php:377 1079 1503 msgid "This setting controls the Width of Site Logo" 1080 1504 msgstr "" … … 1241 1665 msgstr "" 1242 1666 1243 #: theme-library/function-files/template-functions.php:31 31667 #: theme-library/function-files/template-functions.php:314 1244 1668 msgid "Facebook" 1245 1669 msgstr "" 1246 1670 1247 #: theme-library/function-files/template-functions.php:3 191671 #: theme-library/function-files/template-functions.php:320 1248 1672 msgid "Twitter" 1249 1673 msgstr "" 1250 1674 1251 #: theme-library/function-files/template-functions.php:32 51675 #: theme-library/function-files/template-functions.php:326 1252 1676 msgid "Instagram" 1253 1677 msgstr "" 1254 1678 1255 #: theme-library/function-files/template-functions.php:33 11679 #: theme-library/function-files/template-functions.php:332 1256 1680 msgid "Linkedin" 1257 1681 msgstr "" 1258 1682 1259 #: theme-library/function-files/template-functions.php:33 71683 #: theme-library/function-files/template-functions.php:338 1260 1684 msgid "Youtube" 1261 1685 msgstr "" 1262 1686 1263 #: theme-library/function-files/template-functions.php:39 01687 #: theme-library/function-files/template-functions.php:392 1264 1688 msgid "Search Here" 1265 1689 msgstr "" 1266 1690 1267 #: theme-library/function-files/template-functions.php:41 41691 #: theme-library/function-files/template-functions.php:416 1268 1692 msgid "Recent Comments" 1269 1693 msgstr "" 1270 1694 1271 1695 #. translators: %s: details. 1272 #: theme-library/function-files/template-functions.php:42 41696 #: theme-library/function-files/template-functions.php:426 1273 1697 msgid "Comment on %s" 1274 1698 msgstr "" 1275 1699 1276 #: theme-library/function-files/template-functions.php:43 31700 #: theme-library/function-files/template-functions.php:435 1277 1701 msgid "Calendar" 1278 1702 msgstr "" 1279 1703 1280 #: theme-library/function-files/template-functions.php:49 61704 #: theme-library/function-files/template-functions.php:498 1281 1705 msgid "Welcome to Bike Workshop" 1282 1706 msgstr "" 1283 1707 1284 #: theme-library/function-files/template-functions.php:49 71708 #: theme-library/function-files/template-functions.php:499 1285 1709 msgid "Explore the features of our Pro Theme and take your Bike Workshop journey to the next level." 1286 1710 msgstr "" 1287 1711 1288 #: theme-library/function-files/template-functions.php: 4981712 #: theme-library/function-files/template-functions.php:500 1289 1713 msgid "Get Started With Theme By Clicking On Getting Started." 1290 1714 msgstr "" 1291 1715 1292 #: theme-library/function-files/template-functions.php:50 01716 #: theme-library/function-files/template-functions.php:502 1293 1717 msgid "Get started" 1294 1718 msgstr "" 1295 1719 1296 #: theme-library/function-files/template-functions.php:50 11720 #: theme-library/function-files/template-functions.php:503 1297 1721 msgid "View Demo" 1298 1722 msgstr "" 1299 1723 1300 #: theme-library/function-files/template-functions.php:50 21724 #: theme-library/function-files/template-functions.php:504 1301 1725 msgid "Buy Now" 1726 msgstr "" 1727 1728 #: theme-library/function-files/template-functions.php:505 1729 #: theme-wizard/config.php:39 1730 #: theme-wizard/whizzie.php:126 1731 msgid "Demo Importer" 1302 1732 msgstr "" 1303 1733 … … 1329 1759 #: theme-library/getting-started/getting-started.php:15 1330 1760 #: theme-library/getting-started/getting-started.php:16 1331 #: theme-library/getting-started/getting-started.php: 841761 #: theme-library/getting-started/getting-started.php:90 1332 1762 msgid "Getting Started" 1333 1763 msgstr "" … … 1364 1794 msgstr "" 1365 1795 1366 #: theme-library/getting-started/getting-started.php:89 1796 #: theme-library/getting-started/getting-started.php:74 1797 #: theme-library/getting-started/tabs/link-panel.php:10 1798 msgid "WP Theme Bundle" 1799 msgstr "" 1800 1801 #: theme-library/getting-started/getting-started.php:77 1802 msgid "Get access to a collection of premium WordPress themes in one bundle. Enjoy effortless website building, full customization, and dedicated customer support for a smooth, professional web experience." 1803 msgstr "" 1804 1805 #: theme-library/getting-started/getting-started.php:78 1806 #: theme-library/getting-started/tabs/link-panel.php:15 1807 #: theme-library/getting-started/tabs/link-panel.php:23 1808 #: theme-library/getting-started/tabs/link-panel.php:24 1809 msgid "Go Pro" 1810 msgstr "" 1811 1812 #: theme-library/getting-started/getting-started.php:79 1813 #: theme-library/getting-started/tabs/link-panel.php:16 1814 msgid "Exclusive Theme Bundle - $79" 1815 msgstr "" 1816 1817 #: theme-library/getting-started/getting-started.php:95 1367 1818 msgid "Free Vs Pro" 1368 1819 msgstr "" … … 1541 1992 msgstr "" 1542 1993 1543 #: theme-library/getting-started/tabs/link-panel.php: 101994 #: theme-library/getting-started/tabs/link-panel.php:21 1544 1995 msgid "Upgrade To Pro" 1545 1996 msgstr "" 1546 1997 1547 #: theme-library/getting-started/tabs/link-panel.php: 111998 #: theme-library/getting-started/tabs/link-panel.php:22 1548 1999 msgid "The Pro version gives you access to more templates, advanced add-ons, different layouts for headers, blogs, and single posts, as well as many other advanced features." 1549 2000 msgstr "" 1550 2001 1551 #: theme-library/getting-started/tabs/link-panel.php:12 1552 #: theme-library/getting-started/tabs/link-panel.php:13 1553 msgid "Go Pro" 1554 msgstr "" 1555 1556 #: theme-library/getting-started/tabs/link-panel.php:18 2002 #: theme-library/getting-started/tabs/link-panel.php:29 1557 2003 msgid "Theme Preview" 1558 2004 msgstr "" 1559 2005 1560 #: theme-library/getting-started/tabs/link-panel.php: 192006 #: theme-library/getting-started/tabs/link-panel.php:30 1561 2007 msgid "You can Checkout Live Demo Of Our Theme Here" 1562 2008 msgstr "" 1563 2009 1564 #: theme-library/getting-started/tabs/link-panel.php: 201565 #: theme-library/getting-started/tabs/link-panel.php: 212010 #: theme-library/getting-started/tabs/link-panel.php:31 2011 #: theme-library/getting-started/tabs/link-panel.php:32 1566 2012 msgid "Live Demo" 1567 2013 msgstr "" 1568 2014 1569 #: theme-library/getting-started/tabs/link-panel.php: 261570 #: theme-library/getting-started/tabs/link-panel.php: 281571 #: theme-library/getting-started/tabs/link-panel.php: 292015 #: theme-library/getting-started/tabs/link-panel.php:37 2016 #: theme-library/getting-started/tabs/link-panel.php:39 2017 #: theme-library/getting-started/tabs/link-panel.php:40 1572 2018 msgid "Pro Documentation" 1573 2019 msgstr "" 1574 2020 1575 #: theme-library/getting-started/tabs/link-panel.php: 272021 #: theme-library/getting-started/tabs/link-panel.php:38 1576 2022 msgid "For Pro Version Documentation, Click the button below to access detailed guides and tutorials that will help you make the most of the premium features and functionalities." 1577 2023 msgstr "" … … 1587 2033 msgstr "" 1588 2034 1589 #: theme-wizard/config.php:391590 #: theme-wizard/whizzie.php:1261591 msgid "Demo Importer"1592 msgstr ""1593 1594 2035 #: theme-wizard/config.php:41 1595 2036 #: theme-wizard/whizzie.php:129 -
bike-workshop/1.5/readme.txt
r296635 r298648 6 6 Requires at least: 5.0 7 7 Tested up to: 6.8 8 Stable tag: 1. 48 Stable tag: 1.5 9 9 Requires PHP: 7.4 10 10 License: GNU General Public License v3 or later … … 107 107 * Resolved minor css error. 108 108 109 = 1.5 = 110 * Fixed min files issue. 111 * Resolved css error in woocommerce. 112 * Updated fontawesome. 113 * Updated pot file. 114 109 115 == Images Screenshot == 110 116 -
bike-workshop/1.5/resource/css/custom-controls.css
r265718 r298648 88 88 right: 0px; 89 89 } 90 91 h3.accordion-section-title { 92 margin: 0 !important; 93 } 94 95 /* Serparator CSS */ 96 97 .separator-control { 98 border: none !important; 99 background: #fff; 100 padding:10px; 101 border-left: solid 5px #2271b1 !important; 102 margin: 0; 103 } 104 .separator-control span { 105 color: #2271b1; 106 margin: 0; 107 } 108 .separator-control hr{ 109 display: none; 110 } 111 112 img.bike-workshop-selector-img.bike-workshop-selected-img { 113 border: 2px solid #2271b1; 114 cursor: pointer; 115 width: 90px; 116 height: auto; 117 transition: border-color 0.4s ease-in-out; 118 } 119 li#accordion-section-upsell_section.cannot-expand .accordion-section-title:after,li#accordion-section-doc_section.cannot-expand .accordion-section-title:after{ 120 display: none; 121 } 122 .accordion-section-title button.accordion-trigger{ 123 width: 92%; 124 } 125 #customize-controls .control-section .accordion-section-title button:focus{ 126 box-shadow: none; 127 } -
bike-workshop/1.5/resource/css/notice.css
r293658 r298648 43 43 44 44 .button-group.button-hero .button, .wp-core-ui .button.button-hero { 45 font-size: 14px; 45 font-size: 16px; 46 font-weight: 500; 46 47 min-height: 46px; 47 48 line-height: 3.14285714; -
bike-workshop/1.5/style-rtl.css
r293658 r298648 853 853 font-weight: 400; 854 854 line-height: 1; 855 font-family: 'Font Awesome 5brands';855 font-family: 'Font Awesome 7 brands'; 856 856 vertical-align: baseline; 857 857 transition: all,ease,.3s; … … 1191 1191 font-weight: 400; 1192 1192 line-height: 1; 1193 font-family: 'Font Awesome 5brands';1193 font-family: 'Font Awesome 7 brands'; 1194 1194 vertical-align: baseline; 1195 1195 transition: all,ease,.3s; … … 1881 1881 font-weight: 400; 1882 1882 line-height: 1; 1883 font-family: Font Awesome\ 5Free;1883 font-family: Font Awesome\ 7 Free; 1884 1884 font-weight: 900; 1885 1885 line-height: inherit; … … 1926 1926 font-weight: 400; 1927 1927 line-height: 1; 1928 font-family: Font Awesome\ 5Free;1928 font-family: Font Awesome\ 7 Free; 1929 1929 font-weight: 900; 1930 1930 line-height: inherit; … … 1952 1952 font-weight: 400; 1953 1953 line-height: 1; 1954 font-family: Font Awesome\ 5Free;1954 font-family: Font Awesome\ 7 Free; 1955 1955 font-weight: 900; 1956 1956 line-height: inherit; … … 2130 2130 font-weight: 400; 2131 2131 line-height: 1; 2132 font-family: Font Awesome\ 5Free;2132 font-family: Font Awesome\ 7 Free; 2133 2133 font-weight: 900; 2134 2134 line-height: inherit; … … 2364 2364 line-height: inherit; 2365 2365 vertical-align: baseline; 2366 font-family: Font Awesome\ 5Free;2366 font-family: Font Awesome\ 7 Free; 2367 2367 -moz-osx-font-smoothing: grayscale; 2368 2368 -webkit-font-smoothing: antialiased; -
bike-workshop/1.5/style.css
r296635 r298648 5 5 Author URI: https://asterthemes.com 6 6 Description: The Bike Workshop Theme is a robust, visually appealing, and SEO-friendly template tailored for bike repair shops, cycle maintenance centers, bicycle service providers, mobile bike mechanics, bicycle repair businesses, mountain bike service centers, road bike repair shops, electric bike service providers, and DIY cycling enthusiasts looking to establish a professional online presence. Perfect for showcasing services like bicycle repair, mountain bike servicing, road bike maintenance, electric bike repair, cycle frame repair, tire replacement, chain repair, gear adjustments, disc brake alignment, hub servicing, wheel truing, bottom bracket repair, chain lubrication, vintage bike restoration, custom bike building, and complete cycle maintenance, this theme combines a clean layout, animated sliders, and intuitive navigation for a smooth user experience. Optimized for high performance and local search visibility, it targets keywords such as bike repair shop, cycle maintenance center, mobile bicycle mechanic, bicycle tire replacement, cycle shop template, bike servicing near me, bicycle maintenance tips, and bike workshop online. Customizable sections, engaging visuals, and Call to Action buttons make it easy to promote seasonal offers, repair packages, and service expertise, while integration with the BookingPress plugin simplifies appointment scheduling, service bookings, and repair slot management. This responsive, mobile-ready theme is an all-in-one solution for growing bike repair businesses, attracting new customers, and streamlining service operations effectively. 7 Version: 1. 47 Version: 1.5 8 8 Tested up to: 6.8 9 9 Requires PHP: 7.4 … … 903 903 font-weight: 400; 904 904 line-height: 1; 905 font-family: 'Font Awesome 5brands';905 font-family: 'Font Awesome 7 brands'; 906 906 vertical-align: baseline; 907 907 transition: all,ease,.3s; … … 1241 1241 font-weight: 400; 1242 1242 line-height: 1; 1243 font-family: 'Font Awesome 5brands';1243 font-family: 'Font Awesome 7 brands'; 1244 1244 vertical-align: baseline; 1245 1245 transition: all,ease,.3s; … … 1943 1943 font-weight: 400; 1944 1944 line-height: 1; 1945 font-family: Font Awesome\ 5Free;1945 font-family: Font Awesome\ 7 Free; 1946 1946 font-weight: 900; 1947 1947 line-height: inherit; … … 1988 1988 font-weight: 400; 1989 1989 line-height: 1; 1990 font-family: Font Awesome\ 5Free;1990 font-family: Font Awesome\ 7 Free; 1991 1991 font-weight: 900; 1992 1992 line-height: inherit; … … 2014 2014 font-weight: 400; 2015 2015 line-height: 1; 2016 font-family: Font Awesome\ 5Free;2016 font-family: Font Awesome\ 7 Free; 2017 2017 font-weight: 900; 2018 2018 line-height: inherit; … … 2192 2192 font-weight: 400; 2193 2193 line-height: 1; 2194 font-family: Font Awesome\ 5Free;2194 font-family: Font Awesome\ 7 Free; 2195 2195 font-weight: 900; 2196 2196 line-height: inherit; … … 2426 2426 line-height: inherit; 2427 2427 vertical-align: baseline; 2428 font-family: Font Awesome\ 5Free;2428 font-family: Font Awesome\ 7 Free; 2429 2429 -moz-osx-font-smoothing: grayscale; 2430 2430 -webkit-font-smoothing: antialiased; … … 6914 6914 list-style: none; 6915 6915 } 6916 6916 .wc-block-grid__product-price del, 6917 .wc-block-components-product-price del{ 6918 opacity: 0.5; 6919 color: #000 !important; 6920 } 6921 .woocommerce-page .price del{ 6922 margin-right: 5px; 6923 } 6917 6924 .wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { 6918 6925 border-radius: 0; … … 7569 7576 float: left; 7570 7577 text-decoration: none !important; 7578 margin-top: 20px; 7571 7579 } 7572 7580 .woocommerce a.added_to_cart{ 7573 line-height: 60px; 7581 border-radius: 3px; 7582 font-size: 18px; 7583 font-weight: 700; 7574 7584 } 7575 7585 #coming-soon-footer-banner .coming-soon-footer-banner__content{ 7576 7586 color:#000; 7587 } 7588 .wc-block-grid__product-price del, 7589 .wc-block-components-product-price del{ 7590 opacity: 0.5; 7591 color: #fff !important; 7592 } 7593 .woocommerce-page .price del{ 7594 margin-right: 5px; 7577 7595 } 7578 7596 @media only screen and (max-width: 768px) { -
bike-workshop/1.5/theme-library/customizer.php
r268117 r298648 91 91 } 92 92 93 function bike_workshop_customize_preview_js() { 94 $min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; 93 function bike_workshop_custom_control_scripts() { 95 94 96 wp_enqueue_script( 'bike-workshop-customizer', get_template_directory_uri() . '/resource/js/customizer' . $min . '.js', array( 'customize-preview' ), BIKE_WORKSHOP_VERSION, true ); 97 } 98 add_action( 'customize_preview_init', 'bike_workshop_customize_preview_js' ); 95 wp_enqueue_style( 'bike-workshop-custom-controls-css', get_template_directory_uri() . '/resource/css/custom-controls.css', array(), '1.0', 'all' ); 99 96 100 function bike_workshop_custom_control_scripts() { 101 $min = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min'; 102 103 wp_enqueue_style( 'bike-workshop-custom-controls-css', get_template_directory_uri() . '/resource/css/custom-controls' . $min . '.css', array(), '1.0', 'all' ); 104 105 wp_enqueue_script( 'bike-workshop-custom-controls-js', get_template_directory_uri() . '/resource/js/custom-controls' . $min . '.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-sortable' ), '1.0', true ); 97 wp_enqueue_script( 'bike-workshop-custom-controls-js', get_template_directory_uri() . '/resource/js/custom-controls.js', array( 'jquery', 'jquery-ui-core', 'jquery-ui-sortable' ), '1.0', true ); 106 98 } 107 99 add_action( 'customize_controls_enqueue_scripts', 'bike_workshop_custom_control_scripts' ); -
bike-workshop/1.5/theme-library/customizer/custom-controls/icon-control.php
r265718 r298648 43 43 44 44 function bike_workshop_icon_customize_js() { 45 wp_enqueue_style( 'font-awesome-1', esc_url(get_template_directory_uri()).'/resource/css/fontawesome .css');45 wp_enqueue_style( 'font-awesome-1', esc_url(get_template_directory_uri()).'/resource/css/fontawesome-all.css'); 46 46 wp_enqueue_script( 'bike-workshop-customize-icon', esc_url(get_template_directory_uri()).'/resource/js/icon-customizing.js', array("jquery"),'', true ); 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.