The default behavior (listinghive theme) is there’s a sidebar on listings. The sidebar contains information about the account that posts the listing, and is “sticky”. The sticky feature uses JS, so not easily overridden with CSS. It looks like ‘data-component="sticky’ on the element is attaching the JS event, but removing ‘data-component="sticky’ within the sidebar.php file in the root of the theme directory does not disable this behavior. I’ve added comments to this file, and it doesn’t seem to be the file controlling the sidebar that shows up on listing pages.
Does anyone know where the sidebar on a listing’s HTML is located?
Or..
Does anyone know the cleanest way to disable this behavior generally?
I’d like to disable the behavior, but what’s concerning me more is how difficult it is to disable it. I can’t find the files affecting this behavior, and it doesn’t seem to be a setting I can toggle anywhere.