How to setup Pop-Up Message/Modal Message

Pop-Up Message/Modal Message is used to showcase information when a user logs into the system. Currently I used it to showcase new updates to the website, which typically come from the board meeting or other board items.  I usually leave it up for a while because owners don’t get logged into the system that often.

So this pop-up message uses 3 things and those are:

  • Configure the Modal Dialog, which is seen in the Modal Dialog -> Configurations menu.  This is usually static in that I have not changed this one I initially set up this feature.
  • Configure the WordPress shortcode, which is done in the menu XYZ PHP Code -> PHPCode Snippets.  This is where you would configure what page would show.  For the recent update I just edit the page (which is the next bullet item), but if you look at the code you can see the COVID-19 page I also had up during the pandemic.  Each page has a page id, and that is what you will use here.
  • Edit/Create the actually page that will show your information.

So next I will show some screen shots about the above items.