You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I had one quick question for you. I've googled a bit and can't seem to find out if this is possible or not but I was wondering if its possible to add html to a section's description? The code is below but what I'm trying to do is add a link to the documentation in the description at the top of the section. Am I missing something simple or is this not advised/possible? Thanks so much!
Version used:
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there) Current Develop version.
Using theme_mods or options?
options
Code to reproduce the issue (config + field(s))
Kirki::add_section( 'Block2', array(
'title' => __( 'Block 2 Options', 'pressforward_tk_theme' ),
'description' => __( 'The second block on the homepage is made up of four “columns”. Each column includes a title which can (optionally) link to a page or post within the site. Above each title a icon from the <a href="www.fontawesome.io">FontAwesome</a> icon set can be displayed. If you wish include an icon above the title, enter the css class name of the FontAwesome icon in the box(s) below', 'pressforward_tk_theme' ),
'panel' => 'homepage', // Not typically needed.'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '', // Rarely needed.
) );
The text was updated successfully, but these errors were encountered:
Issue description:
Hi, I had one quick question for you. I've googled a bit and can't seem to find out if this is possible or not but I was wondering if its possible to add html to a section's description? The code is below but what I'm trying to do is add a link to the documentation in the description at the top of the section. Am I missing something simple or is this not advised/possible? Thanks so much!
Version used:
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there) Current Develop version.
Using theme_mods or options?
options
Code to reproduce the issue (config + field(s))
The text was updated successfully, but these errors were encountered: