Hi there,
which template are you using under Page Attributes?
I have tried all 3, but none show sidebar. Default, Full width, full width contained
Thanks
Salma
I am miss full width narrow, and I am not sure how to get that back, I have updated the plugin to the latest version.
Hi,
Create a new sidebar like described here https://www.cssigniter.com/kb/how-do-i-add-a-new-sidebar-widgetized-area/ then open templates/template-fullwidth-narrow.php and before
</div>
</div>
</main>
in the end
add
<div class="col-lg-4 col-xl-4">
// Add your sidebar custom code here //
</div>
Now your Fullwidth narrow template should have a sidebar you could add items from Appearance->Widgets.
Let me know if this worked for you.