TOC and Inject not working as expected

Hi,

I’ve implemented in this blog page the TOC and Inject element attributes, they are working for the most part but not entirely.

The issue I have with the TOC is that the first heading shows in the TOC (h2) but all the h3s are not showing, I copied the setup from the clonable so I don’t know what I’m missing. I created a new test item in the CMS to check if the hierarchy of the headings was wrong, but this was right and still the second heading doesn’t pull the text from the title.

For the inject, I’m using the automatic inject at 50%, but the CTA is placed at the top of the article.

Here’s the read only for the page:

@Support-Luis :folded_hands:t3:

Hey @info6!

I apologize for the delay. I just checked your page and noticed this:

You’re using fs-toc-element="label" on your H3, but the correct attribute is fs-toc-element="link". label isn’t a valid ToC value.

I tested in a local override using `fs-toc-element=“link” and ToC works great!

Give it a try and let me know how it goes!

That worked, thanks for noticing!

Any help with the inject as well please? :slight_smile:

Hey @info6!

I have just taken a look at the staging and it seems the CTA is injected halfway through the article!

Are you still facing this issue on your end? Could you share some details of which browser/device this is happening on?