QloApps Forums

    Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. image
    Log in to post
    • All categories
    • A

      Hotel's description and image
      General Discussion • hotels description image • • Akhmad

      3
      0
      Votes
      3
      Posts
      243
      Views

      M

      @Faiz can the information be consumed now with the current version?

    • L

      Top main image in sub pages
      General Discussion • top main image sub pages • • lozmg76

      2
      0
      Votes
      2
      Posts
      162
      Views

      Faiz

      Hello @lozmg76
      Go to the backend, in that select “Setting” from “Hotel Reservation System” tab. Then you will be redirected to "Hotel General Configuration" page. In that page, scroll down to configuration, you will find Hotel Background Image, in that click on add file and select the image which you want to display.

    • Z

      How to fix a broken image
      General Discussion • fix broken image • • zayno70

      9
      0
      Votes
      9
      Posts
      333
      Views

      R

      works perfect. Thank you KOPlayer Omegle Canli Mac Izle

    • R

      header image is not responsive
      General Discussion • header image responsive • • rajfartyal

      7
      0
      Votes
      7
      Posts
      293
      Views

      Faiz

      @rajfartyal
      Currently, we made the hero image to acquire the full screen. No matter what the size of the screen is the image will adjust itself to take the full screen.
      That is why we cannot make it responsive.

      And we have taken the best possible steps to manage the hero image.

      The slider is another topic. Although we have a QloApps Slider addon it does not make the hero image a slider.

      We have it on our roadmap and will take the necessary action soon.

    • O

      500 error when uploading new image
      Bug Report • 500 error uploading image • • OP

      2
      0
      Votes
      2
      Posts
      328
      Views

      S

      @OP

      Please increase the value of memory_limit to 500 once on your server and try to upload the images again.
      If the issue persists the please create a ticket at https://webkul.uvdesk.com with your Admin login details and FTP credentials.

    • D

      Can not upload the big jpg image
      Bug Report • upload big jpg image • • duongledong4

      7
      0
      Votes
      7
      Posts
      586
      Views

      U

      Difficulty uploading images suggestion:

      @untamed1 said in INTERIOR IMAGE NOT WORK:

      @untamed1 said in INTERIOR IMAGE NOT WORK:

      Need to edit file AdminAboutHotelBlockSettingController.php
      strtolower needed for preg match.

      Under function processSave()

      if (!(Tools::getValue("id_interior_image") && !$file['size'])) { if (!$file['size']) { $this->errors[] = Tools::displayError($this->l('Gallery Image Required.')); } elseif ($file['error']) { $this->errors[] = Tools::displayError($this->l('Cannot upload file.')); } elseif (!(preg_match('/\.(jpe?g|gif|png)$/', strtolower($file['name'])) && ImageManager::isRealImage($file['tmp_name'], $file['type'])) ) { $this->errors[] = Tools::displayError($this->l('Please upload image file.')); }

      Other option is to change preg_match string to '/.(jpe?g|gif|png)$/i'

    • L

      INTERIOR IMAGE NOT WORK
      Bug Report • interior image • • lethach

      13
      0
      Votes
      13
      Posts
      1175
      Views

      S

      @duongledong4
      Please set max_upload_filesize and post_max_size values on your server to the value more than the size of image you want to upload.
      Please set 16M to both the variables once and then upload the image.