Hallo
usually the sidebar in a woocommerce product sits under the image.
A solution to bring the sidebar to the right side is this:
https://kriesi.at/support/topic/sidebar-rechts-single-page/#post-580220
The part of the code that calls the sidebar is this:
get_sidebar();
I need to adress/call another sidebar but if i try to modify the code it does not change anything.
Usually you can call the sidebar via:
get_sidebar('Sidebar Name');
1: Why does it not work as expected?
2: Whats the code to call the Blogsidebar?
marcus
Hey MarcusJeroch,
Thank you for using Enfold.
What is the file name of the sidebar template? You should use the sidebar slug, not its actual name, so if the template name is sidebar-sidebar-name.php, the function should look like this:
get_sidebar('sidebar-name');
Best regards,
Ismael