WPChill / modula-lite

https://wordpress.org/plugins/modula-best-grid-gallery/
GNU General Public License v3.0
18 stars 9 forks source link

Create a welcome banner on activation #645

Closed razvanaldea89 closed 2 years ago

razvanaldea89 commented 2 years ago

Is your feature request related to a problem? Please describe. Should be similar with https://github.com/WPChill/strong-testimonials/issues/119 , think we will create a submodule for this one so that we can use it in our main plugins and modify only once.

Describe the solution you'd like Create a submodule framework, wpchill-welcome-banner, that will redirect the user to the welcome banner when the plugin activates. It should be a class and it's methods should generate HTML markup for the banner elements, for example:

The layout will be similar to the one present on the ST issue. The page will be build separately using the above class methods in order to be more customizable/subjective to each main plugin.

razvanaldea89 commented 2 years ago

image