Not yet released by anyone. Waiting for the solution.....

11 days later

I was customize the site, let me know if anyone have doubts on it.

    ramesh how to do that. Can you please share the code here. It will be very helpful for all us.

    `/Store image custom start/
    .restaurant-info {
    margin-top: 4.2rem;
    text-align: left;
    padding-left: 2.5rem;
    padding-bottom: 1rem !important;
    }
    .restaurant-image {
    width: 100%;
    height: auto !important;
    float: right;
    /height: 14.625rem;/
    border-radius: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    }
    .single-item {
    margin-top: 130px !important;
    }
    .single-item-img{
    display: block !important;
    }
    /Store image custom end/

    /Store ribbon start/
    .ribbon-box {
    position: absolute;
    top: -10px !important;
    right: 0;
    padding: 0 10px;
    height: 22px;
    line-height: 21px;
    color: #000 !important;
    font-weight: 600;
    z-index: 0;
    margin-top: 0.5rem;
    }
    /Store ribbon End/`

    And you should change image size as 600 x 250 in AdminController and RestaurantOwnerController at saveNewRestaurant and updateRestaurant Functions

    Path: app\Http\Controllers\AdminController.php
    app\Http\Controllers\RestaurantOwnerController.php

    Eg.
    Image::make($image)
    ->resize(600, 250)
    ->save(base_path('assets/img/restaurants/' . $filename), config('appSettings.uploadImageQuality '), 'jpg');
    $restaurant->image = '/assets/img/restaurants/' . $filename;

      ramesh Hello, thank you it worked for me, but the image quality is really bad even though in the settings I selected max quality. I'm posting a capture, if you have the solution I'm interested

      ramesh Yes I followed, how many places should I replace the size in the AdminController.php and RestaurantOwnerController.php files?

        a month later

        Hi Ramesh,
        I want to make the store image bigger. But I didn't find any resize image line in AdminController.php, RestaurantOwnerController.php.
        If you don't mind can you please share your Whatsapp number. So that I can contact you directly.
        Waiting for your reply!!!

        15 days later
        2 months later

        member321 bro, how to ensure the ribbon 'feature badge name' is overlay at photo image?

        can u help share css code for that

        tq

          surya90 yes css
          .ribbon-box {
          z-index: 999 !important;
          top: 10px !important;
          }
          you can change the number according to your changes.


            4 months later
            6 months later

            i will share some designs here for you guys <3

              8 months later