Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Helper text not showing for blocks properties when creating a block from a content area: [Episerver 11.6.0]

Vote:
 

When I create a new block from the block tree dropdown -> New Block i see the helper text. 

But when creating new block type from one of the Content Areas -> Create new block link, I do not see the helper texts for block properties.

#208074
Edited, Oct 11, 2019 22:49
Vote:
 

Hi, If you are talking about this help text (below images)

This is not a default episerver funcationality. You need to add this on your own. And, if it's already their for you, (as you said) on creating block in block panel (ref Add help text).

Then you need to add that same css for this class also (.Sleek .epi-createContent .epi-form-container__section__row > label[title]:after) to enable the same feature when you add block from content area.

.Sleek .dijitTabPaneWrapper .epi-form-container__section__row label[title]:after,
.Sleek .epi-createContent .epi-form-container__section__row > label[title]:after{
content: attr(title);
    display: block;
    font-size: 0.8em;
    font-style: normal;
    margin: 0.3em 0 0 0;
}

Instructions: Just do a inspect element on the help text (which is already visible) and see the css file name to add that class.

#208080
Edited, Oct 12, 2019 8:21
Vote:
 

Hello, the helper text is working for us. But if you notice in my description above there is two ways you can create a new block. I see the helper text in method but not in another. 
We have the css and everything registered.

#208179
Oct 16, 2019 17:12
Vote:
 

Hi Rinku, if you noticed their are two comma separated class hierarchy. The second one is for when you create block directly from content area.

#208180
Oct 16, 2019 17:16
Vote:
 

Praful

Thank you so much. That worked.

#208182
Oct 16, 2019 18:17
Praful Jangid - Oct 16, 2019 20:17
Glad to help you...your welcome
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.