Hi there,
I’m trying to understand why our anchor links aren’t working on this page:
http://www.bostonjfilm.org/biff-2020-guests
Example:
http://www.bostonjfilm.org/biff-2020-guests/#shira
We are following the method we have used previously, and I’ve tried using the custom id in the advanced dev settings, but no luck.
Many thanks!
Hey J.C.,
It looks like you have selected to hide the element in question in the theme options? Please try to uncheck those boxes in the element options. Also, you have the id added to both the text block and the empty div, you only need to add it to either the text block or the div.
Best regards,
Rikard
Hi Rikard,
Ty for your reply, I’ve checked our theme options and I’m not seeing anywhere in the Child theme where we’re hiding these options…
I’ve used the dev tag only with the main block here, without # in front of the code…and I’m still not seeing the correct behavior…
http://www.bostonjfilm.org/biff-2020-guests/#yehuda
Is there some other item that this could be? When I first wanted anchors to work on the site, we needed to add the short code to the code block on the page where we wanted the anchor to call…and then add the custom CSS to the quick CSS theme box:
}
#mason {
clear: both;
}
That’s still working:
http://www.bostonjfilm.org/guests/#mason
Again, ty for your help!
J.C.
What do you intend to do with all those code-block elements inbetween?
See here are some invisible containers with ID=”shira” and one visible.
An ID always have to be unique.
what would you do if you were standing in a street with 3 neighbouring houses with the same house number? Where would you ring the bell?
PS: Mason is working because #mason is unique on that page.
Hi,
Guenni007 thank you very much for helping :)
Best regards,
Basilis