-
AuthorPosts
-
May 16, 2023 at 11:01 am #1407538
Hello. There is an issue with the icon lists. The texts are H4 automatically which in some cases disrupts the SEO structure of the pages.
We would like to be able to adjust the tags. If not possible, remove the heading tags.May 16, 2023 at 12:03 pm #1407567Hi menainfosec,
It’s possible to adjust the tags.
Edit the Icon List, then edit the List Item > Advanced (tab) > Heading Tag and change it to your preferred tag.
Hope it helps.Best regards,
NikkoMay 16, 2023 at 1:04 pm #1407590there is no Heading tag on the Advanced tab
May 16, 2023 at 1:22 pm #1407597Hi,
I think you have checked the Advanced (tab) of Icon List and not the List Item, here are some screenshots that may help:
and
Hope it helps.Best regards,
NikkoMay 16, 2023 at 1:49 pm #1407605I don’t have that option https://prnt.sc/Gsx2K31Xg6tn
May 16, 2023 at 2:01 pm #1407614Hi menainfosec,
I see, did you perhaps modified Icon List or overridden it via a child theme? if yes, then you may need to update it as well.
If not, can you give us temporary admin access? so we can check on it (if the site has people viewing on it then a staging site would be great).
You can post the credentials in private content.Best regards,
NikkoMay 16, 2023 at 2:09 pm #1407618I am not sure. Please check yourself.
May 16, 2023 at 2:51 pm #1407623Hi menainfosec,
Thanks for giving us admin access.
It shows up now, Hide Advanced Layout Builder Developer Options was enabled in Enfold Theme Options > Layout Builder > Show Advanced Options that’s why it was hidden.
Please review your site.Best regards,
NikkoMay 16, 2023 at 5:27 pm #1407642Thank you. It’s default H4 now. Can I somehow make it default <p> ?
May 17, 2023 at 4:59 am #1407692Hi menainfosec,
To default into < p > for Icon List item, please add this PHP code in your child theme’s functions.php:
function my_avf_customize_heading_settings( array $args, $context, array $extra_args = array() ){ if( $context == 'avia_sc_iconlist' ){ $args['heading'] = 'p'; } return $args; } add_filter( 'avf_customize_heading_settings', 'my_avf_customize_heading_settings', 10, 3 );
Best regards,
NikkoMay 17, 2023 at 11:59 pm #1407780ok. Thanks
May 18, 2023 at 3:59 am #1407790Hi menainfosec,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Icon list texts are H4’ is closed to new replies.