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

Description Box

5 Answers 96 Views
ImageGallery
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 12 Apr 2016, 09:10 AM
I do not want Description box to go away without appearing all the time. How do I do that.
Now I must go with the mouse pointer for it to resurface, or I can put time how long it stays?

5 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 13 Apr 2016, 09:57 AM
Hi Kjell,

In order to keep the description box always visible you should add the following CSS.


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



Regards,
Viktor Tachev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Stefan
Top achievements
Rank 1
answered on 05 Mar 2021, 04:41 PM
Your solution does not work, Any other ideas?
0
Vessy
Telerik team
answered on 09 Mar 2021, 10:41 AM

Hi Stefan,

Please, make the suggested by Viktor selector a little more heavier (specific) and see what the result will be:

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

For further customizations, you can follow the suggestions in the first two points of the Improve Your Debugging Skills with Chrome DevTools blog post. 

Once you know the styles you need to override, you can use the same style selector and add "html body " in front of it to make it more specific, "stronger". More on CSS specificity you can find here: 

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Stefan
Top achievements
Rank 1
answered on 09 Mar 2021, 11:05 AM

Thank you very much, it works.

 

0
Vessy
Telerik team
answered on 09 Mar 2021, 01:41 PM

Hi,

You are welcome, Stefan, I am glad my reply was helpful for you!

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
ImageGallery
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Viktor Tachev
Telerik team
Stefan
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or