The default settings of the Event Calendar widget allows you to choose only one layout, but now you can use a single widget in multiple layouts all at once.
Why you may need this feature?
This is useful when you want to use one widget in various layouts on different webpages. For example, you can display the List layout on an “Events” page and the Grid layout on your main page.
How to use the widget in different layouts
We’ve got it covered in our new article! Check it out:
Guys, have you tested a new feature? Share your feedback in the comments
Is it possible to show for example 4 items on a homepage and the complete calendar on a differtent page with the same widget? I don’t want the whole list/grid on my homepage.
This feature allows you to change only layout for the same widget on different pages. Unfortunately, there is no option to apply different settings for different layouts within one widget.
Please let me know if this explains things or if any further questions come up
To be honest, this functionality is complicated and the chances for its release are quite low. However, we’ve added this idea to our Wishlist. We’ll be posting here in case of any news - Choose diferrent settings for dynamic layouts feature
I would like to be able to have multiple layouts of the same widget on the same page on my website. For example, I would like to show a month view at the top of the page, and then when you scroll down, you see the same events in list view. Is this possible?
I tried setting it up, but it made both embedded calendars show up as month view. It seems that whichever code is first on the page, dictates the layout for all the embedded code on the rest of the page, and overwrites anything below it.
In the meantime, I created a workaround by creating two separate pages, one for list view and one for month view, with a link from each page to the other.
What I did at first that didn’t work:
I used the default snippet of code for the list view, and then the modified code for the month view. This got me two widgets, both showing month view.
What I did that DID work:
I used the modified code for both widgets, one modified to show month view and one modified to show list view, and that made it work as expected - showing both views on the same page.