Make WordPress Themes

Changeset 243741


Ignore:
Timestamp:
09/30/2024 04:39:16 AM (14 months ago)
Author:
themedropbox
Message:

New version of Luxury Hotels - 2.4

Location:
luxury-hotels/2.4
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • luxury-hotels/2.4/inc/customizer.php

    r235471 r243741  
    234234    ));
    235235
     236    //TP Color Option
     237    $wp_customize->add_section('luxury_hotels_color_option',array(
     238     'title'         => __('TP Color Option', 'luxury-hotels'),
     239     'priority' => 1,
     240     'panel' => 'luxury_hotels_panel_id'
     241    ) );
     242   
     243    $wp_customize->add_setting( 'luxury_hotels_tp_color_option', array(
     244        'default' => '',
     245        'sanitize_callback' => 'sanitize_hex_color'
     246    ));
     247    $wp_customize->add_control( new WP_Customize_Color_Control( $wp_customize, 'luxury_hotels_tp_color_option', array(
     248            'label'     => __('Theme First Color', 'luxury-hotels'),
     249        'description' => __('It will change the complete theme color in one click.', 'luxury-hotels'),
     250        'section' => 'luxury_hotels_color_option',
     251        'settings' => 'luxury_hotels_tp_color_option',
     252    )));
     253
    236254    //TP Preloader Option
    237255    $wp_customize->add_section('luxury_hotels_prelaoder_option',array(
  • luxury-hotels/2.4/language/luxury-hotels.pot

    r235471 r243741  
    227227msgstr ""
    228228
    229 #: customizer.php:70 customizer.php:90 customizer.php:107 customizer.php:1042
    230 #: customizer.php:1195
     229#: customizer.php:70 customizer.php:90 customizer.php:107 customizer.php:1060
     230#: customizer.php:1213
    231231msgid "Left"
    232232msgstr ""
    233233
    234 #: customizer.php:71 customizer.php:91 customizer.php:108 customizer.php:1041
    235 #: customizer.php:1196
     234#: customizer.php:71 customizer.php:91 customizer.php:108 customizer.php:1059
     235#: customizer.php:1214
    236236msgid "Right"
    237237msgstr ""
     
    278278
    279279#: customizer.php:238
     280msgid "TP Color Option"
     281msgstr ""
     282
     283#: customizer.php:248
     284msgid "Theme First Color"
     285msgstr ""
     286
     287#: customizer.php:249
     288msgid "It will change the complete theme color in one click."
     289msgstr ""
     290
     291#: customizer.php:256
    280292msgid "TP Preloader Option"
    281293msgstr ""
    282294
    283 #: customizer.php:248
     295#: customizer.php:266
    284296msgid "Show / Hide Preloader Option"
    285297msgstr ""
    286298
    287 #: customizer.php:258
     299#: customizer.php:276
    288300msgid "Preloader First Ring Color"
    289301msgstr ""
    290302
    291 #: customizer.php:259
     303#: customizer.php:277
    292304msgid "It will change the complete theme preloader ring 1 color in one click."
    293305msgstr ""
    294306
    295 #: customizer.php:268
     307#: customizer.php:286
    296308msgid "Preloader Second Ring Color"
    297309msgstr ""
    298310
    299 #: customizer.php:269
     311#: customizer.php:287
    300312msgid "It will change the complete theme preloader ring 2 color in one click."
    301313msgstr ""
    302314
    303 #: customizer.php:278
     315#: customizer.php:296
    304316msgid "Preloader Background Color"
    305317msgstr ""
    306318
    307 #: customizer.php:279
     319#: customizer.php:297
    308320msgid "It will change the complete theme preloader bg color in one click."
    309321msgstr ""
    310322
    311 #: customizer.php:286
     323#: customizer.php:304
    312324msgid "TP Blog Option"
    313325msgstr ""
    314326
    315 #: customizer.php:296
     327#: customizer.php:314
    316328msgid "Meta Order"
    317329msgstr ""
    318330
    319 #: customizer.php:297
     331#: customizer.php:315
    320332msgid ""
    321333"Drag & Drop post items to re-arrange the order and also hide and show items "
     
    323335msgstr ""
    324336
    325 #: customizer.php:300
     337#: customizer.php:318
    326338msgid "date"
    327339msgstr ""
    328340
    329 #: customizer.php:301
     341#: customizer.php:319
    330342msgid "author"
    331343msgstr ""
    332344
    333 #: customizer.php:302
     345#: customizer.php:320
    334346msgid "comment"
    335347msgstr ""
    336348
    337 #: customizer.php:303
     349#: customizer.php:321
    338350msgid "category"
    339351msgstr ""
    340352
    341 #: customizer.php:314
     353#: customizer.php:332
    342354msgid "Edit Excerpt Limit"
    343355msgstr ""
    344356
    345 #: customizer.php:324
     357#: customizer.php:342
    346358msgid "Read More"
    347359msgstr ""
    348360
    349 #: customizer.php:328
     361#: customizer.php:346
    350362msgid "Edit Button Text"
    351363msgstr ""
    352364
    353 #: customizer.php:342
     365#: customizer.php:360
    354366msgid "Show / Hide Read More Button"
    355367msgstr ""
    356368
    357 #: customizer.php:358
     369#: customizer.php:376
    358370msgid "Show / Hide Tags Option"
    359371msgstr ""
    360372
    361 #: customizer.php:373
     373#: customizer.php:391
    362374msgid "Show / Hide Category Option"
    363375msgstr ""
    364376
    365 #: customizer.php:389
     377#: customizer.php:407
    366378msgid "Show / Hide Comment Form"
    367379msgstr ""
    368380
    369 #: customizer.php:402 customizer.php:1071
     381#: customizer.php:420 customizer.php:1089
    370382msgid "Show / Hide Related Post"
    371383msgstr ""
    372384
    373 #: customizer.php:408
     385#: customizer.php:426
    374386msgid "Related Posts"
    375387msgstr ""
    376388
    377 #: customizer.php:412
     389#: customizer.php:430
    378390msgid "Edit Section Title"
    379391msgstr ""
    380392
    381 #: customizer.php:424
     393#: customizer.php:442
    382394msgid "Related Post Per Page"
    383395msgstr ""
    384396
    385 #: customizer.php:441
     397#: customizer.php:459
    386398msgid "Related Post Per Row"
    387399msgstr ""
    388400
    389 #: customizer.php:456
     401#: customizer.php:474
    390402msgid "Post Layout"
    391403msgstr ""
    392404
    393 #: customizer.php:459
     405#: customizer.php:477
    394406msgid "Media-Content"
    395407msgstr ""
    396408
    397 #: customizer.php:460
     409#: customizer.php:478
    398410msgid "Content-Media"
    399411msgstr ""
    400412
    401 #: customizer.php:466
     413#: customizer.php:484
    402414msgid "Menu Typography"
    403415msgstr ""
    404416
    405 #: customizer.php:477
     417#: customizer.php:495
    406418msgid "Menu Fonts"
    407419msgstr ""
    408420
    409 #: customizer.php:487
     421#: customizer.php:505
    410422msgid "Font Weight"
    411423msgstr ""
    412424
    413 #: customizer.php:491
     425#: customizer.php:509
    414426msgid "100"
    415427msgstr ""
    416428
    417 #: customizer.php:492
     429#: customizer.php:510
    418430msgid "200"
    419431msgstr ""
    420432
    421 #: customizer.php:493
     433#: customizer.php:511
    422434msgid "300"
    423435msgstr ""
    424436
    425 #: customizer.php:494
     437#: customizer.php:512
    426438msgid "400"
    427439msgstr ""
    428440
    429 #: customizer.php:495
     441#: customizer.php:513
    430442msgid "500"
    431443msgstr ""
    432444
    433 #: customizer.php:496
     445#: customizer.php:514
    434446msgid "600"
    435447msgstr ""
    436448
    437 #: customizer.php:497
     449#: customizer.php:515
    438450msgid "700"
    439451msgstr ""
    440452
    441 #: customizer.php:498
     453#: customizer.php:516
    442454msgid "800"
    443455msgstr ""
    444456
    445 #: customizer.php:499
     457#: customizer.php:517
    446458msgid "900"
    447459msgstr ""
    448460
    449 #: customizer.php:508
     461#: customizer.php:526
    450462msgid "Menu Text Transform"
    451463msgstr ""
    452464
    453 #: customizer.php:511
     465#: customizer.php:529
    454466msgid "Uppercase"
    455467msgstr ""
    456468
    457 #: customizer.php:512
     469#: customizer.php:530
    458470msgid "Lowercase"
    459471msgstr ""
    460472
    461 #: customizer.php:513
     473#: customizer.php:531
    462474msgid "Capitalize"
    463475msgstr ""
    464476
    465 #: customizer.php:522
     477#: customizer.php:540
    466478msgid "Font Size"
    467479msgstr ""
    468480
    469 #: customizer.php:532
     481#: customizer.php:550
    470482msgid "Contact Details"
    471483msgstr ""
    472484
    473 #: customizer.php:533
     485#: customizer.php:551
    474486msgid "Add your contact details"
    475487msgstr ""
    476488
    477 #: customizer.php:542
     489#: customizer.php:560
    478490msgid "Add Mail Address"
    479491msgstr ""
    480492
    481 #: customizer.php:552 customizer.php:572
     493#: customizer.php:570 customizer.php:590
    482494msgid "Mail Icon"
    483495msgstr ""
    484496
    485 #: customizer.php:562
     497#: customizer.php:580
    486498msgid "Add Phone Number"
    487499msgstr ""
    488500
    489 #: customizer.php:582
     501#: customizer.php:600
    490502msgid "Add Button Text"
    491503msgstr ""
    492504
    493 #: customizer.php:591
     505#: customizer.php:609
    494506msgid "Add Button URL"
    495507msgstr ""
    496508
    497 #: customizer.php:599
     509#: customizer.php:617
    498510msgid "Social Media Links"
    499511msgstr ""
    500512
    501 #: customizer.php:600
     513#: customizer.php:618
    502514msgid "Add your Social Links"
    503515msgstr ""
    504516
    505 #: customizer.php:610 customizer.php:645 customizer.php:676 customizer.php:707
    506 #: customizer.php:738
     517#: customizer.php:628 customizer.php:663 customizer.php:694 customizer.php:725
     518#: customizer.php:756
    507519msgid "Open in new tab"
    508520msgstr ""
    509521
    510 #: customizer.php:620
     522#: customizer.php:638
    511523msgid "Facebook Link"
    512524msgstr ""
    513525
    514 #: customizer.php:630
     526#: customizer.php:648
    515527msgid "Facebook Icon"
    516528msgstr ""
    517529
    518 #: customizer.php:655
     530#: customizer.php:673
    519531msgid "Twitter Link"
    520532msgstr ""
    521533
    522 #: customizer.php:665
     534#: customizer.php:683
    523535msgid "Twitter Icon"
    524536msgstr ""
    525537
    526 #: customizer.php:686
     538#: customizer.php:704
    527539msgid "Instagram Link"
    528540msgstr ""
    529541
    530 #: customizer.php:696
     542#: customizer.php:714
    531543msgid "Instagram Icon"
    532544msgstr ""
    533545
    534 #: customizer.php:717
     546#: customizer.php:735
    535547msgid "YouTube Link"
    536548msgstr ""
    537549
    538 #: customizer.php:727
     550#: customizer.php:745
    539551msgid "YouTube Icon"
    540552msgstr ""
    541553
    542 #: customizer.php:748
     554#: customizer.php:766
    543555msgid "Pinterest Link"
    544556msgstr ""
    545557
    546 #: customizer.php:758
     558#: customizer.php:776
    547559msgid "Pinterest Icon"
    548560msgstr ""
    549561
    550 #: customizer.php:768
     562#: customizer.php:786
    551563msgid "Social Icons Font Size in PX"
    552564msgstr ""
    553565
    554 #: customizer.php:780
     566#: customizer.php:798
    555567msgid "Slider Settings"
    556568msgstr ""
    557569
    558 #: customizer.php:791
     570#: customizer.php:809
    559571msgid "Show / Hide slider"
    560572msgstr ""
    561573
    562 #: customizer.php:807
     574#: customizer.php:825
    563575msgid "Add short Heading"
    564576msgstr ""
    565577
    566 #: customizer.php:822
     578#: customizer.php:840
    567579msgid "Select Slide Image Page"
    568580msgstr ""
    569581
    570 #: customizer.php:833
     582#: customizer.php:851
    571583msgid "Slider Button Link"
    572584msgstr ""
    573585
    574 #: customizer.php:841
     586#: customizer.php:859
    575587msgid "About Section"
    576588msgstr ""
    577589
    578 #: customizer.php:851
     590#: customizer.php:869
    579591msgid "Show / Hide About Section"
    580592msgstr ""
    581593
    582 #: customizer.php:862
     594#: customizer.php:880
    583595msgid "About Title"
    584596msgstr ""
    585597
    586 #: customizer.php:875
     598#: customizer.php:893
    587599msgid "Select About Page"
    588600msgstr ""
    589601
    590 #: customizer.php:884
     602#: customizer.php:902
    591603msgid "Add number of points"
    592604msgstr ""
    593605
    594 #: customizer.php:900
     606#: customizer.php:918
    595607msgid "Add Text "
    596608msgstr ""
    597609
    598 #: customizer.php:908
     610#: customizer.php:926
    599611msgid "Latest News Section"
    600612msgstr ""
    601613
    602 #: customizer.php:918
     614#: customizer.php:936
    603615msgid "Show / Hide Latest News Section"
    604616msgstr ""
    605617
    606 #: customizer.php:928
     618#: customizer.php:946
    607619msgid "Add Heading"
    608620msgstr ""
    609621
    610 #: customizer.php:950
     622#: customizer.php:968
    611623msgid "Select Category"
    612624msgstr ""
    613625
    614 #: customizer.php:956
     626#: customizer.php:974
    615627msgid "Footer Text"
    616628msgstr ""
    617629
    618 #: customizer.php:957
     630#: customizer.php:975
    619631msgid "Add copyright text."
    620632msgstr ""
    621633
    622 #: customizer.php:966
     634#: customizer.php:984
    623635msgid "Copyright Text"
    624636msgstr ""
    625637
    626 #: customizer.php:976
     638#: customizer.php:994
    627639msgid "Footer Widget Columns"
    628640msgstr ""
    629641
    630 #: customizer.php:991
     642#: customizer.php:1009
    631643msgid "Footer Widget Background Color"
    632644msgstr ""
    633645
    634 #: customizer.php:992
     646#: customizer.php:1010
    635647msgid "It will change the complete footer widget backgorund color."
    636648msgstr ""
    637649
    638 #: customizer.php:1001
     650#: customizer.php:1019
    639651msgid "Footer Widget Background Image"
    640652msgstr ""
    641653
    642 #: customizer.php:1014 customizer.php:1060
     654#: customizer.php:1032 customizer.php:1078
    643655msgid "Show / Hide Return to header"
    644656msgstr ""
    645657
    646 #: customizer.php:1025
     658#: customizer.php:1043
    647659msgid "Scroll to top Icon"
    648660msgstr ""
    649661
    650 #: customizer.php:1037
     662#: customizer.php:1055
    651663msgid "Scroll to top Position"
    652664msgstr ""
    653665
    654 #: customizer.php:1038
     666#: customizer.php:1056
    655667msgid "This option work for scroll to top"
    656668msgstr ""
    657669
    658 #: customizer.php:1043
     670#: customizer.php:1061
    659671msgid "Center"
    660672msgstr ""
    661673
    662 #: customizer.php:1049
     674#: customizer.php:1067
    663675msgid "Mobile Responsive media"
    664676msgstr ""
    665677
    666 #: customizer.php:1050
     678#: customizer.php:1068
    667679msgid "Control will no function if the toggle in the main settings is off."
    668680msgstr ""
    669681
    670 #: customizer.php:1095
     682#: customizer.php:1113
    671683msgid "Show / Hide Site Title"
    672684msgstr ""
    673685
    674 #: customizer.php:1108
     686#: customizer.php:1126
    675687msgid "Site Title Font Size in PX"
    676688msgstr ""
    677689
    678 #: customizer.php:1124
     690#: customizer.php:1142
    679691msgid "Show / Hide Site Tagline"
    680692msgstr ""
    681693
    682 #: customizer.php:1135
     694#: customizer.php:1153
    683695msgid "Site Tagline Font Size in PX"
    684696msgstr ""
    685697
    686 #: customizer.php:1150
     698#: customizer.php:1168
    687699msgid "Here You Can Customize Your Logo Size"
    688700msgstr ""
    689701
    690 #: customizer.php:1161
     702#: customizer.php:1179
    691703msgid "Product Per Row"
    692704msgstr ""
    693705
    694 #: customizer.php:1170
     706#: customizer.php:1188
    695707msgid "Product Per Page"
    696708msgstr ""
    697709
    698 #: customizer.php:1180
     710#: customizer.php:1198
    699711msgid "Show / Hide Shop page sidebar"
    700712msgstr ""
    701713
    702 #: customizer.php:1191
     714#: customizer.php:1209
    703715msgid "Sale Badge Position"
    704716msgstr ""
    705717
    706 #: customizer.php:1192
     718#: customizer.php:1210
    707719msgid "This option work for Archieve Products"
    708720msgstr ""
    709721
    710 #: customizer.php:1205
     722#: customizer.php:1223
    711723msgid "Show / Hide Product page sidebar"
    712724msgstr ""
    713725
    714 #: customizer.php:1216
     726#: customizer.php:1234
    715727msgid "Show / Hide related product"
    716728msgstr ""
    717729
    718 #: customizer.php:1223
     730#: customizer.php:1241
    719731msgid "404 Page"
    720732msgstr ""
    721733
    722 #: customizer.php:1227
     734#: customizer.php:1245
    723735msgid "Oops! That page cant be found."
    724736msgstr ""
    725737
    726 #: customizer.php:1231
     738#: customizer.php:1249
    727739msgid "Edit Title"
    728740msgstr ""
    729741
    730 #: customizer.php:1236
     742#: customizer.php:1254
    731743msgid "It looks like nothing was found at this location. Maybe try a search?"
    732744msgstr ""
    733745
    734 #: customizer.php:1240
     746#: customizer.php:1258
    735747msgid "Edit Text"
    736748msgstr ""
    737749
    738 #: customizer.php:1272
     750#: customizer.php:1290
    739751msgid "Luxury Hotels Pro Theme"
    740752msgstr ""
    741753
    742 #: customizer.php:1357
     754#: customizer.php:1375
    743755msgid "Upgrade Pro"
    744756msgstr ""
    745757
    746 #: customizer.php:1370
     758#: customizer.php:1388
    747759msgid "Theme Documentation"
    748760msgstr ""
    749761
    750 #: customizer.php:1371
     762#: customizer.php:1389
    751763msgid "Click Here"
    752764msgstr ""
  • luxury-hotels/2.4/readme.txt

    r239771 r243741  
    55Tested up to: 6.6
    66Requires PHP: 5.6
    7 Stable tag: 2.3
     7Stable tag: 2.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1111== Description ==
    1212
    13 Luxury Hotels is a refined and visually stunning template designed to cater to the discerning needs of upscale hospitality establishments. Tailored specifically for luxury hotels, resorts, and premium accommodations, this theme provides an elegant and sophisticated platform for showcasing the opulence and unique offerings of high-end lodging. Visually, the theme exudes luxury with its carefully crafted layout and design. The aesthetics are characterized by sleek lines, tasteful color palettes, and high-quality imagery that collectively convey a sense of exclusivity and sophistication. The layout is structured to showcase the grandeur of hotel amenities, lavish interiors, Group Travel, Backpacking Guides, Honeymoon Travel, Senior Travel, Wellness Retreats, Yoga Retreats, Ski and Snowboarding Trips, Beach Holidays and breathtaking views, creating an immersive experience for potential guests. This theme is ideal for a range of establishments, including luxury boutique hotels, high-end resorts, and upscale bed-and-breakfasts. Its versatility makes it suitable for businesses aiming to attract a discerning clientele seeking an indulgent and memorable stay. The Luxury Hotels WordPress theme also includes features such as reservation forms, image galleries, and interactive maps for highlighting the hotel's prime location. The layout is responsive, ensuring a seamless and visually pleasing browsing experience across various devices, from desktops to tablets and smartphones. Whether emphasizing the lavish interiors, panoramic views, or exclusive amenities, the Luxury Hotels WordPress theme offers a comprehensive and visually compelling solution for high-end establishments looking to establish a prominent online presence.
    14 
     13Luxury Hotels is a refined and visually stunning template designed to cater to the discerning needs of upscale hospitality establishments. Tailored specifically for luxury hotels, resorts, and premium accommodations, this theme provides an elegant and sophisticated platform for showcasing the opulence and unique offerings of high-end lodging. Visually, the theme exudes luxury with its carefully crafted layout and design. The aesthetics are characterized by sleek lines, tasteful color palettes, and high-quality imagery that collectively convey a sense of exclusivity and sophistication. The layout is structured to showcase the grandeur of hotel amenities, Luxury accommodations, Hotel services, Exclusive resorts, Group tours, Travel guides, Honeymoon packages, Senior tours, Wellness vacations, Yoga holidays, Ski resorts, Snowboarding vacations, Beach resorts, Scenic views, Boutique hotels, Travel experiences, Adventure travel, Relaxation retreats, Travel itineraries, Luxury getaways, Destination travel lavish interiors, Group Travel, Backpacking Guides, Honeymoon Travel, Senior Travel, Wellness Retreats, Yoga Retreats, Ski and Snowboarding Trips, Beach Holidays and breathtaking views, creating an immersive experience for potential guests. This theme is ideal for a range of establishments, including luxury boutique hotels, high-end resorts, and upscale bed-and-breakfasts. Its versatility makes it suitable for businesses aiming to attract a discerning clientele seeking an indulgent and memorable stay. The Luxury Hotels WordPress theme also includes features such as reservation forms, image galleries, and interactive maps for highlighting the hotel’s prime location. The layout is responsive, ensuring a seamless and visually pleasing browsing experience across various devices, from desktops to tablets and smartphones. Whether emphasizing the lavish interiors, panoramic views, or exclusive amenities, the Luxury Hotels WordPress theme offers a comprehensive and visually compelling solution for high-end establishments looking to establish a prominent online presence.
    1514
    1615== Changelog ==
     
    105104    * Updated the POT file.
    106105
     106= 2.4 =
     107    * Enhanced the theme description for better clarity and detail.
     108    * Added a global color option.
     109    * Updated typography.
     110    * Updated the POT file.
     111
    107112== Resources ==
    108113
  • luxury-hotels/2.4/style.css

    r239771 r243741  
    44Author: ThemesPride
    55Author URI: https://www.themespride.com/
    6 Description: Luxury Hotels is a refined and visually stunning template designed to cater to the discerning needs of upscale hospitality establishments. Tailored specifically for luxury hotels, resorts, and premium accommodations, this theme provides an elegant and sophisticated platform for showcasing the opulence and unique offerings of high-end lodging. Visually, the theme exudes luxury with its carefully crafted layout and design. The aesthetics are characterized by sleek lines, tasteful color palettes, and high-quality imagery that collectively convey a sense of exclusivity and sophistication. The layout is structured to showcase the grandeur of hotel amenities, lavish interiors, Group Travel, Backpacking Guides, Honeymoon Travel, Senior Travel, Wellness Retreats, Yoga Retreats, Ski and Snowboarding Trips, Beach Holidays and breathtaking views, creating an immersive experience for potential guests. This theme is ideal for a range of establishments, including luxury boutique hotels, high-end resorts, and upscale bed-and-breakfasts. Its versatility makes it suitable for businesses aiming to attract a discerning clientele seeking an indulgent and memorable stay. The Luxury Hotels WordPress theme also includes features such as reservation forms, image galleries, and interactive maps for highlighting the hotel's prime location. The layout is responsive, ensuring a seamless and visually pleasing browsing experience across various devices, from desktops to tablets and smartphones. Whether emphasizing the lavish interiors, panoramic views, or exclusive amenities, the Luxury Hotels WordPress theme offers a comprehensive and visually compelling solution for high-end establishments looking to establish a prominent online presence.
    7 Version: 2.3
     6Description: Luxury Hotels is a refined and visually stunning template designed to cater to the discerning needs of upscale hospitality establishments. Tailored specifically for luxury hotels, resorts, and premium accommodations, this theme provides an elegant and sophisticated platform for showcasing the opulence and unique offerings of high-end lodging. Visually, the theme exudes luxury with its carefully crafted layout and design. The aesthetics are characterized by sleek lines, tasteful color palettes, and high-quality imagery that collectively convey a sense of exclusivity and sophistication. The layout is structured to showcase the grandeur of hotel amenities, Luxury accommodations, Hotel services, Exclusive resorts, Group tours, Travel guides, Honeymoon packages, Senior tours, Wellness vacations, Yoga holidays, Ski resorts, Snowboarding vacations, Beach resorts, Scenic views, Boutique hotels, Travel experiences, Adventure travel, Relaxation retreats, Travel itineraries, Luxury getaways, Destination travel lavish interiors, Group Travel, Backpacking Guides, Honeymoon Travel, Senior Travel, Wellness Retreats, Yoga Retreats, Ski and Snowboarding Trips, Beach Holidays and breathtaking views, creating an immersive experience for potential guests. This theme is ideal for a range of establishments, including luxury boutique hotels, high-end resorts, and upscale bed-and-breakfasts. Its versatility makes it suitable for businesses aiming to attract a discerning clientele seeking an indulgent and memorable stay. The Luxury Hotels WordPress theme also includes features such as reservation forms, image galleries, and interactive maps for highlighting the hotel’s prime location. The layout is responsive, ensuring a seamless and visually pleasing browsing experience across various devices, from desktops to tablets and smartphones. Whether emphasizing the lavish interiors, panoramic views, or exclusive amenities, the Luxury Hotels WordPress theme offers a comprehensive and visually compelling solution for high-end establishments looking to establish a prominent online presence.
     7Version: 2.4
    88Tested up to: 6.6
    99Requires PHP: 5.6
  • luxury-hotels/2.4/tp-theme-color.php

    r227862 r243741  
    22
    33$luxury_hotels_tp_theme_css = '';
     4
     5$luxury_hotels_tp_color_option = get_theme_mod('luxury_hotels_tp_color_option');
     6
     7if($luxury_hotels_tp_color_option != false){
     8$luxury_hotels_tp_theme_css .='button[type="submit"], .center1 .ring::before, .center2 .ring::before, .header-more-button, .main-navigation ul ul, .main-navigation .menu-nav > ul > li.highlight, #slider button.owl-next, #slider button.owl-prev, #slider .more-btn a:hover, #slider .more-btn i, #about h4:before, .more-btn-2, .woocommerce ul.products li.product .onsale,.woocommerce span.onsale, .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,.wc-block-cart__submit-container a,.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .page-numbers, .prev.page-numbers,
     9.next.page-numbers, .prev.page-numbers:focus,
     10.prev.page-numbers:hover,
     11.next.page-numbers:focus,
     12.next.page-numbers:hover , span.meta-nav, span.meta-nav:hover, .error-404 [type="submit"], #theme-sidebar .wp-block-search .wp-block-search__label:before,#theme-sidebar h3:before, #theme-sidebar h1.wp-block-heading:before, #theme-sidebar h2.wp-block-heading:before, #theme-sidebar h3.wp-block-heading:before,#theme-sidebar h4.wp-block-heading:before, #theme-sidebar h5.wp-block-heading:before, #theme-sidebar h6.wp-block-heading:before, #theme-sidebar button[type="submit"], #footer button[type="submit"], .woocommerce a.button:hover,#theme-sidebar button[type="submit"]:hover,#comments input[type="submit"]:hover, #theme-sidebar button[type="submit"]:hover, #footer button[type="submit"]:hover, #comments input[type="submit"], .site-info, #return-to-top, #return-to-top:hover, .toggle-nav button{';
     13$luxury_hotels_tp_theme_css .='background: '.esc_attr($luxury_hotels_tp_color_option).';';
     14$luxury_hotels_tp_theme_css .='}';
     15}
     16if($luxury_hotels_tp_color_option != false){
     17$luxury_hotels_tp_theme_css .='{';
     18$luxury_hotels_tp_theme_css .='background: '.esc_attr($luxury_hotels_tp_color_option).'!important;';
     19$luxury_hotels_tp_theme_css .='}';
     20}
     21if($luxury_hotels_tp_color_option != false){
     22$luxury_hotels_tp_theme_css .='a, a:hover, .social-media i:hover, #slider h1 a:hover, #about h2 a:hover, #latest_blog .demo-box h4 a:hover, .top-header a:hover,
     23  .timebox a:hover, .logo h1 a:hover, .logo p a:hover, .main-navigation a:hover, .box-info i, .readmore-btn a, .readmore-btn a, #slider .inner_content p.slider-top, #about p.section-title, #about i.fas.fa-check, a.added_to_cart.wc-forward, #theme-sidebar .wp-block-search .wp-block-search__label,#theme-sidebar h3, #theme-sidebar h1.wp-block-heading, #theme-sidebar h2.wp-block-heading, #theme-sidebar h3.wp-block-heading,#theme-sidebar h4.wp-block-heading, #theme-sidebar h5.wp-block-heading, #theme-sidebar h6.wp-block-heading, #footer h1.wp-block-heading, #footer h2.wp-block-heading, #footer h3.wp-block-heading,#footer h4.wp-block-heading, #footer h5.wp-block-heading, #footer h6.wp-block-heading, #theme-sidebar a:hover, #footer  a:hover, #footer li a:hover, #footer .tagcloud a:hover,#footer p.wp-block-tag-cloud a:hover{';
     24$luxury_hotels_tp_theme_css .='color: '.esc_attr($luxury_hotels_tp_color_option).';';
     25$luxury_hotels_tp_theme_css .='}';
     26}
     27if($luxury_hotels_tp_color_option != false){
     28$luxury_hotels_tp_theme_css .='.center1, .center2{';
     29$luxury_hotels_tp_theme_css .='border-top-color: '.esc_attr($luxury_hotels_tp_color_option).';';
     30$luxury_hotels_tp_theme_css .='}';
     31}
     32if($luxury_hotels_tp_color_option != false){
     33$luxury_hotels_tp_theme_css .='.page-box, #theme-sidebar section{';
     34$luxury_hotels_tp_theme_css .='border-bottom-color: '.esc_attr($luxury_hotels_tp_color_option).';';
     35$luxury_hotels_tp_theme_css .='}';
     36}
     37if($luxury_hotels_tp_color_option != false){
     38$luxury_hotels_tp_theme_css .='.center1, .center2, .page-box, #theme-sidebar section{';
     39$luxury_hotels_tp_theme_css .='border-left-color: '.esc_attr($luxury_hotels_tp_color_option).';';
     40$luxury_hotels_tp_theme_css .='}';
     41}
     42if($luxury_hotels_tp_color_option != false){
     43$luxury_hotels_tp_theme_css .='.readmore-btn a,#theme-sidebar .tagcloud a:hover,#sidebar p.wp-block-tag-cloud a:hover, .post_tag a:hover,#theme-sidebar .widget_tag_cloud a:hover, #footer .tagcloud a:hover,#footer p.wp-block-tag-cloud a:hover{';
     44$luxury_hotels_tp_theme_css .='border-color: '.esc_attr($luxury_hotels_tp_color_option).';';
     45$luxury_hotels_tp_theme_css .='}';
     46}
    447
    548//preloader
Note: See TracChangeset for help on using the changeset viewer.