By default the event widget will only show in the homepage of your store. But if, your store has multiple pages and you want to add event widget to other pages as well, you can follow the steps given below:
- Go to “Online store” option in Shopify navigation bar and then select option “Themes”.
- Then click “Actions” and you will see drop down menu. Select option “Edit Code”.
-
There from the "templates" list on the left, choose the template which is applied on the page where you want to add calendar widget and paste the following code to it:
{% include 'servv_calendar' %} - Save the changes, and the widget will show up in that particular page.
If you choose to remove the widget from homepage follow the steps below:
- Go to “Online store” option in Shopify navigation bar and then select option “Themes”.
- Then click “Actions” and you will see drop down menu. Select option “Edit Code”.
- There from the "templates" list on the left, choose the template "index.liquid" which is applied on the homepage and remove the following code:
{% include 'servv_calendar' %} - Save the changes, and the widget will be removed from the homepage.
Other articles to refer to for widget setup:
How to move Event Calendar Widget within the page?
How to create separate page for Calendar Widget in your store?
Comments
0 comments
Please sign in to leave a comment.