Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hello,
I need to put Shop Footer Widget in a custom page that I create.
How can I put it?
Thanks,
Guilherme
Hi Guilherme,
You can do that through Visual Composer, when creating a page add the Widgetised Sidebar and select the Shop Footer Sidebar.
(view large version)
Best regards,
Laborator Team
Hi,
I understand, but my doubt is that I'm creating a custom page via php/html. I would like to know how I can put it via php?
Best Regards,
Guiherme
Hi Guiherme,
That's not something we recommend, anyway using the code below inside a PHP file you can show the Shop Footer Sidebar:
dynamic_sidebar('shop_footer_sidebar');Best regards,
Laborator Team
Hi,
I did it, thank you very much for the help.
Best Regards,
Guilherme