Rruga "Kongresi i Manastirit"   Hapur çdo ditë 24/7  Na telefononi: 0696060620

Modal

Deshmitë e Pacientëve

4.7
Based on 98 reviews
powered by Google
Romina Brakaj
15:22 23 Apr 25
Rosanna Rosa
05:19 20 Apr 25
I went to this hospital for a breast augmentation. Before my arrival I always kept in touch with Olga, my contact person, a wonderful person to say the least... when I arrived at the hospital, a well-kept and clean facility, everyone was very kind, the girls at the reception were all very nice and professional, not to mention the girls' nurses, who were all very nice, kind and caring, they didn't leave me alone for a moment, I felt really at ease... I met the doctor on the day of the operation, I can't speak much about him having seen him very little but I assure you the results are wonderful. upon discharge from the hospital they transferred me to the hotel and there too the organization is top notch they take you and bring the taxis you contact them without waiting a moment everything is super organised... girls/girls don't have any doubts it's a place that I recommend with my eyes closed it's really the top... THANK YOU FAMILY OSPITAL
em re
17:25 04 Apr 25
I underwent rhinoseptoplasty and turbinoplasty surgery in this hospital, I immediately felt at ease, from the first contact with the very kind contact person Franceska 💓 always available and present even a month after the operation.The hospital is very organised, the receptionists were very welcoming, in general all the nurses and staff are always kind and present, even in the operating room all the operators were very nice, most of the employees speak Italian.I met Doctor Minaroli on the day of the operation, he was explanatory and precise regarding how he would operate and the aesthetic changes he would make to the nose, I chose this clinic precisely because I wanted to be operated on by him, who I had been following on social media for a long time, today I am happy to have flown to Tirana for him because, even if I am still swollen, the result is super natural but above all, I am finally breathing well! 👃🏻The operation went very well, the pre-operative was quick and without too much waiting, before and after the operation I didn't feel any pain, just a little discomfort from removing the swabs, but don't worry because it lasts a few seconds.The support hotel is simple but functional, the breakfast is good, it can be reached with a walk, but for every trip you will have a driver (be aware that in Albania there is wifi in taxis).In the hospital street there are many pharmacies, remember to buy the medicines they prescribe for you directly downstairs, because the prices are very advantageous.I absolutely recommend contacting them if you have respiratory problems, I know they also do other aesthetic operations and I have no doubt that they are professionals in other fields too 👍🏻💯
Giusy Marino
18:05 27 Mar 25
I chose Family Hospital in Tirana for my rhinoplasty surgery and I am very satisfied. Professional staff, helpful and attentive to my every need.The final result exceeded my expectations, natural, harmonious and perfectly in line with what I wanted. I highly recommend Family Hospital to anyone considering rhinoplasty surgery or other cosmetic procedures.
Esilda Mile
14:26 26 Mar 25
I recently visit the hospital for check up and i would like to share my personal opinion.The medical staff, including doctors and nurses, were professional, compassionate and careful. The hospital was very clean and organized .The waiting time as was reasonable.And other positive experience is the appointment scheduling the clear communication with the staff and my follow-up 🤗🤗 truly recommend it
Suela Topi
11:01 26 Mar 25
Great service and excellent care**I was recently admitted to “Family Hospital” and I would like to express my gratitude for the treatment I received. From the moment I arrived, the staff was very welcoming and professional. The facilities are modern and well maintained, which made my stay more comfortable than I expected.A special thank you goes to all the doctors and nurses who took such care of me. They were always available to answer any questions and explained all the procedures clearly. My experience was overall positive, with care that exceeded my expectations.I would highly recommend this hospital for its efficiency and professionalism.
Desjana Hasula
09:13 26 Mar 25
I had rhinoplasty done at Family Hospital and I am extremely satisfied not only with the result but with my entire experience in this hospital😍 I thank Dr. Tedi Minarolli and all the staff for their dedicated care and dedication. You are the best
Gentjana Xhaferi
09:12 26 Mar 25
Excellent experience at Family Hospital Albania!I had the pleasure of receiving treatment at Family Hospital Albania and I was extremely satisfied. The facility is modern, clean and well-organized, offering a welcoming and reassuring environment.The medical staff is highly qualified, professional and always available to answer any questions with kindness and competence. The service is fast and efficient, with cutting-edge technologies that guarantee precise diagnoses and effective treatments.I would highly recommend Family Hospital Albania to anyone looking for high-quality medical care in a safe and comfortable environment!
Redian Jaupi
09:05 26 Mar 25
An excellent experience! ⭐️⭐️⭐️⭐️⭐️My wife recently had a rhinoplasty at this clinic and we couldn't be happier with the result. From the first meeting, the medical team proved to be extremely professional, attentive and available to clarify any doubts. The surgeon was able to listen to my wife's needs, advising her in the best possible way to obtain a natural and balanced result.The surgery was managed with great competence and the post-op was surprisingly simpler than expected, thanks to the detailed instructions received. The clinic is modern, well equipped and the staff is always ready to assist us every step of the way.Now, 5 months later, the change is evident and extraordinary, without losing the harmony of the face. We are truly grateful for the excellent work done and recommend this clinic to anyone looking for high quality service and impeccable results.
Ilva Gjika
09:03 26 Mar 25
"Excellent hospital! Kind staff, clean environments, short waiting times. Competent and caring doctors. Impeccable assistance, I felt safe!"

Create modal dialogs with different styles and transitions.

Usage

The modal component consists of an overlay, a dialog and a close button.

Class Description
.uk-modal Add this class to a <div> element to create the dialog container and an overlay that blanks out the page. It is important to add an id to indicate the element for toggling.
.uk-modal-dialog Add this class to a child <div> element to create the dialog box.
.uk-modal-close Add this class to an <a> or <button> element to create a close button within the dialog box. We recommend adding the .uk-close class from the Close component to give the button a proper styling, though you can also use text or an image.

You can use any element to toggle a modal dialog. An <a> element needs to be linked to the modal’s id. To enable the necessary JavaScript, add the data-uk-modal attribute. If you are using another element, like a button, just add the data-uk-modal="{target:'#ID'}" attribute to target the modal’s id.

Example


Open

Markup

<!-- This is an anchor toggling the modal -->
<a href="#my-id" data-uk-modal>...</a>

<!-- This is a button toggling the modal -->
<button class="uk-button" data-uk-modal="{target:'#my-id'}">...</button>

<!-- This is the modal -->
<div id="my-id" class="uk-modal">
    <div class="uk-modal-dialog">
        <a class="uk-modal-close uk-close"></a>
        ...
    </div>
</div>

JavaScript options

By default, the modal closes automatically when clicking on the modal overlay. To prevent this from happening, just add the data-uk-modal="{target:'#ID',bgclose:false}" attribute.


You can create a header and footer for your modal, which are seperated from the content. Just add the .uk-modal-header or the .uk-modal-footer class to a <div> element inside the modal dialog.

Example

Headline

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Markup

<div class="uk-modal">
    <div class="uk-modal-dialog">
        <div class="uk-modal-header">...</div>
        ...
        <div class="uk-modal-footer">...</div>
    </div>
</div>

You can also create a caption that will be placed outside the modal. Just add the .uk-modal-caption class to a <div> element inside the modal dialog.

Example

Headline

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Caption

Markup

<div class="uk-modal">
    <div class="uk-modal-dialog">
        <div class="uk-modal-caption">...</div>
    </div>
</div>

To place a spinning icon inside your modal, add the .uk-modal-spinner class to a <div> element inside the modal dialog.

Example

Open

Markup

<div class="uk-modal">
    <div class="uk-modal-dialog">
        <div class="uk-modal-spinner">...</div>
    </div>
</div>

To create a lightbox-like modal dialog, just add the .uk-modal-dialog-lightbox class. This can be useful, if you want to use the modal as a lightbox for your images. The close button will adjust its position automatically to the dialog.

Example

Markup

<!-- This is the anchor toggling the modal -->
<a href="#my-id" data-uk-modal>...</a>

<!-- This is the modal -->
<div id="my-id" class="uk-modal">
    <div class="uk-modal-dialog uk-modal-dialog-lightbox">
        <a href="" class="uk-modal-close uk-close uk-close-alt"></a>
        <img src="" alt="">
    </div>
</div>

NOTE When creating a close button within the lightbox modifier, we also recommend adding the .uk-close-alt class from the Close component to the close button to give your button a styling that fits the lightbox modal.


Center Modal

To vertically center the modal, add the {center:true} option to the data-attribute.

Example

Open

Markup

<a href="#my-id" data-uk-modal="{center:true}"></a>

Large dialog modifier

To apply the site’s container width to the modal dialog, just add the .uk-modal-dialog-large class.

Example

Open

Markup

<div class="uk-modal-dialog uk-modal-dialog-large">...</div>

Overflow container in modal

You can also display the modal’s content in a scrollable container. Just add the .uk-overflow-container class to a <div> element inside the modal dialog. The modal will automatically expand and fill the site’s height.

Example

Open

Markup

<div class="uk-modal-dialog">
    <p>...</p>
    <div class="uk-overflow-container">...</div>
    <p>...</p>
</div>

JavaScript

You can handle modal dialogs via raw javascript.

Example

var modal = UIkit.modal(".modalSelector");

if ( modal.isActive() ) {
    modal.hide();
} else {
    modal.show();
}

Events

The modal component triggers an show.uk.modal event every time a modal is opened and hide.uk.modal when a modal is closed.

Example

$('.modalSelector').on({

    'show.uk.modal': function(){
        console.log("Modal is visible.");
    },

    'hide.uk.modal': function(){
        console.log("Element is not visible.");
    }
});

Events

Name Parameter Description
show.uk.modal event On modal show
hide.uk.modal event On modal hide
logo
Ke Pyetje? Më shkruaj!