Hi!
Is it enabled in Customize > Theme Options > Blog > Single – Post Navigation > Sidebar Primary?
Hi, yes it’s enabled. For widgets I have ALX posts, search, ALX tabs, and recent comments (in that order).
It’s not a widget but built into the theme to show on single post pages at the top of the sidebar, so I’m really confused as to why it doesn’t show up at all. Are you using custom post types?
Does it show up if you set the setting to “Below content” (Customize > Theme Options > Blog > Single – Post Navigation > Below content)?
Ah, that worked! I selected Below Content and it appeared, then went back and selected Sidebar Primary and now it’s visible! Thanks again, your responses are great and very fast!
I think the problem is the same as I explain there https://ww.wp.xz.cn/support/topic/thank-you-1761/
The setting value (“s1”) for “post-nav” is not set by default while it should. I don’t know why because in the code https://github.com/AlxMedia/slanted/blob/937052d34d55a9cec2e32f64dbbd334197521ec6/functions/theme-options.php#L207 it should be set.
So, when we change to “Below content” the value (“content”) is set to the db and then, when we go back with the sidebar the value (“s1”) is correctly set. But by default there is no setting set in the DB.