• Hi,

    I’m trying to find what I’m missing in my source to get the notes into place. This is the code generated by the plugin:

    <div id="secondary" class="widget-area" role="complementary">
    <aside id="side-matter-2" class="widget widget_side_matter side-matter">
    		<h3 class="noten"></h3>
    		<ol class='side-matter side-matter-list' style='list-style-type: decimal; color: #ff543a;'>
    			<li id='note-1' class='side-matter side-matter-note'>
    				<div class='side-matter side-matter-text' style='color: #777777;'>
    					<p>testje</p>
    				</div>
    			</li>
    			<li id='note-2' class='side-matter side-matter-note'>
    				<div class='side-matter side-matter-text' style='color: #777777;'>
    					<p>Dit is een voetnoot</p>
    				</div>
    			</li>
    		</ol>
    </aside>
    </div><!-- #secondary -->

    And I’m not sure if there’s anything missing, but I’m looking for something functional to get the notes into place. I just can’t find too many examples online. I found this one:
    https://arjunbalaji.com/books/ and this page has this in it’s code:

    <li class="side-matter side-matter-note" id="note-1" style="margin-top: 0px; opacity: 1;">

    I know margin-top: 0px doesn’t do much there, but I don’t have the style-thingy there at all.

    Thanks for your time!

    https://www.ads-software.com/plugins/side-matter/

  • The topic ‘html does not have functional code to get notes in place?’ is closed to new replies.