• Hello! I see in the code that the heading for the plugin is set to H3. I don’t consider Related Posts to be a subcategory of the last heading on my page so I’d like to change it to H2. Although I can override the font size and weight to appear like H2, that’s not ADA/508 compliant. Is this something I can easily change or is this hopefully a feature in the pipeline that we’ll be able to adjust? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Support Michael Nelson

    (@mnelson4)

    Hi @brynayda. You have a good point. H2 would make more sense semantically. I suspect the developer who originally did that probably just wanted the heading to appear smaller, and thought an h3 tag would usually be about right.

    Changing it to an h2 will:

    * make the heading bigger (which I suspect users will be surprised by, if not annoyed by)
    * make themes and custom code not apply if it expected an h2 (eg something like .yarpp-related h3{font-style:color:blue} wont make the YARPP heading blue, as the developers intended.

    So we’ll have to consider this change. We’re actually currently working on a bunch of new themes, so we’ll certainly try to choose a more appropriate h level for the new ones… but this one might be stuck like this.

    In order to fix it for you, you’ll want to use a custom template (I can help direct you how to do that). Are you using YARPP’s default “list” theme or the “thumbnails” theme?

Viewing 1 replies (of 1 total)
  • The topic ‘Change format/level of heading’ is closed to new replies.