Conflict with Off-Canvas Sidebars
-
Hello–
I have narrowed down to a plugin conflict with the Off-Canvas Sidebars plugin. We are using a Genesis base theme, so the the site structure was
<body><div class="site-container">
and Off Canvas Sidebars adds<body><div id="sb-site" canvas="container"><div class="site-container">
to the structure. This seems to break the front-end functionality of Footnotes.However, I was able to resolve the Footnotes tooltip hover placement by adding css
position: relative;
to the.site-container
div, but this did not resolve not being able to click back and forth between the footnote text and reference section. On some pages, it will move a slight amount and on other pages, nothing appears to happen. This behavior plus theposition: relative;
fix for the tooltip effect makes me think that the added<div id="sb-site" canvas="container">
is perhaps causing miscalculation in scroll distances? Anyone have any tips?An example of it appearing to do nothing when clicking on the footnotes in text or reference area is https://www.metapsychosis.com/reality-is-analog-philosophizing-with-stranger-things-part-one/ (first footnote is at the end of the second paragraph, styled in a shaded circle).
Thanks!-
Kayla
- The topic ‘Conflict with Off-Canvas Sidebars’ is closed to new replies.