This is a migrated thread and some comments may be shown as answers.

How to customize description box

4 Answers 96 Views
ImageGallery
This is a migrated thread and some comments may be shown as answers.
Saeid Kdaimati
Top achievements
Rank 2
Saeid Kdaimati asked on 09 Apr 2014, 12:47 PM
Hi,

I need to place the description box in between image area and thumbnails area, and need to keep it visible permanently.

Can you help me please?

4 Answers, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 14 Apr 2014, 10:02 AM
Hello Saeid,

Straight on the questions:

1. "I need to place the description box in between image area and thumbnails area"
-->
I am afraid that this is not possible, there is no property that can be set to achieve this requirement.

2. To keep the thumbnails area always visible you can simply add the following CSS to your page styles:

CSS:

.rigDescriptionBox {
    display: block !important;
    opacity: 1 !important;
}

Regards,
Venelin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Saeid Kdaimati
Top achievements
Rank 2
answered on 15 Apr 2014, 06:45 AM
Hi,
I tried this CSS, it did the trick somehow:
.rigDescriptionBox {
    padding:0 !important;
    display:block !important;
    opacity:1 !important;
    font-size:14px;
}
    .rigDescriptionBox h4 {
        font-size:1em !important;
    }
.rigToolsWrapper {
    top:550px;
}
.rigThumbnailsBoxHorizontal {
    top:90px;
}
.rigThumbnailsBoxHorizontal .rigActionButton {
     
    top:55px !important;
}
0
Saeid Kdaimati
Top achievements
Rank 2
answered on 15 Apr 2014, 06:49 AM
The only problem I have is: when description goes for second lines, it does not push the thumbnail box, I'm aware that I have fixed its location by using "top" property, but I get rid of it, the box jump underneath the photo under the controls.

Any idea how to work around it?
0
Eyup
Telerik team
answered on 18 Apr 2014, 01:47 PM
Hi Saeid,

Thank you for getting back to us.

Please send us sample video or screenshots demonstrating the final desired behavior and I will forward your query to our front-end developers. They will analyze the requirement and reply whether it is achievable or not.

Looking forward to hearing from you.

Regards,
Eyup
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
ImageGallery
Asked by
Saeid Kdaimati
Top achievements
Rank 2
Answers by
Venelin
Telerik team
Saeid Kdaimati
Top achievements
Rank 2
Eyup
Telerik team
Share this question
or