Display Optiona | WordPress.org

[ad_1]

Hi @pagallery,

Our shortcode allows you to set a default view in the free version as well as the Pro version. You can see the options in ours docs here: https://docs.piecalendar.com/article/5-shortcode-options

With that, you could easily do what you mentioned with a calendar on each page, each with different default views.

In terms of disallowing the user to change the view, you’d simply need to hide the controls with CSS. The CSS to do that is quite simple:

.piecal-controls {display: none;}

You could modify the CSS to be something like this to only hide the controls on that specific page:

.page-id-13 .piecal-controls {display: none;}

Of course, want to change “13” to whatever your page ID is.

A setting to hide the view controls doesn’t yet exist, but I’ll be glad to note that in our feature requests board if it’s something you’d like to see in the future.

Let me know if you have any other questions!

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer