QloApps Forums
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • A

      What is the value of $template \themes\hotel-reservation-theme\layout.tpl
      Technical Help • • Aniekan Akai

      2
      0
      Votes
      2
      Posts
      41
      Views

      A

      Hi @Aniekan-Akai ,

      The layout.tpl file works as the main frontend layout wrapper in QloApps. The line:

      {if !empty($template)}{$template}{/if}

      is used to load the dynamic page content assigned by the controller, such as the homepage, CMS page, booking page, room page, etc.

      In simple terms:

      layout.tpl controls the overall page structure

      $template contains the actual page content

      header.tpl manages the header section of the website

      So, for UI changes:

      Use layout.tpl for overall page layout changes

      Use page-specific .tpl files for content section changes

      Use header.tpl for header-related customization

      If you face any difficulties, kindly create a ticket with detailed requirements/screenshots so our team can assist you further:

      Create Ticket - QloApps Support

    • P

      can someone help me where to edit this
      Technical Help • • pronten22

      2
      0
      Votes
      2
      Posts
      33
      Views

      A

      Hi @pronten22 ,

      Regarding your query about changing the hotel email and phone number:

      Go to General Settings Open Website Contact Details Update the website email and phone number

      Reference:
      https://webkul.chatwhizz.com/share/screenshot/69f9d80e4a167e06db684306

      Regarding your query about updating the colors of the Amenities and Contact Us sections:

      You can update the colors from the file directory.
      You can either:

      list item Add custom inline CSS (Recommended), or

      list item Modify the global.css file (Not Recommended)

      File Path: themes/single-page-theme/header.tpl

      References:
      https://webkul.chatwhizz.com/share/screenshot/69f9dab84a167e06db6852a6

      https://webkul.chatwhizz.com/share/screenshot/69f9daefe3b20906d28f4581

      Regarding updating the cart color:

      File Path:
      themes/single-page-theme/modules/blockcart/blockcart.tpl

      Reference:
      https://webkul.chatwhizz.com/share/screenshot/69f9db78e3b20906d28f4840

      Regarding updating the Sign In color:

      File Path:
      themes/single-page-theme/modules/blockuserinfo/nav.tpl

      Reference:
      https://webkul.chatwhizz.com/share/screenshot/69f9dc06e3b20906d28f4bdb

      Regarding your query about updating the hotel name:

      Go to General Settings Open Website Contact Details Update the hotel name
      Reference:
      https://webkul.chatwhizz.com/share/screenshot/69f9dcd74a167e06db685cb5

      Regarding updating the copyright text:

      File Path:
      themes/single-page-theme/modules/hotelreservationsystem/copyRight.tpl

      Update the website launch year in this file.

      Reference:
      https://webkul.chatwhizz.com/share/screenshot/69f9ddf3e3b20906d28f5547

    • B

      PHP Version 8.5
      Bug Report • • bluemoon288

      2
      0
      Votes
      2
      Posts
      258
      Views

      A

      Hi @bluemoon288,

      In QloApps 1.7.0, we support PHP versions 8.1 to 8.4. Kindly refer to the official system requirements documentation below:

      QloApps System Requirements

      You can also check the QloApps 1.7.0 release announcement here:

      QloApps 1.7.0 Release Notes

      However, PHP 8.5 is not officially supported yet, and some deprecated warnings may occur on PHP 8.5 due to recent PHP changes.