Make WordPress Themes

Changeset 254633


Ignore:
Timestamp:
01/04/2025 07:23:10 AM (11 months ago)
Author:
themedropbox
Message:

New version of FSE Tour Booking - 1.0.5

Location:
fse-tour-booking/1.0.5
Files:
4 added
4 deleted
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fse-tour-booking/1.0.5/functions.php

    r250560 r254633  
    5454define('FSE_TOUR_BOOKING_SUPPORT',__('https://wordpress.org/support/theme/fse-tour-booking/','fse-tour-booking'));
    5555define('FSE_TOUR_BOOKING_REVIEW',__('https://wordpress.org/support/theme/fse-tour-booking/reviews/#new-post','fse-tour-booking'));
     56define('FSE_TOUR_BOOKING_PRO_THEME_BUNDLE',__('https://www.cretathemes.com/products/wordpress-theme-bundle','fse-tour-booking'));
    5657
    5758add_action( 'wp_enqueue_scripts', 'fse_tour_booking_styles' );
     
    9293        } if($current_screen->base != 'appearance_page_fse-tour-booking-guide-page' ) { ?>
    9394
    94         <div class="notice notice-success">
     95        <div class="notice notice-success dash-notice">
    9596            <h1><?php esc_html_e('Hey, Thank you for installing FSE Tour Booking Theme!', 'fse-tour-booking'); ?></h1>
    96             <p><a class="button button-primary customize load-customize hide-if-no-customize" href="<?php echo esc_url( admin_url( 'themes.php?page=fse-tour-booking-guide-page' ) ); ?>"><?php esc_html_e('Navigate Getstart', 'fse-tour-booking'); ?></a> <a class="button button-primary site-edit" href="<?php echo esc_url( admin_url( 'site-editor.php' ) ); ?>"><?php esc_html_e('Site Editor', 'fse-tour-booking'); ?></a></p>
     97            <p><a class="button button-primary customize load-customize hide-if-no-customize get-start-btn" href="<?php echo esc_url( admin_url( 'themes.php?page=fse-tour-booking-guide-page' ) ); ?>"><?php esc_html_e('Navigate Getstart', 'fse-tour-booking'); ?></a>
     98                <a class="button button-primary site-edit" href="<?php echo esc_url( admin_url( 'site-editor.php' ) ); ?>"><?php esc_html_e('Site Editor', 'fse-tour-booking'); ?></a>
     99                <a class="button button-primary buy-now-btn" href="<?php echo esc_url( FSE_TOUR_BOOKING_BUY_NOW ); ?>" target="_blank"><?php esc_html_e('Buy Pro', 'fse-tour-booking'); ?></a>
     100                <a class="button button-primary bundle-btn" href="<?php echo esc_url( FSE_TOUR_BOOKING_PRO_THEME_BUNDLE ); ?>" target="_blank"><?php esc_html_e('Get Bundle', 'fse-tour-booking'); ?></a>
     101            </p>
    97102            <p class="dismiss-link"><strong><a href="?fse_tour_booking_admin_notice=1"><?php esc_html_e( 'Dismiss', 'fse-tour-booking' ); ?></a></strong></p>
    98103        </div>
  • fse-tour-booking/1.0.5/inc/get-started/get-started.css

    r241867 r254633  
    108108}
    109109/*pro box*/
    110 .button.buy-btn{
     110.button.buy-btn,.dash-notice .buy-now-btn{
    111111    background: #f94c30;
    112112    border-color: #f94c30;
    113113}
    114 .button.doc-btn{
     114.button.doc-btn,.dash-notice .get-start-btn{
    115115    background: #17B169;
    116116    border-color: #17B169;
    117117}
    118 .button.demo-btn{
     118.button.demo-btn,.dash-notice .bundle-btn{
    119119    background: #6664e4;
    120120    border-color: #6664e4;
     
    218218    position: relative;
    219219}
    220 .site-edit{
     220.site-edit,.dash-notice .buy-now-btn,.dash-notice .bundle-btn{
    221221    margin-left: 15px !important;
    222222}
  • fse-tour-booking/1.0.5/languages/fse-tour-booking.pot

    r250560 r254633  
    1 # Copyright (C) 2024 Creta Themes
     1# Copyright (C) 2025 Creta Themes
    22# This file is distributed under the GNU General Public License v2 or later.
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: FSE Tour Booking 1.0.4\n"
     5"Project-Id-Version: FSE Tour Booking 1.0.5\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/theme/fse-tour-booking\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-11-28T17:54:38+05:30\n"
     12"POT-Creation-Date: 2025-01-03T15:24:28+05:30\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
     
    6666msgstr ""
    6767
    68 #: functions.php:95
     68#: functions.php:56
     69msgid "https://www.cretathemes.com/products/wordpress-theme-bundle"
     70msgstr ""
     71
     72#: functions.php:96
    6973msgid "Hey, Thank you for installing FSE Tour Booking Theme!"
    7074msgstr ""
    7175
    72 #: functions.php:96
     76#: functions.php:97
    7377msgid "Navigate Getstart"
    7478msgstr ""
    7579
    76 #: functions.php:96
     80#: functions.php:98
    7781#: inc/get-started/get-started.php:58
    7882msgid "Site Editor"
    7983msgstr ""
    8084
    81 #: functions.php:97
     85#: functions.php:99
     86#: inc/get-started/get-started.php:70
     87msgid "Buy Pro"
     88msgstr ""
     89
     90#: functions.php:100
     91msgid "Get Bundle"
     92msgstr ""
     93
     94#: functions.php:102
    8295msgid "Dismiss"
    8396msgstr ""
     
    168181msgstr ""
    169182
    170 #: inc/get-started/get-started.php:70
    171 msgid "Buy Pro"
    172 msgstr ""
    173 
    174183#: inc/get-started/get-started.php:71
    175184msgid "Pro Demo"
     
    241250msgstr ""
    242251
    243 #: patterns/404.php:12
     252#: patterns/404.php:13
    244253msgid "Oops! That page cannot be found"
    245254msgstr ""
     
    784793#: theme.json
    785794msgctxt "Custom template name"
    786 msgid "Single Post (Sidebar on Right)"
    787 msgstr ""
    788 
    789 #: theme.json
    790 msgctxt "Custom template name"
    791795msgid "Single Post (Sidebar on Left)"
    792796msgstr ""
     
    799803#: theme.json
    800804msgctxt "Custom template name"
     805msgid "Post (No Header Image)"
     806msgstr ""
     807
     808#: theme.json
     809msgctxt "Custom template name"
    801810msgid "Single Page (Sidebar on Right)"
    802811msgstr ""
     
    809818#: theme.json
    810819msgctxt "Custom template name"
    811 msgid "Page (No Title / Feature Image)"
     820msgid "Page (No Header Image)"
    812821msgstr ""
    813822
  • fse-tour-booking/1.0.5/patterns/404.php

    r246424 r254633  
    66?>
    77
     8<!-- wp:heading {"textAlign":"center","className":"error-heading","style":{"typography":{"fontSize":"300px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"top":"0","bottom":"0","left":"0","right":"0"}}}} -->
    89<h2 class="wp-block-heading has-text-align-center error-heading" style="margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:300px;font-style:normal;font-weight:600">404</h2>
    910<!-- /wp:heading -->
  • fse-tour-booking/1.0.5/readme.txt

    r250560 r254633  
    4646* Added buttons css in json file.
    4747
     48= 1.0.5 (Released: January 2, 2025) =
     49* Updated single page and post templates.
     50* Added Post no header image template.
     51* Reolved bugs.
     52
    4853== Copyright ==
    4954
  • fse-tour-booking/1.0.5/style-rtl.css

    r250560 r254633  
    32243224  background: transparent !important;
    32253225}
     3226.page-template-page-no-header-image .header-wrap,
     3227.post-template-post-no-header-image .header-wrap{
     3228  position: static;
     3229}
    32263230/*slider*/
    32273231.slider:before {
  • fse-tour-booking/1.0.5/style.css

    r250560 r254633  
    88Tested up to: 6.7
    99Requires PHP: 5.6
    10 Version: 1.0.4
     10Version: 1.0.5
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    32433243  background: transparent !important;
    32443244}
     3245.page-template-page-no-header-image .header-wrap,
     3246.post-template-post-no-header-image .header-wrap{
     3247  position: static;
     3248}
    32453249/*slider*/
    32463250.slider:before {
  • fse-tour-booking/1.0.5/templates/404.html

    r249301 r254633  
    44<div class="wp-block-group">
    55
    6   <!-- wp:pattern {"slug":"fse-tour-booking/default-header"} /-->
     6<!-- wp:pattern {"slug":"fse-tour-booking/default-header"} /-->
    77
    8   <!-- wp:group {"tagName":"main","layout":{"type":"default"}} -->
    9   <main class="wp-block-group"><!-- wp:heading {"textAlign":"center","className":"error-heading","style":{"typography":{"fontSize":"300px","fontStyle":"normal","fontWeight":"600"},"spacing":{"margin":{"top":"0","bottom":"0","left":"0","right":"0"}}}} -->
     8<!-- wp:group {"tagName":"main","layout":{"type":"default"}} -->
     9<main class="wp-block-group">
    1010
    11   <!-- wp:pattern {"slug":"fse-tour-booking/404"} /-->
    12    
    13   </main>
    14   <!-- /wp:group -->
     11<!-- wp:pattern {"slug":"fse-tour-booking/404"} /-->
     12
     13</main>
     14<!-- /wp:group -->
     15
    1516
    1617</div>
  • fse-tour-booking/1.0.5/templates/single-product.html

    r249301 r254633  
    1111<!-- wp:woocommerce/legacy-template {"template":"single-product"} /-->
    1212</main>
     13<!-- /wp:group -->
    1314<!-- wp:template-part {"slug":"footer-columns","theme":"fse-tour-booking","area":"footer"} /-->
  • fse-tour-booking/1.0.5/theme.json

    r250560 r254633  
    711711    },
    712712    {
    713       "name": "single-post-sidebar-on-right",
    714       "title": "Single Post (Sidebar on Right)",
    715       "postTypes": ["post"]
    716     },
    717     {
    718713      "name": "single-post-sidebar-on-left",
    719714      "title": "Single Post (Sidebar on Left)",
     
    726721    },
    727722    {
    728       "name": "single-page-sidebar-on-right",
     723      "name": "post-no-header-image",
     724      "title": "Post (No Header Image)",
     725      "postTypes": ["post"]
     726    },
     727    {
     728      "name": "page-sidebar-on-right",
    729729      "title": "Single Page (Sidebar on Right)",
    730730      "postTypes": ["page"]
    731731    },
    732732    {
    733       "name": "single-page-sidebar-on-left",
     733      "name": "page-sidebar-on-left",
    734734      "title": "Single Page (Sidebar on Left)",
    735735      "postTypes": ["page"]
    736736    },
    737737    {
    738       "name": "page-no-title",
    739       "title": "Page (No Title / Feature Image)",
     738      "name": "page-no-header-image",
     739      "title": "Page (No Header Image)",
    740740      "postTypes": ["page"]
    741741    },
Note: See TracChangeset for help on using the changeset viewer.