Hello @karachista,
I’m afraid someone misinformed you :(. Our plugin can replace existing sidebars, it can’t create new ones, so its not possible just to place:
dynamic_sidebar( ‘below-slider-ads’ );
in page template.
Actually, you don’t need to use our plugin for adding that sidebar to your template (you can use it if you want to replace that sidebar with different ones on different pages).
So, that code
dynamic_sidebar( ‘below-slider-ads’ );
will display sidebar. You added it to template, so, half way is done. But there is one missing step, so creating that sidebar.
And that you must do with this function https://codex.wordpress.org/Function_Reference/register_sidebars
where below-slider-ads will be your new sidebar ID.
When you add this to your child theme functions.php file then in Happenerce -> Widget you will see new sidebar where you will be able to add widgets.
Then, if you need to display different sidebars depending what page is viewed you can use Custom Sidebars plugin.
kind regards,
Kasia
Thank you for giving Custom Sidebars a try. I am going to close this topic for now. If you have any further questions please let us know. We are here to help!